Skip to content

Commit

Permalink
Merge pull request #4592 from Microsoft/noExperimetntalForModuleResol…
Browse files Browse the repository at this point in the history
…utionFlag

remove 'experimental' from 'moduleResolution' command line argument
  • Loading branch information
vladima committed Sep 1, 2015
2 parents 90b345c + 3e2be80 commit 06e2537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/commandLineParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ namespace ts {
"node": ModuleResolutionKind.NodeJs,
"classic": ModuleResolutionKind.Classic
},
experimental: true,
description: Diagnostics.Specifies_module_resolution_strategy_Colon_node_Node_or_classic_TypeScript_pre_1_6
}
];
Expand Down

0 comments on commit 06e2537

Please sign in to comment.