babel/packages
Dmitry Soshnikov 3f1353d01f [RFC] Pass per preset
This introduces "pass per preset" feature, spawting a new traversal for each preset in case if the `passPerPreset` is `true` (default is `false`). This gives opportunity to define "before" and "after" presets, mimicking a similar feature from Babel 5. A rationally for this is to make plugins as short as possible, and handled only needed nodes, not afrading potential collisions in case if presets are merged.
2016-01-18 21:00:37 -08:00
..
2015-12-22 23:11:59 -08:00
2016-01-06 15:34:12 -05:00
2015-12-04 22:56:51 +11:00
2016-01-18 21:00:37 -08:00
2016-01-13 21:56:22 -08:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2016-01-06 15:34:12 -05:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-13 23:01:37 -08:00
2016-01-06 15:34:12 -05:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2016-01-06 15:34:12 -05:00
2015-12-04 22:56:51 +11:00
2016-01-06 15:34:12 -05:00
2016-01-06 15:34:12 -05:00
2016-01-14 17:05:41 -05:00
2016-01-13 21:56:22 -08:00
2016-01-03 03:41:40 +00:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2016-01-13 21:56:22 -08:00
2016-01-03 03:41:40 +00:00
2015-12-04 22:56:51 +11:00
2016-01-13 21:56:22 -08:00
2015-10-29 17:51:24 +00:00

Woah, what's going on here?

A monorepo, muhahahahahaha. See the monorepo design doc for reasoning.