Skip to content

Commit bd86e2e

Browse files
committed
remove uncommented lines
1 parent fcd96cb commit bd86e2e

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/compiler/emitter.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,21 +1302,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
13021302
decreaseIndent();
13031303
}
13041304
}
1305-
1306-
// const emittableChildren = children.filter(isJsxChildEmittable);
1307-
// if (emittableChildren.length > 0) {
1308-
// // If the only child is non-jsx element, don't put it on a new line
1309-
// if (emittableChildren.length == 1 && emittableChildren[0].kind !== SyntaxKind.JsxElement && emittableChildren[0].kind !== SyntaxKind.JsxSelfClosingElement) {
1310-
// write(", ");
1311-
// emit(emittableChildren[0]);
1312-
// }
1313-
// // Otherwise build a indented comma separated list
1314-
// else {
1315-
// increaseIndent();
1316-
// emitList(emittableChildren, 0, emittableChildren.length, /*multiLine*/ true, /*trailingComma*/ false, /*leadingComma*/ true);
1317-
// decreaseIndent();
1318-
// }
1319-
// }
13201305
}
13211306

13221307
// Closing paren

0 commit comments

Comments
 (0)