Home
last modified time | relevance | path

Searched refs:getOptionsForHelp (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts79 function getOptionsForHelp(commandLine: ParsedCommandLine) { function
456 printEasyHelp(sys, getOptionsForHelp(commandLine));
459 printAllHelp(sys, getOptionsForHelp(commandLine), optionsForBuild, optionsForWatch);
/third_party/typescript/lib/
Dtsc.js109432 function getOptionsForHelp(commandLine) { function
109750 printEasyHelp(sys, getOptionsForHelp(commandLine));
109753 … printAllHelp(sys, getOptionsForHelp(commandLine), ts.optionsForBuild, ts.optionsForWatch);