Skip to content

Commit

Permalink
Add more explicit note about limited ES7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Feb 29, 2016
1 parent 327cef5 commit 9349eb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ object referring to that same position.
either 3, 5, 6, or 7. This influences support for strict mode, the set
of reserved words, and support for new syntax features. Default is 6.

**NOTE**: Only 'stage 4' (finalized) ECMAScript 7 features are being
implemented by Acorn. That means that most of the draft standard is
not yet being parsed.

- **sourceType**: Indicate the mode the code should be parsed in. Can be
either `"script"` or `"module"`.

Expand Down

0 comments on commit 9349eb4

Please sign in to comment.