Skip to content

Releases: import-js/eslint-import-resolver-typescript

v3.5.4

29 Mar 15:14
830be2c
Compare
Choose a tag to compare

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

Full Changelog: v3.5.3...v3.5.4

v3.5.3

11 Jan 09:03
b4a5d6e
Compare
Choose a tag to compare

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

20 Oct 12:07
cd85ece
Compare
Choose a tag to compare

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

Full Changelog: v3.5.1...v3.5.2

v3.5.1

07 Sep 14:22
2e1a335
Compare
Choose a tag to compare

Patch Changes

New Contributors

Full Changelog: v3.5.0...v3.5.1

v3.5.0

22 Aug 14:35
d8dd3ca
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v3.4.2

17 Aug 23:02
e7c2912
Compare
Choose a tag to compare

Patch Changes

New Contributors

Full Changelog: v3.4.1...v3.4.2

v3.4.1

12 Aug 22:54
91d1653
Compare
Choose a tag to compare

Patch Changes

New Contributors

Full Changelog: v3.4.0...v3.4.1

v3.4.0

01 Aug 15:17
170dc37
Compare
Choose a tag to compare

Minor Changes

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

19 Jul 15:58
76b7b56
Compare
Choose a tag to compare

Minor Changes

  • #154 42f2dd6 Thanks @JounQin! - feat: add externsionAlias option support, .d.([cm]?ts|tsx) are always preferred than .([cm]?js|jsx)

    typescript resolves typescript/lib/typescript.d.ts instead of typescript/lib/typescript.js by default

  • #154 42f2dd6 Thanks @JounQin! - feat: exports globSync, defaultExtensions, defaultMainFields, defaultConditionNames and defaultExtensionAlias for reusing

Patch Changes

v3.2.7

17 Jul 16:12
34a84c9
Compare
Choose a tag to compare

Patch Changes