diff --git a/src/compiler/factory.ts b/src/compiler/factory.ts index 809f5e425e7..1ea66f9273b 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); } }