babel/packages
Richard Macklin e24f07dfda Extract resolvePreset method to babel-core public API
This encapsulates the logic for turning an acceptable preset name into
the absolute path for that preset. It can be used to preprocess a
presets list to map each preset to its absolute path, which is necessary
if `babel.transform` is going to be executed on a file outside the
directory subtree where the presets are installed.

This adds a getPossiblePresetNames helper encapsulating the logic for
what preset names we should try to resolve, and the resolvePreset method
just calls this helper and actually resolves them.
2016-10-16 11:06:47 -07:00
..
2016-02-12 11:29:58 -05:00
2016-09-28 15:38:45 -04:00
2016-05-02 19:43:49 -04:00
2016-08-04 19:34:51 -04:00
2016-08-04 19:34:51 -04:00
2016-08-04 19:34:51 -04:00
2016-08-04 19:34:51 -04:00
2016-05-02 19:43:49 -04:00
2016-05-02 19:43:49 -04:00
2016-09-01 11:03:06 -04:00
2016-09-28 15:38:45 -04:00
2016-09-28 15:38:45 -04:00
2016-09-28 15:38:45 -04:00
2016-09-28 15:38:45 -04:00
2016-09-28 15:38:45 -04:00
2016-09-28 15:38:45 -04:00
2016-09-28 15:38:45 -04:00
2016-10-01 15:23:18 -04:00
2016-10-01 15:23:18 -04:00
2016-07-26 18:12:25 -04: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.