Searched refs:commandLineOptions (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | consoleClearing.ts | 15 …n checkConsoleClearingUsingCommandLineOptions(subScenario: string, commandLineOptions?: string[]) { 19 commandLineArgs: ["--w", file.path, ...commandLineOptions || emptyArray],
|
| D | programUpdates.ts | 1553 … function verifyLibErrors(subScenario: string, commandLineOptions: readonly string[]) { 1557 commandLineArgs: ["-w", aFile.path, ...commandLineOptions],
|
| /third_party/typescript/src/executeCommandLine/ |
| D | executeCommandLine.ts | 546 const commandLineOptions = convertToOptionsWithAbsolutePaths( constant 552 …const configParseResult = parseConfigFileWithSystem(configFileName, commandLineOptions, extendedCo… 553 if (commandLineOptions.showConfig) { 579 commandLineOptions, 602 if (commandLineOptions.showConfig) { 610 commandLineOptions 612 if (isWatchSet(commandLineOptions)) { 619 commandLineOptions, 623 else if (isIncrementalCompilation(commandLineOptions)) { 628 { ...commandLine, options: commandLineOptions } [all …]
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 166 …function prepareConvertersForEnumLikeCompilerOptions(commandLineOptions: CommandLineOption[]): ESM… 168 for (const option of commandLineOptions) {
|
| /third_party/typescript/lib/ |
| D | tsc.js | 109822 …var commandLineOptions = ts.convertToOptionsWithAbsolutePaths(commandLine.options, function (fileN… 109825 …var configParseResult = ts.parseConfigFileWithSystem(configFileName, commandLineOptions, extendedC… 109826 if (commandLineOptions.showConfig) { 109839 …ateWatchOfConfigFile(sys, cb, reportDiagnostic, configParseResult, commandLineOptions, commandLine… 109849 if (commandLineOptions.showConfig) { 109853 reportDiagnostic = updateReportDiagnostic(sys, reportDiagnostic, commandLineOptions); 109854 if (ts.isWatchSet(commandLineOptions)) { 109857 …dCompilerOptions(sys, cb, reportDiagnostic, commandLine.fileNames, commandLineOptions, commandLine… 109859 else if (ts.isIncrementalCompilation(commandLineOptions)) { 109860 …n(sys, cb, reportDiagnostic, __assign(__assign({}, commandLine), { options: commandLineOptions })); [all …]
|