mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
trading aint for isnt -- let's be serious
This commit is contained in:
@@ -357,7 +357,7 @@ module CoffeeScript
|
||||
'and' => '&&',
|
||||
'or' => '||',
|
||||
'is' => '===',
|
||||
"aint" => "!==",
|
||||
"isnt" => "!==",
|
||||
'not' => '!',
|
||||
}
|
||||
CONDITIONALS = ['||:', '&&:']
|
||||
|
||||
Reference in New Issue
Block a user