Releases: import-js/eslint-import-resolver-typescript
Releases · import-js/eslint-import-resolver-typescript
v3.5.3
Patch Changes
- #206
6531badThanks @marvinhagemeister! - Only try to resolve a module directory when we know that the path is a directory. This can lead to a 15% speedup on projects with many files.
v3.5.2
Patch Changes
-
#193
8756a26Thanks @Rialgar! - chore(package): remove node 12 from engines field -
#187
7a91dafThanks @scott-ut! - fix: resolve modules if folder contains a package.json file
New Contributors
- @sanderson-ut made their first contribution in #187
- @Rialgar made their first contribution in #193
Full Changelog: v3.5.1...v3.5.2
v3.5.1
Patch Changes
- #182
afeb928Thanks @chenxinyanc! - perf: disablethrowIfNoEntryon Node 14+
New Contributors
- @chenxinyanc made their first contribution in #182
Full Changelog: v3.5.0...v3.5.1
v3.5.0
v3.4.2
Patch Changes
594df9cThanks @HanSeo0507! - chore(deps): update dependency synckit to ^0.8.3 for yarn PnP (#169)
New Contributors
- @hanseo0507 made their first contribution in #169
Full Changelog: v3.4.1...v3.4.2
v3.4.1
Patch Changes
- #166
8892a8cThanks @thatsmydoing! - perf: add filesystem caching support
New Contributors
- @thatsmydoing made their first contribution in #166
Full Changelog: v3.4.0...v3.4.1
v3.4.0
v3.3.0
Minor Changes
-
#154
42f2dd6Thanks @JounQin! - feat: addexternsionAliasoption support,.d.([cm]?ts|tsx)are always preferred than.([cm]?js|jsx)typescriptresolvestypescript/lib/typescript.d.tsinstead oftypescript/lib/typescript.jsby default -
#154
42f2dd6Thanks @JounQin! - feat: exportsglobSync,defaultExtensions,defaultMainFields,defaultConditionNamesanddefaultExtensionAliasfor reusing