refactor: replace regexp-tree by regexpu#10430
Conversation
...es/babel-plugin-transform-named-capturing-groups-regex/test/fixtures/wrapper/basic/output.js
Outdated
Show resolved
Hide resolved
a17778b to
7e43907
Compare
5cc8392 to
64df546
Compare
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/11571/ |
|
The size change of Looking into the pluginConfig.json, it seems that even while Stage 0 proposal (function-bind) is included in into Side note: we may need specify the |
|
IIRC, Ideally, |
|
Thank you for the explainers!
The webpack dll is supposed to offer a runtime I guess we have to accept the size change. But maybe we can deprecate plugin usage in |
This is our first step to standardize regexp transforms on regexpu. It helps reduce the package size and pave the way for an integral approach to treat unicode regex.
Currently the test failure is due to an upstream issue.
Edit by @nicolo-ribaudo
Depends on: