mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
nagated relational operators are now grouped into NOT_RELATED, fixing #720
This commit is contained in:
@@ -1346,7 +1346,8 @@
|
||||
__extends(OpNode, BaseNode);
|
||||
OpNode.prototype.CONVERSIONS = {
|
||||
'==': '===',
|
||||
'!=': '!=='
|
||||
'!=': '!==',
|
||||
of: 'in'
|
||||
};
|
||||
OpNode.prototype.INVERSIONS = {
|
||||
'!==': '===',
|
||||
|
||||
Reference in New Issue
Block a user