Releases: import-js/eslint-import-resolver-typescript
v3.5.4
Patch Changes
-
25f3920
Thanks @JounQin! - fix: enhanced-resolve is commonjs only - close #213 -
#219
0bf6ffb
Thanks @lsmurray! - fix: check if cwd changed to bust mapper cache
New Contributors
- @okuramasafumi made their first contribution in #212
- @lsmurray made their first contribution in #219
Full Changelog: v3.5.3...v3.5.4
v3.5.3
Patch Changes
- #206
6531bad
Thanks @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
8756a26
Thanks @Rialgar! - chore(package): remove node 12 from engines field -
#187
7a91daf
Thanks @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
afeb928
Thanks @chenxinyanc! - perf: disablethrowIfNoEntry
on 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
594df9c
Thanks @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
8892a8c
Thanks @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
42f2dd6
Thanks @JounQin! - feat: addexternsionAlias
option support,.d.([cm]?ts|tsx)
are always preferred than.([cm]?js|jsx)
typescript
resolvestypescript/lib/typescript.d.ts
instead oftypescript/lib/typescript.js
by default -
#154
42f2dd6
Thanks @JounQin! - feat: exportsglobSync
,defaultExtensions
,defaultMainFields
,defaultConditionNames
anddefaultExtensionAlias
for reusing