From f3179da3ff129746fd7b3e365580757237194a43 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Mon, 22 Feb 2016 16:53:50 -0800 Subject: [PATCH] Fixed issue with test dependencies --- src/compiler/factory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/factory.ts b/src/compiler/factory.ts index 5b58d4b872..0c6b6f4d89 100644 --- a/src/compiler/factory.ts +++ b/src/compiler/factory.ts @@ -848,7 +848,7 @@ namespace ts { property.startsOnNewLine = true; } - addNode(properties, property); + properties.push(property); } }