Files
babel/test/fixtures/bin/babel-node/--print/options.json
2015-02-16 01:08:26 +11:00

5 lines
94 B
JSON

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