Fix compiler issue after merge

This commit is contained in:
Ron Buckton 2016-05-25 18:10:51 -07:00
parent 48bd560dd1
commit 2ea6331ab1

View File

@ -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;