diff options
Diffstat (limited to 'node_modules/acorn/README.md')
-rw-r--r-- | node_modules/acorn/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/acorn/README.md b/node_modules/acorn/README.md index bd853c43b..ab2c12ea5 100644 --- a/node_modules/acorn/README.md +++ b/node_modules/acorn/README.md @@ -351,8 +351,8 @@ The `bin/acorn` utility can be used to parse a file from the command line. It accepts as arguments its input file and the following options: -- `--ecma3|--ecma5|--ecma6|--ecma7`: Sets the ECMAScript version to parse. Default is - version 5. +- `--ecma3|--ecma5|--ecma6|--ecma7|--ecma8|--ecma9`: Sets the ECMAScript version + to parse. Default is version 7. - `--module`: Sets the parsing mode to `"module"`. Is set to `"script"` otherwise. |