You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Espree is licensed under a permissive BSD 2-clause license.
93
93
94
94
* The `tokenize()` method does not use `ecmaFeatures`. Any string will be tokenized completely based on ECMAScript 6 semantics.
95
95
* Trailing whitespace no longer is counted as part of a node.
96
-
*`let` and `const` declarations are no longer parsed by default. You must opt-in using `ecmaFeatures.blockBindings`.
96
+
*`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`.
97
97
* The `esparse` and `esvalidate` binary scripts have been removed.
98
98
* There is no `tolerant` option. We will investigate adding this back in the future.
0 commit comments