Add support for extends as array of strings to v3 (backport of #245)#260
Merged
jonaskello merged 1 commit intojonaskello:v3.15from Dec 14, 2023
Merged
Add support for extends as array of strings to v3 (backport of #245)#260jonaskello merged 1 commit intojonaskello:v3.15from
jonaskello merged 1 commit intojonaskello:v3.15from
Conversation
…ello#245) TypeScript 5.0 added support for defining "extends" as an array of strings. This commit adds support for this use case.
|
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 |
This was referenced Dec 10, 2023
|
cc @jonaskello |
|
Looking forward to this! |
Owner
|
Since #245 seems to be working I think we can merge this. |
Owner
|
Released in 3.15.0 |
ljharb
added a commit
to import-js/eslint-plugin-import
that referenced
this pull request
Dec 14, 2023
This was referenced Dec 19, 2023
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
extendssupport to tsconfig v3 #259This should be releasable as a minor version, e.g. 3.15.0