Searched defs:parentURL (Results 1 – 8 of 8) sorted by relevance
| /third_party/node/test/fixtures/es-module-loaders/ |
| D | loader-with-dep.mjs | 6 export async function resolve(specifier, { parentURL, importAssertions }, defaultResolve) { property 8 url: (await defaultResolve(specifier, { parentURL, importAssertions }, defaultResolve)).url, property
|
| D | loader-invalid-url.mjs | 1 export async function resolve(specifier, { parentURL, importAssertions }, next) { property
|
| D | loader-invalid-format.mjs | 1 export async function resolve(specifier, { parentURL, importAssertions }, next) { property
|
| D | example-loader.mjs | 11 export function resolve(specifier, { parentURL = baseURL }, next) { property
|
| /third_party/node/benchmark/esm/ |
| D | esm-loader-defaultResolve.js | 14 const parentURL = pathToFileURL(path.join(benchmarkDirectory, 'entry-point.js')); constant 46 defaultResolve(conf.specifier, { parentURL }); field
|
| /third_party/node/lib/internal/modules/esm/ |
| D | loader.js | 410 async getModuleJob(specifier, parentURL, importAssertions) { argument 451 #createModuleJob(url, importAssertions, parentURL, format) { argument 508 async import(specifiers, parentURL, importAssertions) { argument 786 async resolve(originalSpecifier, parentURL, importAssertions) { argument 804 parentURL, property
|
| D | fetch_module.js | 242 function fetchModule(parsed, { parentURL }) { field
|
| D | resolve.js | 955 function resolveAsCommonJS(specifier, parentURL) { argument
|