Fixes T2299: Prevent REPL from printing implicit 'use strict' (#4562)
* Fixes T2299: Prevent REPL from printing implicit 'use strict' * Test for T2299 * make fixes
This commit is contained in:
4
packages/babel-cli/test/fixtures/babel-node/no-strict/options.json
vendored
Normal file
4
packages/babel-cli/test/fixtures/babel-node/no-strict/options.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"args": ["--eval","--print", "var a = 1;"],
|
||||
"stdout": "undefined"
|
||||
}
|
||||
Reference in New Issue
Block a user