Open mathiasbynens opened 10 years ago
See https://github.com/mathiasbynens/regexpu. You can use this as a dependency for your transpiler to add support for the ES6 /u flag for regular expressions.
/u
(Traceur and 6to5 depend on regexpu as well, FWIW.)
thx, I will take time to do it
There is now a separate module for just the regular expression rewriting logic: https://github.com/mathiasbynens/regexpu-core
See https://github.com/mathiasbynens/regexpu. You can use this as a dependency for your transpiler to add support for the ES6
/u
flag for regular expressions.(Traceur and 6to5 depend on regexpu as well, FWIW.)