eslint-import-resolver-typescript
Advanced tools
Comparing version 3.5.5 to 3.6.0
import type { ResolveOptions } from 'enhanced-resolve'; | ||
export declare const globSync: (patterns: string | readonly string[], options?: import("globby").Options | undefined) => string[]; | ||
export declare const defaultConditionNames: string[]; | ||
@@ -4,0 +3,0 @@ export declare const defaultExtensions: string[]; |
import fs from 'node:fs'; | ||
import path from 'node:path'; | ||
import { fileURLToPath } from 'node:url'; | ||
import debug from 'debug'; | ||
import enhancedResolve from 'enhanced-resolve'; | ||
import { hashObject } from 'eslint-module-utils/hash.js'; | ||
import { sync as globSync } from 'fast-glob'; | ||
import { createPathsMatcher, getTsconfig } from 'get-tsconfig'; | ||
import isCore from 'is-core-module'; | ||
import isGlob from 'is-glob'; | ||
import { createSyncFn } from 'synckit'; | ||
const IMPORTER_NAME = 'eslint-import-resolver-typescript'; | ||
const log = debug(IMPORTER_NAME); | ||
const _dirname = typeof __dirname === 'undefined' | ||
? path.dirname(fileURLToPath(import.meta.url)) | ||
: __dirname; | ||
export const globSync = createSyncFn(path.resolve(_dirname, 'worker.mjs')); | ||
export const defaultConditionNames = [ | ||
@@ -18,0 +13,0 @@ 'types', |
{ | ||
"name": "eslint-import-resolver-typescript", | ||
"version": "3.5.5", | ||
"version": "3.6.0", | ||
"type": "module", | ||
@@ -52,7 +52,6 @@ "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", | ||
"eslint-module-utils": "^2.7.4", | ||
"fast-glob": "^3.3.1", | ||
"get-tsconfig": "^4.5.0", | ||
"globby": "^13.1.3", | ||
"is-core-module": "^2.11.0", | ||
"is-glob": "^4.0.3", | ||
"synckit": "^0.8.5" | ||
"is-glob": "^4.0.3" | ||
}, | ||
@@ -74,3 +73,3 @@ "devDependencies": { | ||
"type-coverage": "^2.25.0", | ||
"typescript": "^5.0.3" | ||
"typescript": "^5.0.4" | ||
}, | ||
@@ -80,3 +79,3 @@ "resolutions": { | ||
"eslint-plugin-import": "^2.27.5", | ||
"prettier": "^2.7.1" | ||
"prettier": "^2.8.7" | ||
}, | ||
@@ -83,0 +82,0 @@ "typeCoverage": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9
45077
9
796
+ Addedfast-glob@^3.3.1
- Removedglobby@^13.1.3
- Removedsynckit@^0.8.5
- Removed@pkgr/core@0.1.1(transitive)
- Removeddir-glob@3.0.1(transitive)
- Removedglobby@13.2.2(transitive)
- Removedpath-type@4.0.0(transitive)
- Removedslash@4.0.0(transitive)
- Removedsynckit@0.8.8(transitive)
- Removedtslib@2.8.1(transitive)