8000 Merge pull request #4607 from Microsoft/port-4592 · DINKIN/TypeScript@0913f07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0913f07

Browse files
committed
Merge pull request microsoft#4607 from Microsoft/port-4592
remove 'experimental' from 'moduleResolution' command line argument
2 parents 5542e39 + cd6152e commit 0913f07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ namespace ts {
243243
"node": ModuleResolutionKind.NodeJs,
244244
"classic": ModuleResolutionKind.Classic
245245
},
246-
experimental: true,
247246
description: Diagnostics.Specifies_module_resolution_strategy_Colon_node_Node_or_classic_TypeScript_pre_1_6
248247
}
249248
];

0 commit comments

Comments
 (0)
0