mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
added the typeof operater as an OpNode
This commit is contained in:
@@ -15,7 +15,7 @@ module CoffeeScript
|
||||
"for", "in", "while",
|
||||
"switch", "when",
|
||||
"super",
|
||||
"delete", "instanceof"]
|
||||
"delete", "instanceof", "typeof"]
|
||||
|
||||
# Token matching regexes.
|
||||
IDENTIFIER = /\A([a-zA-Z$_]\w*)/
|
||||
|
||||
Reference in New Issue
Block a user