• Home
  • Raw
  • Download

Lines Matching refs:fileURLToPath

3 import { URL as URL$1, fileURLToPath, pathToFileURL } from 'url';
19418 throw new ERR_UNKNOWN_FILE_EXTENSION(ext, fileURLToPath(url))
19464 const pjsonPath = fileURLToPath(pjsonUrl);
19472 base ? ` imported from ${fileURLToPath(base)}` : ''
19490 const path = fileURLToPath(url.href);
19491 const pkgPath = fileURLToPath(new URL$1('.', packageJsonUrl));
19492 const basePath = fileURLToPath(base);
19582 (base ? `"${specifier}" from ` : '') + fileURLToPath(base || specifier),
19618 fileURLToPath(packageJsonUrl),
19631 const packageJsonPath = fileURLToPath(packageJsonUrl);
19658 return tryStatSync(fileURLToPath(url)).isFile()
19719 fileURLToPath(new URL$1('.', packageJsonUrl)),
19720 fileURLToPath(base)
19734 fileURLToPath(base)
19737 const path = fileURLToPath(resolved);
19742 const error = new ERR_UNSUPPORTED_DIR_IMPORT(path, fileURLToPath(base));
19751 base && fileURLToPath(base),
19768 packageJsonUrl && fileURLToPath(new URL$1('.', packageJsonUrl)),
19769 fileURLToPath(base)
19781 fileURLToPath(new URL$1('.', packageJsonUrl)),
19783 base && fileURLToPath(base)
19797 }" resolution of ${fileURLToPath(packageJsonUrl)}`;
19802 base && fileURLToPath(base)
19827 fileURLToPath(new URL$1('.', packageJsonUrl)),
19831 base && fileURLToPath(base)
20000 fileURLToPath(packageJsonUrl),
20066 fileURLToPath(packageJsonUrl),
20169 throw new ERR_INVALID_MODULE_SPECIFIER(name, reason, fileURLToPath(base))
20287 fileURLToPath(base)
20335 let packageJsonPath = fileURLToPath(packageJsonUrl);
20348 packageJsonPath = fileURLToPath(packageJsonUrl);
20368 throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base))
20464 const urlPath = fileURLToPath(url);
21380 return fileURLToPath(
26808 options = {path: fileURLToPath(options)};