Skip to content

Commit

Permalink
Fix: Remove blockBindings from docs (fixes #307, fixes #339) (#356)
Browse files Browse the repository at this point in the history
* Fix: Remove blockBindings from docs (fixes #307, fixes #339)

* Fix: Replace blockBindings in docs (fixes #307, fixes #339)
  • Loading branch information
Hirse authored and kaicataldo committed Nov 10, 2017
1 parent b2016cb commit 019b70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Espree is licensed under a permissive BSD 2-clause license.

* The `tokenize()` method does not use `ecmaFeatures`. Any string will be tokenized completely based on ECMAScript 6 semantics.
* Trailing whitespace no longer is counted as part of a node.
* `let` and `const` declarations are no longer parsed by default. You must opt-in using `ecmaFeatures.blockBindings`.
* `let` and `const` declarations are no longer parsed by default. You must opt-in by using an `ecmaVersion` newer than `5` or setting `sourceType` to `module`.
* The `esparse` and `esvalidate` binary scripts have been removed.
* There is no `tolerant` option. We will investigate adding this back in the future.

Expand Down

0 comments on commit 019b70a

Please sign in to comment.