Home
last modified time | relevance | path

Searched refs:optionsToExtend (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsbuild/
DmoduleResolution.ts3 function sys(optionsToExtend?: CompilerOptions) {
14 compilerOptions: { outDir: "build", ...optionsToExtend },
33 ...optionsToExtend
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dincremental.ts13 optionsToExtend?: readonly string[]; property
28 { subScenario, files, optionsToExtend, modifyFs }: VerifyIncrementalWatchEmitInput,
33 const argsToPass = [incremental ? "-i" : "-w", ...(optionsToExtend || emptyArray)];
71 function verify(subScenario: string, optionsToExtend?: readonly string[]) {
75 optionsToExtend,
307 optionsToExtend: ["--explainFiles"]
DwatchApi.ts133 …function getWatch<T extends BuilderProgram>(config: File, optionsToExtend: CompilerOptions | undef…
134 …const watchCompilerHost = createWatchCompilerHost(config.path, optionsToExtend, sys, createProgram…
162 …reateProgram: CreateProgram<T>, createEmitProgram: CreateProgram<U>, optionsToExtend?: CompilerOpt…
163 const watch = getWatch(config, /*optionsToExtend*/ optionsToExtend, sys, createProgram);
164 …const emitWatch = getWatch(config, /*optionsToExtend*/ optionsToExtend, emitSys, createEmitProgram…
Dhelpers.ts36 …eateWatchOfConfigFile(configFileName: string, system: WatchedSystem, optionsToExtend?: CompilerOpt…
37 …const compilerHost = createWatchCompilerHostOfConfigFile({ configFileName, optionsToExtend, watchO…
/third_party/typescript/src/compiler/
Dwatch.ts92 …export function parseConfigFileWithSystem(configFileName: string, optionsToExtend: CompilerOptions…
95 …const result = getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, /*extendedC…
589 optionsToExtend?: CompilerOptions; property
597 configFileName, optionsToExtend, watchOptionsToExtend, extraFileExtensions,
604 host.optionsToExtend = optionsToExtend;
DwatchPublic.ts148 optionsToExtend?: CompilerOptions; property
196 …eWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend: CompilerOpti…
214 optionsToExtend: options,
262 …const { configFileName, optionsToExtend: optionsToExtendForConfigFile = {}, watchOptionsToExtend, … constant
DcommandLineParser.ts1583 optionsToExtend: CompilerOptions,
1604 optionsToExtend,
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts619 optionsToExtend: CompilerOptions,
624 optionsToExtend,
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferences.ts2077 function getIndirectProject(postfix: string, optionsToExtend?: CompilerOptions) {
2085 ...optionsToExtend
2628 …function getPackageAndFile(packageName: string, references?: string[], optionsToExtend?: CompilerO…
2636 compilerOptions: { composite: true, ...optionsToExtend || {} },
/third_party/typescript/lib/
Dtypescript.d.ts4620 …export function getParsedCommandLineOfConfigFile(configFileName: string, optionsToExtend: Compiler…
5103 optionsToExtend?: CompilerOptions;
5133 …eWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend: CompilerOpti…
DtypescriptServices.d.ts4620 …export function getParsedCommandLineOfConfigFile(configFileName: string, optionsToExtend: Compiler…
5103 optionsToExtend?: CompilerOptions;
5133 …eWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend: CompilerOpti…
Dtsserverlibrary.d.ts4620 …export function getParsedCommandLineOfConfigFile(configFileName: string, optionsToExtend: Compiler…
5103 optionsToExtend?: CompilerOptions;
5133 …eWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend: CompilerOpti…
Dtsc.js30656 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
30667 …getNormalizedAbsolutePath(ts.getDirectoryPath(configFileName), cwd), optionsToExtend, ts.getNormal…
92468 …function parseConfigFileWithSystem(configFileName, optionsToExtend, watchOptionsToExtend, system, … argument
92471 …var result = ts.getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, undefined,…
92841 …var configFileName = _a.configFileName, optionsToExtend = _a.optionsToExtend, watchOptionsToExtend…
92846 host.optionsToExtend = optionsToExtend;
92925 optionsToExtend: options, property
92949 …var configFileName = host.configFileName, _a = host.optionsToExtend, optionsToExtendForConfigFile …
95220 …teWatchOfConfigFile(system, cb, reportDiagnostic, configParseResult, optionsToExtend, watchOptions… argument
95223 optionsToExtend: optionsToExtend, property
DtypingsInstaller.js37657 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
37668 …getNormalizedAbsolutePath(ts.getDirectoryPath(configFileName), cwd), optionsToExtend, ts.getNormal…
112353 …function parseConfigFileWithSystem(configFileName, optionsToExtend, watchOptionsToExtend, system, … argument
112356 …var result = ts.getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, /*extended…
112759 …var configFileName = _a.configFileName, optionsToExtend = _a.optionsToExtend, watchOptionsToExtend…
112764 host.optionsToExtend = optionsToExtend;
112846 optionsToExtend: options, property
112870 …var configFileName = host.configFileName, _a = host.optionsToExtend, optionsToExtendForConfigFile …
DtypescriptServices.js37862 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
37873 …getNormalizedAbsolutePath(ts.getDirectoryPath(configFileName), cwd), optionsToExtend, ts.getNormal…
112558 …function parseConfigFileWithSystem(configFileName, optionsToExtend, watchOptionsToExtend, system, … argument
112561 …var result = ts.getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, /*extended…
112964 …var configFileName = _a.configFileName, optionsToExtend = _a.optionsToExtend, watchOptionsToExtend…
112969 host.optionsToExtend = optionsToExtend;
113051 optionsToExtend: options, property
113075 …var configFileName = host.configFileName, _a = host.optionsToExtend, optionsToExtendForConfigFile …
Dtsserverlibrary.js37862 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
37873 …getNormalizedAbsolutePath(ts.getDirectoryPath(configFileName), cwd), optionsToExtend, ts.getNormal…
112558 …function parseConfigFileWithSystem(configFileName, optionsToExtend, watchOptionsToExtend, system, … argument
112561 …var result = ts.getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, /*extended…
112964 …var configFileName = _a.configFileName, optionsToExtend = _a.optionsToExtend, watchOptionsToExtend…
112969 host.optionsToExtend = optionsToExtend;
113051 optionsToExtend: options, property
113075 …var configFileName = host.configFileName, _a = host.optionsToExtend, optionsToExtendForConfigFile …
Dtsserver.js37668 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
37679 …getNormalizedAbsolutePath(ts.getDirectoryPath(configFileName), cwd), optionsToExtend, ts.getNormal…
112364 …function parseConfigFileWithSystem(configFileName, optionsToExtend, watchOptionsToExtend, system, … argument
112367 …var result = ts.getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, /*extended…
112770 …var configFileName = _a.configFileName, optionsToExtend = _a.optionsToExtend, watchOptionsToExtend…
112775 host.optionsToExtend = optionsToExtend;
112857 optionsToExtend: options, property
112881 …var configFileName = host.configFileName, _a = host.optionsToExtend, optionsToExtendForConfigFile …
Dtypescript.js37862 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
37873 …getNormalizedAbsolutePath(ts.getDirectoryPath(configFileName), cwd), optionsToExtend, ts.getNormal…
112558 …function parseConfigFileWithSystem(configFileName, optionsToExtend, watchOptionsToExtend, system, … argument
112561 …var result = ts.getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, /*extended…
112964 …var configFileName = _a.configFileName, optionsToExtend = _a.optionsToExtend, watchOptionsToExtend…
112969 host.optionsToExtend = optionsToExtend;
113051 optionsToExtend: options, property
113075 …var configFileName = host.configFileName, _a = host.optionsToExtend, optionsToExtendForConfigFile …
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4851 …export function getParsedCommandLineOfConfigFile(configFileName: string, optionsToExtend: Compiler…
5344 optionsToExtend?: CompilerOptions;
5374 …eWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend: CompilerOpti…
Dtsserverlibrary.d.ts4851 …export function getParsedCommandLineOfConfigFile(configFileName: string, optionsToExtend: Compiler…
5344 optionsToExtend?: CompilerOptions;
5374 …eWatchCompilerHost<T extends BuilderProgram>(configFileName: string, optionsToExtend: CompilerOpti…