Files
babel/packages/babel-node/test/fixtures/cli/v8Flag-dashed-with-param/options.json
2021-03-23 14:36:49 +01:00

9 lines
147 B
JSON

{
"args": [
"--expose-gc-as=garbageCollector",
"--eval",
"console.log(typeof global.garbageCollector)"
],
"stdout": "function"
}