mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Fix compiler issue after merge
This commit is contained in:
parent
48bd560dd1
commit
2ea6331ab1
@ -825,7 +825,6 @@ namespace ts {
|
||||
updated.scriptKind = node.scriptKind;
|
||||
updated.externalModuleIndicator = node.externalModuleIndicator;
|
||||
updated.commonJsModuleIndicator = node.commonJsModuleIndicator;
|
||||
updated.wasReferenced = node.wasReferenced;
|
||||
updated.identifiers = node.identifiers;
|
||||
updated.nodeCount = node.nodeCount;
|
||||
updated.identifierCount = node.identifierCount;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user