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

Support wildcard exports in tsconfig lookup #53443

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

andrewbranch
Copy link
Member

Fixes #53314

@typescript-bot typescript-bot added Author: Team For Milestone Bug PRs that fix a bug with a specific milestone labels Mar 22, 2023
@andrewbranch andrewbranch merged commit 7009c76 into microsoft:main Mar 22, 2023
@andrewbranch andrewbranch deleted the bug/53314 branch March 22, 2023 22:21
@jakebailey
Copy link
Member

@typescript-bot cherry-pick this to release-5.0

@typescript-bot
Copy link
Collaborator

typescript-bot commented Mar 28, 2023

Heya @jakebailey, I've started to run the task to cherry-pick this into release-5.0 on this PR at 6885ed3. You can monitor the build here.

@typescript-bot
Copy link
Collaborator

Hey @jakebailey, I've opened #53557 for you.

typescript-bot pushed a commit to typescript-bot/TypeScript that referenced this pull request Mar 28, 2023
Component commits:
6885ed3 Support wildcard exports in tsconfig lookup
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 5.0.3 milestone Mar 28, 2023
DanielRosenwasser pushed a commit that referenced this pull request Mar 28, 2023
…e-5.0 (#53557)

Co-authored-by: Andrew Branch <andrew@wheream.io>
pilaoda added a commit to pilaoda/TypeScriptToLua that referenced this pull request May 4, 2023
pilaoda added a commit to pilaoda/TypeScriptToLua that referenced this pull request May 4, 2023
Perryvw pushed a commit to TypeScriptToLua/TypeScriptToLua that referenced this pull request May 5, 2023
* support extends "tstl" object tsconfig.json in node_modules
upgrade typescript to 5.0.4 to fix extends resolving. microsoft/TypeScript#53443

* support extends "tstl" object tsconfig.json in node_modules
upgrade typescript to 5.0.4 to fix extends resolving. microsoft/TypeScript#53443

* using pathIsAbsolute and pathIsRelative from ts export with declaration.

* add a comment in code explaining that if a path is not absolute and not relative that it is then a module path that needs to be resolved
drivron pushed a commit to scenari/typescript that referenced this pull request Sep 14, 2023
…to release-5.0 (microsoft#53557)

Co-authored-by: Andrew Branch <andrew@wheream.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TS 5 Regression. tsconfig extends stop resolving references to node_modules
5 participants