mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
one more step
This commit is contained in:
@@ -909,13 +909,8 @@ exports.OpNode: class OpNode extends BaseNode
|
||||
|
||||
# The map of conversions from CoffeeScript to JavaScript symbols.
|
||||
CONVERSIONS: {
|
||||
'==': '==='
|
||||
'!=': '!=='
|
||||
'and': '&&'
|
||||
'or': '||'
|
||||
'is': '==='
|
||||
'isnt': '!=='
|
||||
'not': '!'
|
||||
'==': '==='
|
||||
'!=': '!=='
|
||||
}
|
||||
|
||||
# The list of operators for which we perform
|
||||
|
||||
Reference in New Issue
Block a user