Open 9inpachi opened 2 years ago
Hi,
I was trying to follow the docs to set the acorn options but it seems the acorn options interface has been updated, ecmaScript is now ecmaVersion. See https://github.com/acornjs/acorn/tree/master/acorn#interface.
ecmaScript
ecmaVersion
@erikbarke Could you please take a look if you get the time? It's a very simple change.
Hi,
I was trying to follow the docs to set the acorn options but it seems the acorn options interface has been updated,
ecmaScript
is nowecmaVersion
. See https://github.com/acornjs/acorn/tree/master/acorn#interface.