mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
rewriter is halfway done, and working
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
}
|
||||
value = value || this.chunk.substr(0, 1);
|
||||
tag = value.match(ASSIGNMENT) ? 'ASSIGN' : value;
|
||||
if (this.value() && this.value().spaced && CALLABLE.indexOf(this.tag() >= 0)) {
|
||||
if (this.value() && !this.value().spaced && CALLABLE.indexOf(this.tag() >= 0)) {
|
||||
if (value === '(') {
|
||||
tag = 'CALL_START';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user