mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
raising the precedence level of delete, instanceof, and typeof
This commit is contained in:
@@ -747,7 +747,7 @@ module CoffeeScript
|
||||
:isnt => "!==",
|
||||
:not => '!'
|
||||
}
|
||||
CHAINABLE = [:<, :>, :>=, :<=, :===, :'!===']
|
||||
CHAINABLE = [:<, :>, :>=, :<=, :===, :'!==']
|
||||
ASSIGNMENT = [:'||=', :'&&=', :'?=']
|
||||
PREFIX_OPERATORS = [:typeof, :delete]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user