Patch Changes
- #3688
ab1087bThanks @DylanPiercey! - Prune unreachable Babel code from the bundled compiler. The parser's flow, jsx, estree and v8intrinsic syntax plugins are stubbed;helper-create-class-features-pluginis pointed at the one module the TypeScript transform uses instead of its barrel; the runtime helper table keeps only the four helpers anything here can request; and the flow/jsx printers and node definitions, the generatedassertFoohelpers, the uppercase builder aliases and the missing-plugin suggestion table are dropped.dist/babel.jsgoes from 2084 KB to 1626 KB anddist/babel.web.jsfrom 1966 KB to 1509 KB, with compiled output unchanged.