Searched defs:configPath (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/tests/cases/compiler/ |
D | APISample_WatchWithDefaults.ts | 23 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json"); constant
|
D | APISample_Watch.ts | 32 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json"); constant
|
/third_party/node/test/parallel/ |
D | test-process-config.js | 39 const configPath = path.resolve(__dirname, '..', '..', 'config.gypi'); constant
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | watchEnvironment.ts | 18 const configPath = `${project}/tsconfig.json`; constant
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | showConfig.ts | 9 const configPath = combinePaths(cwd, "tsconfig.json"); constant
|
/third_party/libexif/contrib/aolserver/ |
D | nsexif.c | 127 char *configPath; in Ns_ModuleInit() local
|
/third_party/node/deps/npm/test/tap/ |
D | no-global-warns.js | 13 var configPath = path.join(base, '_npmrc') variable
|
D | link.js | 16 var configPath = path.join(link, '_npmrc') variable
|
/third_party/typescript/src/testRunner/ |
D | runner.ts | 17 …const configPath = ts.forEach(args, arg => arg.lastIndexOf(prefix, 0) === 0 && arg.substr(prefix.l… constant
|
/third_party/node/deps/npm/test/need-npm5-update/ |
D | rm-linked.js | 16 var configPath = path.join(link, '_npmrc') variable
|