Lines Matching refs:imports
38 getOptionValue('--experimental-network-imports');
99 * @param {boolean} internal - Whether the module is in the "imports" or "exports" field.
111 }in the "${internal ? 'imports' : 'exports'}" field module resolution of the package at ${
376 * @param {boolean} internal - Whether the resolution is for an "imports" or "exports" field in package.json.
382 internal ? 'imports' : 'exports'}" resolution of ${
676 // To match "imports" and the spec.
749 const reason = 'is not a valid internal imports specifier name';
756 const imports = packageConfig.imports;
757 if (imports) {
758 if (ObjectPrototypeHasOwnProperty(imports, name) &&
761 packageJSONUrl, imports[name], '', name, base, false, true, false,
770 const keys = ObjectGetOwnPropertyNames(imports);
791 const target = imports[bestMatch];
1056 'remote imports cannot import from a local location.',
1066 'remote imports cannot import from a local location.',