mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
removing arguments as a keyword -- we can detect its use at code-generation time.
This commit is contained in:
@@ -15,8 +15,7 @@ module CoffeeScript
|
||||
"for", "in", "of", "by", "where", "while",
|
||||
"delete", "instanceof", "typeof",
|
||||
"switch", "when",
|
||||
"super", "extends",
|
||||
"arguments"]
|
||||
"super", "extends"]
|
||||
|
||||
# Token matching regexes.
|
||||
IDENTIFIER = /\A([a-zA-Z$_](\w|\$)*)/
|
||||
|
||||
Reference in New Issue
Block a user