@jsenv/eslint-import-resolver
Advanced tools
Comparing version 8.1.3 to 8.2.0
{ | ||
"name": "@jsenv/eslint-import-resolver", | ||
"version": "8.1.3", | ||
"version": "8.2.0", | ||
"license": "MIT", | ||
@@ -36,7 +36,7 @@ "repository": { | ||
"devDependencies": { | ||
"rollup": "4.19.0", | ||
"rollup": "4.20.0", | ||
"@jsenv/filesystem": "../filesystem/", | ||
"@jsenv/importmap": "1.2.1", | ||
"@jsenv/node-esm-resolution": "1.0.2" | ||
"@jsenv/node-esm-resolution": "1.0.6" | ||
} | ||
} |
@@ -20,3 +20,2 @@ // https://github.com/benmosher/eslint-plugin-import/blob/master/resolvers/node/index.js | ||
import { fileURLToPath, pathToFileURL } from "node:url"; | ||
import { applyImportmapResolution } from "./importmap_resolution.js"; | ||
@@ -56,3 +55,5 @@ import { createLogger } from "./logger.js"; | ||
--- root directory path --- | ||
${fileURLToPath(rootDirectoryUrl)}`); | ||
${fileURLToPath(rootDirectoryUrl)} | ||
--- package conditions --- | ||
${packageConditions.join(",")}`); | ||
@@ -290,5 +291,5 @@ const triggerNotFoundWarning = ({ resolver, specifier, importer, url }) => { | ||
return true; | ||
} catch (e) { | ||
} catch { | ||
return false; | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96157
3316