mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
@@ -595,7 +595,6 @@
|
||||
prev = this.prev();
|
||||
backslash = (prev != null ? prev[0] : void 0) === '\\';
|
||||
if (!(backslash && this.seenFor)) {
|
||||
// console.log backslash, @seenExport
|
||||
this.seenFor = false;
|
||||
}
|
||||
if (!((backslash && this.seenImport) || this.importSpecifierList)) {
|
||||
@@ -630,7 +629,9 @@
|
||||
}
|
||||
if (size > this.indent) {
|
||||
if (noNewlines) {
|
||||
this.indebt = size - this.indent;
|
||||
if (!backslash) {
|
||||
this.indebt = size - this.indent;
|
||||
}
|
||||
this.suppressNewlines();
|
||||
return indent.length;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user