import-js/eslint-plugin-import

Enhance parser to understand TS's `declare module`

Open

#3186 aperta il 15 mag 2025

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)JavaScript (1540 fork)batch import
enhancementhelp wantedtypescript

Metriche repository

Star
 (4946 star)
Metriche merge PR
 (Merge medio 138g 22h) (3 PR mergiate in 30 g)

Descrizione

I was asked to open this issue here, instead of in eslint-import-resolver-typescript

After upgrading from eslint-import-resolver-typescript version 3.8.3 to 4.3.4 and I am getting errors that there are pretty much no exports availaboe from @uidotdev/usehooks.

The breaking change seems to be with version 3.9.0, when there was a migration between resolvers.

Here is a repository that shows the issue: https://github.com/Brandon-Ritchie/eslint-import-reproduction

Guida contributor