💻
How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
Input code
async ( ) => [ await 0 , , ] ;
Configuration file name
No response
Configuration
No response
Current and expected behavior
input.js is terminated without error:
$ node input.js # no error
but Babel fails to transpile input.js:

Environment
Reproduction on Babel's own REPL
Possible solution
No response
Additional context
No response