Skip to content

Commit 61fe61b

Browse files
committed
Merge branch 'transforms-printer' into transforms-transformer-ts
2 parents 0a325ee + 617e511 commit 61fe61b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ namespace ts {
848848
property.startsOnNewLine = true;
849849
}
850850

851-
addNode(properties, property);
851+
properties.push(property);
852852
}
853853
}
854854

0 commit comments

Comments
 (0)