Added handling of "--nolazy" flag
See https://phabricator.babeljs.io/T6897
This commit is contained in:
@@ -37,6 +37,10 @@ getV8Flags(function (err, v8Flags) {
|
||||
case "--expose-gc":
|
||||
args.unshift("--expose-gc");
|
||||
break;
|
||||
|
||||
case "--nolazy":
|
||||
args.unshift("--nolazy");
|
||||
break;
|
||||
|
||||
default:
|
||||
if (v8Flags.indexOf(arg) >= 0 || arg.indexOf("--trace") === 0) {
|
||||
|
||||
Reference in New Issue
Block a user