We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bd560 commit 2ea6331Copy full SHA for 2ea6331
1 file changed
src/compiler/factory.ts
@@ -825,7 +825,6 @@ namespace ts {
825
updated.scriptKind = node.scriptKind;
826
updated.externalModuleIndicator = node.externalModuleIndicator;
827
updated.commonJsModuleIndicator = node.commonJsModuleIndicator;
828
- updated.wasReferenced = node.wasReferenced;
829
updated.identifiers = node.identifiers;
830
updated.nodeCount = node.nodeCount;
831
updated.identifierCount = node.identifierCount;
0 commit comments