rsnext/packages/next/build/babel/loader
Dale Bustad b2d8e15d1e
Babel Turbo Loader, Part 2 (#24078)
This PR addresses the potential for memory leakage with the previous caching scheme; it should also be more efficient, resulting in fewer instances where a fresh Babel config must be generated.  Documentation has been added, and `overrides` have been removed in favor of conditional plugins for consistency.

This approach is easier to break, in that `CharacteristicsGermaneToCaching` must be correct for all cases.  However, it means that <= 8 configs will need to be generated within the context of a single thread, and the config-caching is about as fast as we can get it.
2021-04-20 08:45:57 +00:00
..
get-config.ts Babel Turbo Loader, Part 2 (#24078) 2021-04-20 08:45:57 +00:00
index.ts Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
transform.ts Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
types.d.ts Babel Turbo Loader, Part 2 (#24078) 2021-04-20 08:45:57 +00:00
util.ts Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00