Home
last modified time | relevance | path

Searched refs:configPath (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithDefaults.js20 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json");
21 if (!configPath) {
36 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
68 var configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json");
69 if (!configPath) {
82 var host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
DAPISample_Watch.js29 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json");
30 if (!configPath) {
45 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys,
101 var configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json");
102 if (!configPath) {
115 …var host = ts.createWatchCompilerHost(configPath, {}, ts.sys, ts.createSemanticDiagnosticsBuilderP…
/third_party/typescript/tests/cases/compiler/
DAPISample_WatchWithDefaults.ts23 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json"); constant
24 if (!configPath) {
39 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
DAPISample_Watch.ts32 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json"); constant
33 if (!configPath) {
48 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys,
/third_party/node/test/parallel/
Dtest-process-config.js39 const configPath = path.resolve(__dirname, '..', '..', 'config.gypi'); constant
41 if (!fs.existsSync(configPath)) {
45 let config = fs.readFileSync(configPath, 'utf8');
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts9 const configPath = combinePaths(cwd, "tsconfig.json"); constant
13 …comparePaths(getNormalizedAbsolutePath(path, cwd), configPath) === Comparison.EqualTo ? true : fal…
21 …comparePaths(getNormalizedAbsolutePath(path, cwd), configPath) === Comparison.EqualTo ? configCont…
30 const initResult = convertToTSConfig(commandLine, configPath, configParseHost);
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dcreate-config-gypi.js120 const configPath = path.resolve(buildDir, configFilename)
140 log.verbose('build/' + configFilename, 'writing out config file: %s', configPath)
141 await fs.writeFile(configPath, [prefix, json, ''].join('\n'))
143 return configPath
Dfind-visualstudio.js31 this.configPath = null
39 this.configPath = path.resolve(this.configMsvsVersion)
41 `- looking for Visual Studio installed in "${this.configPath}"`)
428 if (this.configPath &&
429 path.relative(this.configPath, vsPath) !== '') {
Dbuild.js44 const configPath = path.resolve('build', 'config.gypi')
45 data = await fs.readFile(configPath, 'utf8')
Dconfigure.js78 const configPath = await createConfigGypi({ gyp, buildDir, nodeDir, vsInfo, python })
79 configs.push(configPath)
/third_party/typescript/src/compiler/
DwatchPublic.ts792 const configPath = toPath(configFileName); constant
793 let config = parsedConfigs?.get(configPath);
820 (parsedConfigs ||= new Map()).set(configPath, config = { parsedCommandLine });
822 watchReferencedProject(configFileName, configPath, config);
996 …function watchReferencedProject(configFileName: string, configPath: Path, commandLine: ParsedConfi…
1001 updateCachedSystemWithFile(configFileName, configPath, eventKind);
1002 const config = parsedConfigs?.get(configPath);
1004 resolutionCache.removeResolutionsFromProjectReferenceRedirects(configPath);
1026 const config = parsedConfigs?.get(configPath);
1061 configPath,
/third_party/libexif/contrib/aolserver/
Dnsexif.c127 char *configPath; in Ns_ModuleInit() local
135 configPath = Ns_ConfigGetPath(hServer, hModule, NULL); in Ns_ModuleInit()
/third_party/typescript/src/testRunner/unittests/tsbuildWatch/
DwatchEnvironment.ts6 const configPath = `${project}/tsconfig.json`; constant
103 system.writeFile(configPath, JSON.stringify({
/third_party/typescript/src/testRunner/
Drunner.ts36 …const configPath = ts.forEach(args, arg => arg.lastIndexOf(prefix, 0) === 0 && arg.substr(prefix.l… constant
38 return configPath && configPath.replace(/(^[\"'])|([\"']$)/g, "");
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts42 … function verifyEventWithOpenTs(file: File, configPath: string, configuredProjects: number) {
45 const project = service.configuredProjects.get(configPath)!;
/third_party/typescript/src/testRunner/parallel/
Dhost.ts254 const configPath = ts.combinePaths(taskConfigsFolder, `task-config${i}.json`);
255 IO.writeFile(configPath, JSON.stringify(config));
257 …process: fork(__filename, [`--config="${configPath}"`], { stdio: ["pipe", "pipe", "pipe", "ipc"] }…
/third_party/typescript/lib/
Dtsc.js107787 var configPath = toPath(configFileName);
107788 …nfig = parsedConfigs === null || parsedConfigs === void 0 ? void 0 : parsedConfigs.get(configPath);
107809 …(parsedConfigs || (parsedConfigs = new ts.Map())).set(configPath, config = { parsedCommandLine: pa…
107811 watchReferencedProject(configFileName, configPath, config);
107922 function watchReferencedProject(configFileName, configPath, commandLine) { argument
107925 updateCachedSystemWithFile(configFileName, configPath, eventKind);
107926 …nfig = parsedConfigs === null || parsedConfigs === void 0 ? void 0 : parsedConfigs.get(configPath);
107929 resolutionCache.removeResolutionsFromProjectReferenceRedirects(configPath);
107941 …nfig = parsedConfigs === null || parsedConfigs === void 0 ? void 0 : parsedConfigs.get(configPath);
107968 …updateExtendedConfigFilesWatches(configPath, (_d = commandLine.parsedCommandLine) === null || _d =…
DtypingsInstaller.js129518 var configPath = toPath(configFileName);
129519 …nfig = parsedConfigs === null || parsedConfigs === void 0 ? void 0 : parsedConfigs.get(configPath);
129541 …(parsedConfigs || (parsedConfigs = new ts.Map())).set(configPath, config = { parsedCommandLine: pa…
129543 watchReferencedProject(configFileName, configPath, config);
129669 function watchReferencedProject(configFileName, configPath, commandLine) { argument
129673 updateCachedSystemWithFile(configFileName, configPath, eventKind);
129674 …nfig = parsedConfigs === null || parsedConfigs === void 0 ? void 0 : parsedConfigs.get(configPath);
129677 resolutionCache.removeResolutionsFromProjectReferenceRedirects(configPath);
129691 …nfig = parsedConfigs === null || parsedConfigs === void 0 ? void 0 : parsedConfigs.get(configPath);
129721 …updateExtendedConfigFilesWatches(configPath, (_d = commandLine.parsedCommandLine) === null || _d =…