address PR feedback

This commit is contained in:
Vladimir Matveev
2015-08-20 16:13:49 -07:00
parent f415097d0d
commit dde7545d34
20 changed files with 216 additions and 78 deletions

View File

@@ -218,7 +218,16 @@ namespace ts {
type: "boolean",
experimental: true,
description: Diagnostics.Enables_experimental_support_for_emitting_type_metadata_for_decorators
}
},
{
name: "moduleResolution",
type: {
"node": ModuleResolutionKind.NodeJs,
"classic": ModuleResolutionKind.Classic
},
experimental: true,
description: Diagnostics.Specifies_module_resolution_strategy_Colon_node_Node_or_classic_TypeScript_pre_1_6
}
];
export function parseCommandLine(commandLine: string[]): ParsedCommandLine {