Bug Report
Current Behavior
IE 11.0.14393.0 returns error Syntax error in regular exception when i try to copy the minified code in its console.
Input Code
REPL link
var regexpUnicodeSupport;
function test() {
try { new RegExp("\uffff", "u"); regexpUnicodeSupport = true; }
catch(e) {}
}
Expected behavior/code
Successful evaluation.
Babel Configuration
default minify preset used by REPL
Environment
REPL
Bug Report
Current Behavior
IE 11.0.14393.0 returns error
Syntax error in regular exceptionwhen i try to copy the minified code in its console.Input Code
REPL link
Expected behavior/code
Successful evaluation.
Babel Configuration
default minify preset used by REPL
Environment
REPL