From bd86e2ec8042ef1f152ae6e0e221222b000e793c Mon Sep 17 00:00:00 2001 From: Noj Vek Date: Sat, 30 Jan 2016 11:31:43 -0800 Subject: [PATCH] remove uncommented lines --- src/compiler/emitter.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/compiler/emitter.ts b/src/compiler/emitter.ts index ad0f1c8bcd8..067900217e5 100644 --- a/src/compiler/emitter.ts +++ b/src/compiler/emitter.ts @@ -1302,21 +1302,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge decreaseIndent(); } } - - // const emittableChildren = children.filter(isJsxChildEmittable); - // if (emittableChildren.length > 0) { - // // If the only child is non-jsx element, don't put it on a new line - // if (emittableChildren.length == 1 && emittableChildren[0].kind !== SyntaxKind.JsxElement && emittableChildren[0].kind !== SyntaxKind.JsxSelfClosingElement) { - // write(", "); - // emit(emittableChildren[0]); - // } - // // Otherwise build a indented comma separated list - // else { - // increaseIndent(); - // emitList(emittableChildren, 0, emittableChildren.length, /*multiLine*/ true, /*trailingComma*/ false, /*leadingComma*/ true); - // decreaseIndent(); - // } - // } } // Closing paren