forked from jquery/esprima
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Distinguish
yield
as a keyword vs an identifier.
`yield` is a keyword in strict mode, inside a generator, or as part of a yield expression. `yield` may be used as an identifier for the name of generators, methods, object properties, and function expressions. Fixes jquery#1186
- Loading branch information
Showing
146 changed files
with
4,807 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.