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); } }