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
The compiler for writing next generation JavaScript.
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
Languages
JavaScript
99.5%
Makefile
0.3%
HTML
0.1%