🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-import-resolver-typescript

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-import-resolver-typescript - npm Package Versions

1245
8

4.1.1

Diff
jounqin
published 4.1.1 •

Changelog

Source

4.1.1

Patch Changes

jounqin
published 4.1.0 •

Changelog

Source

4.1.0

Minor Changes

  • #387 ef5cd10 Thanks @JounQin! - feat: add a new bun?: boolean option for bun users - close #386

    process.versions.bun is unavailable even with bun eslint due to its own design, but checking bun 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 with bun --bun eslint without this option enabled

jounqin
published 4.0.0 •

Changelog

Source

4.0.0

Major Changes

  • #368 2fd7c2e Thanks @JounQin! - feat!: rewrite, speed up by using rspack-resolver which supports references natively under the hood

    BREAKING CHANGES:

    • drop Node 14 support, Node ^16.17.0 || >=18.6 is now required
    • alwaysTryTypes is enabled by default, you can set it as false to opt-out
    • array type of project is discouraged but still supported, single project with references are encouraged for better performance, you can enable noWarnOnMultipleProjects option to supress the warning message
    • root tsconfig.json or jsconfig.json will be used automatically if no project provided
jounqin
published 3.9.1 •

Changelog

Source

3.9.1

Patch Changes

jounqin
published 3.9.0 •

Changelog

Source

3.9.0

Minor Changes

jounqin
published 3.8.7 •

Changelog

Source

3.8.7

Patch Changes

jounqin
published 3.8.6 •

Changelog

Source

3.8.6

Patch Changes

  • #374 c9d5ab0 Thanks @JounQin! - fix: add support for importing with .js extension as tsx importee
jounqin
published 3.8.5 •

Changelog

Source

3.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.
jounqin
published 3.8.4 •

Changelog

Source

3.8.4

Patch Changes

jounqin
published 3.8.3 •

Changelog

Source

3.8.3

Patch Changes