Andrey Taranov dd0b96ca5d Allow gulp build to work on Windows
The problem with gulp pipeline is that it replaces /src/ with /lib/ in
filenames as a regex replace operation. The regex only worked for Unix
before. Here we add a 2nd regex accomodate Windows backslashes and choose
between the two by looking if we're using path.win32.  The Unix regex is
changed to only match the package/*/src. This seemingly has no effect on
the build.

Fixes T6855
2015-12-21 14:18:59 +01:00
2015-11-15 21:30:22 -08:00
2015-12-18 00:23:03 -08:00
2015-11-09 17:58:36 -08:00
2015-12-17 12:49:48 -08:00
2015-07-16 15:46:31 +01:00
2015-12-16 15:32:32 -05:00
2015-11-09 04:03:59 -08:00
2014-12-16 22:17:35 -08:00
2015-02-16 14:36:57 +11:00
2015-12-06 06:48:40 -08:00
2015-11-11 23:24:39 -08:00
2015-12-17 12:49:48 -08:00
2015-12-18 00:23:03 -08:00

babel

The compiler for writing next generation JavaScript.

Travis Status CircleCI Status Coverage Status

Looking for support?

For questions and support please visit the discussion forum, Slack community, or StackOverflow.

Want to report a bug or request a feature?

Bugs and feature requests should be posted at phabricator.babeljs.io.

Want to report an issue with babeljs.io?

For documentation and website issues please visit the babel.github.io repo.

Description
No description provided
Readme 79 MiB
Languages
JavaScript 99.5%
Makefile 0.3%
HTML 0.1%