Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2ea6331

Browse filesBrowse files
committed
Fix compiler issue after merge
1 parent 48bd560 commit 2ea6331
Copy full SHA for 2ea6331

1 file changed

-1Lines changed: 0 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/compiler/factory.ts‎

Copy file name to clipboardExpand all lines: src/compiler/factory.ts
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.