Skip to content

Commit 2ea6331

Browse files
committed
Fix compiler issue after merge
1 parent 48bd560 commit 2ea6331

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler/factory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ namespace ts {
825825
updated.scriptKind = node.scriptKind;
826826
updated.externalModuleIndicator = node.externalModuleIndicator;
827827
updated.commonJsModuleIndicator = node.commonJsModuleIndicator;
828-
updated.wasReferenced = node.wasReferenced;
829828
updated.identifiers = node.identifiers;
830829
updated.nodeCount = node.nodeCount;
831830
updated.identifierCount = node.identifierCount;

0 commit comments

Comments
 (0)