Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for extends as array of strings to v3 (backport of #245) #260

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

domdomegg
Copy link

@domdomegg domdomegg commented Dec 5, 2023

TypeScript 5.0 added support for defining "extends" as an array of strings. This commit adds support for this use case.

This is a backport of #245, which fixes:

This should be releasable as a minor version, e.g. 3.15.0

…b#245)

TypeScript 5.0 added support for defining "extends" as an array of
strings. This commit adds support for this use case.
@ljharb
Copy link

ljharb commented Dec 5, 2023

Landing and releasing this would be amazing, and would enable the feature for 81% of this package's users https://majors.nullvoxpopuli.com/q?old=on&packages=tsconfig-paths

@ljharb
Copy link

ljharb commented Dec 10, 2023

cc @jonaskello

@nonameolsson
Copy link

Looking forward to this!
Here is why import-js/eslint-plugin-import#2938 (comment)

@jonaskello
Copy link
Member

Since #245 seems to be working I think we can merge this.

@jonaskello jonaskello changed the base branch from v3.14.2 to v3.15 December 14, 2023 14:32
@jonaskello jonaskello merged commit 47e1a5c into dividab:v3.15 Dec 14, 2023
@jonaskello
Copy link
Member

Released in 3.15.0

ljharb added a commit to import-js/eslint-plugin-import that referenced this pull request Dec 14, 2023
Thanks to dividab/tsconfig-paths#260!

Closes #2447. Fixes #2652. Fixes #2890. Fixes #2751.

May help with #2617, #2765.
@domdomegg domdomegg deleted the v3-backport-245 branch February 12, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants