jsdc icon indicating copy to clipboard operation
jsdc copied to clipboard

Use regexpu for regular expression transpilation

Open mathiasbynens opened this issue 10 years ago • 2 comments

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.)

mathiasbynens avatar Oct 27 '14 10:10 mathiasbynens

thx, I will take time to do it

army8735 avatar Oct 28 '14 02:10 army8735

There is now a separate module for just the regular expression rewriting logic: https://github.com/mathiasbynens/regexpu-core

mathiasbynens avatar Feb 08 '16 22:02 mathiasbynens