mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
Adding a jsl.conf configuration file for JavaScript lint, and switching to == null for soaks, accordingly.
This commit is contained in:
@@ -367,7 +367,7 @@ exports.ValueNode = class ValueNode extends BaseNode
|
||||
complete = if i is 0
|
||||
"(typeof #{complete} === \"undefined\" || #{baseline} === null) ? undefined : "
|
||||
else
|
||||
"#{complete} == undefined ? undefined : "
|
||||
"#{complete} == null ? undefined : "
|
||||
complete += (baseline += prop.compile(o))
|
||||
else
|
||||
part = prop.compile(o)
|
||||
|
||||
Reference in New Issue
Block a user