Home
last modified time | relevance | path

Searched defs:configPath (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DAPISample_WatchWithDefaults.ts23 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json"); constant
DAPISample_Watch.ts32 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json"); constant
/third_party/node/test/parallel/
Dtest-process-config.js39 const configPath = path.resolve(__dirname, '..', '..', 'config.gypi'); constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
DwatchEnvironment.ts18 const configPath = `${project}/tsconfig.json`; constant
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts9 const configPath = combinePaths(cwd, "tsconfig.json"); constant
/third_party/libexif/contrib/aolserver/
Dnsexif.c127 char *configPath; in Ns_ModuleInit() local
/third_party/node/deps/npm/test/tap/
Dno-global-warns.js13 var configPath = path.join(base, '_npmrc') variable
Dlink.js16 var configPath = path.join(link, '_npmrc') variable
/third_party/typescript/src/testRunner/
Drunner.ts17 …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/
Drm-linked.js16 var configPath = path.join(link, '_npmrc') variable