The Babel repo is managed as a monorepo; it's composed of many npm packages.
I would like to ask what monorepo in this sentence refers to?
阿神2017-05-19 10:46:54
A Monorepo, is a specific Trunk-Based Development implementation where the organization in question puts its source for all applications/services/libraries/frameworks into one trunk and forces developers to commit together in that trunk - atomically.
Simple translation:
Monorepo is a specific Trunk-based development implementation. The organization puts all xxx source code into a trunk and requires developers to submit it together in the trunk in an atomic manner.
See: https://trunkbaseddevelopment...