Home
last modified time | relevance | path

Searched refs:extendedConfig (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/compiler/
DcommandLineParser.ts2644 …const extendedConfig = getExtendedConfig(sourceFile, ownConfig.extendedConfigPath, host, resolutio… constant
2645 if (extendedConfig && isSuccessfulParsedTsconfig(extendedConfig)) {
2646 const baseRaw = extendedConfig.raw;
2663 ownConfig.options = assign({}, extendedConfig.options, ownConfig.options);
2664 ownConfig.watchOptions = ownConfig.watchOptions && extendedConfig.watchOptions ?
2665 assign({}, extendedConfig.watchOptions, ownConfig.watchOptions) :
2666 ownConfig.watchOptions || extendedConfig.watchOptions;
2781 extendedConfig: string,
2786 extendedConfig = normalizeSlashes(extendedConfig);
2787 …if (isRootedDiskPath(extendedConfig) || startsWith(extendedConfig, "./") || startsWith(extendedCon…
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js38508 …var extendedConfig = getExtendedConfig(sourceFile, ownConfig.extendedConfigPath, host, resolutionS…
38509 if (extendedConfig && isSuccessfulParsedTsconfig(extendedConfig)) {
38510 var baseRaw_1 = extendedConfig.raw;
38524 ownConfig.options = ts.assign({}, extendedConfig.options, ownConfig.options);
38525 ownConfig.watchOptions = ownConfig.watchOptions && extendedConfig.watchOptions ?
38526 ts.assign({}, extendedConfig.watchOptions, ownConfig.watchOptions) :
38527 ownConfig.watchOptions || extendedConfig.watchOptions;
38614 function getExtendsConfigPath(extendedConfig, host, basePath, errors, createDiagnostic) { argument
38615 extendedConfig = ts.normalizeSlashes(extendedConfig);
38616 …if (ts.isRootedDiskPath(extendedConfig) || ts.startsWith(extendedConfig, "./") || ts.startsWith(ex…
[all …]
Dtsc.js31397 …var extendedConfig = getExtendedConfig(sourceFile, ownConfig.extendedConfigPath, host, resolutionS…
31398 if (extendedConfig && isSuccessfulParsedTsconfig(extendedConfig)) {
31399 var baseRaw_1 = extendedConfig.raw;
31413 ownConfig.options = ts.assign({}, extendedConfig.options, ownConfig.options);
31414 ownConfig.watchOptions = ownConfig.watchOptions && extendedConfig.watchOptions ?
31415 ts.assign({}, extendedConfig.watchOptions, ownConfig.watchOptions) :
31416 ownConfig.watchOptions || extendedConfig.watchOptions;
31500 function getExtendsConfigPath(extendedConfig, host, basePath, errors, createDiagnostic) { argument
31501 extendedConfig = ts.normalizeSlashes(extendedConfig);
31502 …if (ts.isRootedDiskPath(extendedConfig) || ts.startsWith(extendedConfig, "./") || ts.startsWith(ex…
[all …]
Dtsserverlibrary.js38713 …var extendedConfig = getExtendedConfig(sourceFile, ownConfig.extendedConfigPath, host, resolutionS…
38714 if (extendedConfig && isSuccessfulParsedTsconfig(extendedConfig)) {
38715 var baseRaw_1 = extendedConfig.raw;
38729 ownConfig.options = ts.assign({}, extendedConfig.options, ownConfig.options);
38730 ownConfig.watchOptions = ownConfig.watchOptions && extendedConfig.watchOptions ?
38731 ts.assign({}, extendedConfig.watchOptions, ownConfig.watchOptions) :
38732 ownConfig.watchOptions || extendedConfig.watchOptions;
38819 function getExtendsConfigPath(extendedConfig, host, basePath, errors, createDiagnostic) { argument
38820 extendedConfig = ts.normalizeSlashes(extendedConfig);
38821 …if (ts.isRootedDiskPath(extendedConfig) || ts.startsWith(extendedConfig, "./") || ts.startsWith(ex…
[all …]
DtypescriptServices.js38713 …var extendedConfig = getExtendedConfig(sourceFile, ownConfig.extendedConfigPath, host, resolutionS…
38714 if (extendedConfig && isSuccessfulParsedTsconfig(extendedConfig)) {
38715 var baseRaw_1 = extendedConfig.raw;
38729 ownConfig.options = ts.assign({}, extendedConfig.options, ownConfig.options);
38730 ownConfig.watchOptions = ownConfig.watchOptions && extendedConfig.watchOptions ?
38731 ts.assign({}, extendedConfig.watchOptions, ownConfig.watchOptions) :
38732 ownConfig.watchOptions || extendedConfig.watchOptions;
38819 function getExtendsConfigPath(extendedConfig, host, basePath, errors, createDiagnostic) { argument
38820 extendedConfig = ts.normalizeSlashes(extendedConfig);
38821 …if (ts.isRootedDiskPath(extendedConfig) || ts.startsWith(extendedConfig, "./") || ts.startsWith(ex…
[all …]
Dtsserver.js38519 …var extendedConfig = getExtendedConfig(sourceFile, ownConfig.extendedConfigPath, host, resolutionS…
38520 if (extendedConfig && isSuccessfulParsedTsconfig(extendedConfig)) {
38521 var baseRaw_1 = extendedConfig.raw;
38535 ownConfig.options = ts.assign({}, extendedConfig.options, ownConfig.options);
38536 ownConfig.watchOptions = ownConfig.watchOptions && extendedConfig.watchOptions ?
38537 ts.assign({}, extendedConfig.watchOptions, ownConfig.watchOptions) :
38538 ownConfig.watchOptions || extendedConfig.watchOptions;
38625 function getExtendsConfigPath(extendedConfig, host, basePath, errors, createDiagnostic) { argument
38626 extendedConfig = ts.normalizeSlashes(extendedConfig);
38627 …if (ts.isRootedDiskPath(extendedConfig) || ts.startsWith(extendedConfig, "./") || ts.startsWith(ex…
[all …]
Dtypescript.js38713 …var extendedConfig = getExtendedConfig(sourceFile, ownConfig.extendedConfigPath, host, resolutionS…
38714 if (extendedConfig && isSuccessfulParsedTsconfig(extendedConfig)) {
38715 var baseRaw_1 = extendedConfig.raw;
38729 ownConfig.options = ts.assign({}, extendedConfig.options, ownConfig.options);
38730 ownConfig.watchOptions = ownConfig.watchOptions && extendedConfig.watchOptions ?
38731 ts.assign({}, extendedConfig.watchOptions, ownConfig.watchOptions) :
38732 ownConfig.watchOptions || extendedConfig.watchOptions;
38819 function getExtendsConfigPath(extendedConfig, host, basePath, errors, createDiagnostic) { argument
38820 extendedConfig = ts.normalizeSlashes(extendedConfig);
38821 …if (ts.isRootedDiskPath(extendedConfig) || ts.startsWith(extendedConfig, "./") || ts.startsWith(ex…
[all …]
Dtypescript.d.ts4675 extendedConfig: ParsedTsconfig | undefined; property
DtypescriptServices.d.ts4675 extendedConfig: ParsedTsconfig | undefined; property
Dtsserverlibrary.d.ts4675 extendedConfig: ParsedTsconfig | undefined; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4756 extendedConfig: ParsedTsconfig | undefined; property
Dtsserverlibrary.d.ts4756 extendedConfig: ParsedTsconfig | undefined; property