Skip to content

Update list of reserved words to match ECMAScript 5.#32

Open
nene wants to merge 1 commit into
tenderlove:masterfrom
nene:reserved-words
Open

Update list of reserved words to match ECMAScript 5.#32
nene wants to merge 1 commit into
tenderlove:masterfrom
nene:reserved-words

Conversation

@nene
Copy link
Copy Markdown
Contributor

@nene nene commented Oct 8, 2013

Fixes issue #28

ES5 removed a bunch of reserved words that ES3 had reserved. These
are also supported as identifiers by real-world implementations. So
removing these.

ES5 added 'let' and 'yield' to the reserved list, which have been added
in here too.

ES5 removed a bunch of reserved words that ES3 had reserved.  These
are also supported as identifiers by real-world implementations. So
removing these.

ES5 added 'let' and 'yield' to the reserved list, which have been added
in here too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant