Releases: import-js/eslint-import-resolver-typescript
v4.1.1
Patch Changes
- #389
1b97d8a
Thanks @JounQin! - fix: should prefermodule.isBuiltin
whenprocess.versions.bun
available
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Minor Changes
-
#387
ef5cd10
Thanks @JounQin! - feat: add a newbun?: boolean
option forbun
users - close #386process.versions.bun
is unavailable even withbun eslint
due to its own design,
but checkingbun
modules for non-bun users is incorrect behavior and just wasting time,
so a new option is added for such case, you can still run withbun --bun eslint
without this option enabled
Full Changelog: v4.0.0...v4.1.0
v4.0.0
Major Changes
-
#368
2fd7c2e
Thanks @JounQin! - feat!: rewrite, speed up by usingrspack-resolver
which supportsreferences
natively under the hoodBREAKING CHANGES:
- drop Node 14 support, Node
^16.17.0 || >=18.6
is now required alwaysTryTypes
is enabled by default, you can set it asfalse
to opt-out- array type of
project
is discouraged but still supported, singleproject
withreferences
is encouraged for better performance, you can enablenoWarnOnMultipleProjects
option to supress the warning message - root
tsconfig.json
orjsconfig.json
will be used automatically if noproject
provided
- drop Node 14 support, Node
Full Changelog: v3.9.1...v4.0.0
v3.9.1
Patch Changes
- #382
4a9176e
Thanks @JounQin! - fix: userspack-resolver
fork for pnp support
Full Changelog: v3.9.0...v3.9.1
v3.9.0
Minor Changes
Full Changelog: v3.8.7...v3.9.0
v3.8.7
Patch Changes
- #377
a14fdd9
Thanks @carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute paths
Full Changelog: v3.8.6...v3.8.7
v3.8.6
Patch Changes
Full Changelog: v3.8.5...v3.8.6
v3.8.5
Patch Changes
- #372
366eeaf
Thanks @carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.
Full Changelog: v3.8.4...v3.8.5
v3.8.4
Patch Changes
Full Changelog: v3.8.3...v3.8.4
v3.8.3
Patch Changes
-
#360
8192976
Thanks @carlocorradini! - Force tiniglobby to expand dot directories -
#360
8192976
Thanks @carlocorradini! - Update tinyglobby to latest version
Full Changelog: v3.8.2...v3.8.3