Lines Matching refs:field
71 * Emits a deprecation warning for the use of a deprecated trailing slash pattern mapping in the "exports" field
83 `"exports" field module resolution of the package at ${pjsonPath}${
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 ${
120 * the package.json file does not define a "main" or "exports" field.
124 * @param {string} [main] - The "main" field from the package.json file.
134 `No "main" or "exports" field defined in the package.json for ${pkgPath
143 `Package ${pkgPath} has a "main" field set to "${main}", ` +
146 basePath}.\n Automatic extension resolution of the "main" field is ` +
166 * 1. let M = pkg_url + (json main field)
376 * @param {boolean} internal - Whether the resolution is for an "imports" or "exports" field in package.json.