Skip to content

feat(48665): tsconfig "extends" field ignores "exports" field of source package #50955

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

Merged
merged 7 commits into from
Dec 20, 2022

Conversation

a-tarasyuk
Copy link
Contributor

Fixes #48665

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Sep 26, 2022
@a-tarasyuk
Copy link
Contributor Author

it should just need to be swapped to nodeNextModuleNameResolver and pass { moduleResolution: ModuleResolutionKind.NodeNext }

I tried however it didn't process tsconfig files, I added changes to loadJSOrExactTSFileName. Maybe need to add additional tests to cover more cases. @weswigham Could you please review these changes?

Copy link
Member

@andrewbranch andrewbranch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implementation looks good, but would like to get more naming ideas

Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No real new suggestions, but a couple of edits to the English.

Co-authored-by: Nathan Shively-Sanders <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

tsconfig "extends" field ignores "exports" field of source package
5 participants