Lines Matching refs:pkgPath
19081 * @param {string} pkgPath
19087 (pkgPath, key, target, isImport = false, base = undefined) => {
19097 `in the package config ${pkgPath}package.json${
19107 )} defined for '${key}' in the package config ${pkgPath}package.json${
19145 * @param {string} pkgPath
19149 (pkgPath, subpath, base = undefined) => {
19151 return `No "exports" main defined in ${pkgPath}package.json${
19154 return `Package subpath '${subpath}' is not defined by "exports" in ${pkgPath}package.json${
19491 const pkgPath = fileURLToPath(new URL$1('.', packageJsonUrl));
19495 `Package ${pkgPath} has a "main" field set to ${JSON.stringify(main)}, ` +
19497 pkgPath.length
19505 …`No "main" or "exports" field defined in the package.json for ${pkgPath} resolving the main entry …
19506 pkgPath.length