From 2ea6331ab151ddc5a1a76eac241f45db7b800f52 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Wed, 25 May 2016 18:10:51 -0700 Subject: [PATCH] Fix compiler issue after merge --- src/compiler/factory.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/factory.ts b/src/compiler/factory.ts index 765fe27f6a6..40db3736b82 100644 --- a/src/compiler/factory.ts +++ b/src/compiler/factory.ts @@ -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;