Files
babel/test/fixtures/bin/6to5-node/--eval/options.json
2014-10-11 22:42:31 +11:00

5 lines
95 B
JSON

{
"args": ["--eval", "console.log([1, 2, 3].map(x => x * x));"],
"stdout": "[ 1, 4, 9 ]"
}