es6-transpiler
es6-transpiler copied to clipboard
Bug with regexp polyfilling
Double quotes are not preceded by backslash when literal notation of regular expressions is converted to constructor notation.
/"word"/y; //is converted to new RegExp(""word"", "y")