Home
last modified time | relevance | path

Searched refs:baseUrl (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dprocess-release.js27 var baseUrl
82 baseUrl = url.resolve(defaultRelease.headersUrl, './')
83 …libUrl32 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'x86', versionSemv…
84 …libUrl64 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'x64', versionSemv…
85 …libUrlArm64 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'arm64', versio…
91 baseUrl = distBaseUrl
92 libUrl32 = resolveLibUrl(name, baseUrl, 'x86', versionSemver.major)
93 libUrl64 = resolveLibUrl(name, baseUrl, 'x64', versionSemver.major)
94 libUrlArm64 = resolveLibUrl(name, baseUrl, 'arm64', versionSemver.major)
100 …tarballUrl = url.resolve(baseUrl, name + '-v' + version + (canGetHeaders ? '-headers' : '') + '.ta…
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-process-release.js17 baseUrl: 'https://nodejs.org/dist/v0.8.20/', property
38 baseUrl: 'https://nodejs.org/dist/v0.10.21/', property
60 baseUrl: 'https://nodejs.org/dist/v0.12.9/', property
82 baseUrl: 'https://nodejs.org/dist/v0.10.41/', property
104 baseUrl: 'https://nodejs.org/dist/v0.10.42/', property
126 baseUrl: 'https://nodejs.org/dist/v0.12.10/', property
150 baseUrl: 'https://nodejs.org/dist/v4.1.23/', property
174 baseUrl: 'https://some.custom.location/', property
200 baseUrl: 'https://nodejs.org/download/release/v12.8.0/', property
226 baseUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/', property
[all …]
/third_party/typescript/tests/baselines/reference/
DpathsValidation5.errors.txt1 …onfig.json(5,26): error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did …
2 …onfig.json(6,19): error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did …
3 …onfig.json(7,23): error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did …
13 !!! error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a le…
16 !!! error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a le…
19 !!! error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a le…
DpathMappingBasedModuleResolution1_node.errors.txt1 c:/root/tsconfig.json(5,17): error TS5090: Non-relative paths are not allowed when 'baseUrl' is not…
2 c:/root/tsconfig.json(6,17): error TS5090: Non-relative paths are not allowed when 'baseUrl' is not…
12 !!! error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a le…
15 !!! error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a le…
DpathMappingBasedModuleResolution1_amd.errors.txt1 c:/root/tsconfig.json(5,17): error TS5090: Non-relative paths are not allowed when 'baseUrl' is not…
2 c:/root/tsconfig.json(6,17): error TS5090: Non-relative paths are not allowed when 'baseUrl' is not…
12 !!! error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a le…
15 !!! error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a le…
DpathMappingBasedModuleResolution1_classic.errors.txt1 …onfig.json(5,9): error TS5060: Option 'paths' cannot be used without specifying '--baseUrl' option.
11 !!! error TS5060: Option 'paths' cannot be used without specifying '--baseUrl' option.
DpathsValidation1.errors.txt7 "baseUrl": ".",
DpathMappingBasedModuleResolution_withExtension_failedLookup.errors.txt7 "baseUrl": ".",
DpathsValidation3.errors.txt7 "baseUrl": ".",
DpathsValidation2.errors.txt7 "baseUrl": ".",
DrequireOfJsonFileWithoutResolveJsonModuleAndPathMapping.errors.txt7 "baseUrl": ".",
DpathMappingBasedModuleResolution2_classic.errors.txt11 "baseUrl": "./src",
DpathMappingBasedModuleResolution2_node.errors.txt11 "baseUrl": "./src",
DpathsValidation4.errors.txt10 "baseUrl": "./src",
DpathMappingBasedModuleResolution3_classic.types2 // baseUrl set via command line
/third_party/flatbuffers/kotlin/benchmark/
Dbuild.gradle.kts103 val baseUrl = "https://github.com/serde-rs/json-benchmark/raw/master/data/" in <lambda>() constant
104 src(listOf("$baseUrl/canada.json", "$baseUrl/twitter.json", "$baseUrl/citm_catalog.json")) in <lambda>()
/third_party/typescript/src/testRunner/
DcompilerRunner.ts202 const baseUrl = this.harnessSettings.baseUrl; constant
203 if (baseUrl !== undefined && !ts.isRootedDiskPath(baseUrl)) {
204 this.harnessSettings.baseUrl = ts.getNormalizedAbsolutePath(baseUrl, rootDir);
/third_party/node/lib/internal/process/
Dexecution.js69 const baseUrl = pathToFileURL(module.filename).href;
87 return loader.import(specifier, baseUrl);
/third_party/typescript/src/services/
DstringCompletions.ts318 …return isPathRelativeToScript(literalValue) || !compilerOptions.baseUrl && (isRootedDiskPath(liter…
486 const { baseUrl, paths } = compilerOptions; constant
491 if (baseUrl) {
493 const absolute = normalizePath(combinePaths(projectDir, baseUrl));
537 …path: string, patterns: readonly string[], fragment: string, baseUrl: string, fileExtensions: read…
547 getModulesForPathsPattern(remainingFragment, baseUrl, pattern, fileExtensions, host));
554 …function getModulesForPathsPattern(fragment: string, baseUrl: string, pattern: string, fileExtensi…
578 const baseDirectory = normalizePath(combinePaths(baseUrl, expandedPrefixDirectory));
/third_party/typescript/src/testRunner/unittests/tsbuild/
DmoduleResolution.ts32 baseUrl: ".",
DdeclarationEmit.ts86 baseUrl: ".",
/third_party/typescript/src/testRunner/unittests/tsserver/
DjsDocTagCheck.ts35 baseUrl: "./", // all paths are relative to the baseUrl
DconditionCheck.ts41 baseUrl: "./", // all paths are relative to the baseUrl
Dtelemetry.ts98 baseUrl: "hunter2",
128 baseUrl: "",
/third_party/node/deps/npm/node_modules/request/
Drequest.js199 if (self.baseUrl) {
200 if (typeof self.baseUrl !== 'string') {
214 var baseUrlEndsWithSlash = self.baseUrl.lastIndexOf('/') === self.baseUrl.length - 1
218 self.uri = self.baseUrl + self.uri.slice(1)
220 self.uri = self.baseUrl + self.uri
222 self.uri = self.baseUrl
224 self.uri = self.baseUrl + '/' + self.uri
226 delete self.baseUrl

1234