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

fix type import check for default-import/re-export in js files #57778

Merged
merged 1 commit into from Mar 27, 2024

Conversation

jasonlyu123
Copy link
Contributor

@jasonlyu123 jasonlyu123 commented Mar 14, 2024

Fixes #57740. Pretty much copied from shouldIncludeSymbol. getCombinedLocalAndExportSymbolFlags for the default export and skipAlias for export { someFunciton } and export { someFunction } from './module'.

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Mar 14, 2024
@sandersn sandersn added this to Not started in PR Backlog Mar 26, 2024
@sandersn sandersn moved this from Not started to Waiting on reviewers in PR Backlog Mar 27, 2024
PR Backlog automation moved this from Waiting on reviewers to Needs merge Mar 27, 2024
@andrewbranch andrewbranch merged commit b0d5ae6 into microsoft:main Mar 27, 2024
26 checks passed
PR Backlog automation moved this from Needs merge to Done Mar 27, 2024
@andrewbranch
Copy link
Member

Thanks @jasonlyu123!

@andrewbranch
Copy link
Member

@typescript-bot cherry-pick to release-5.4

@typescript-bot
Copy link
Collaborator

typescript-bot commented Apr 8, 2024

Starting jobs; this comment will be updated as builds start and complete.

Command Status Results
cherry-pick to release-5.4 ✅ Started ✅ Results

@typescript-bot
Copy link
Collaborator

Hey, @andrewbranch! I've created #58116 for you.

@DanielRosenwasser DanielRosenwasser added this to the TypeScript 5.4.5 milestone Apr 8, 2024
DanielRosenwasser pushed a commit that referenced this pull request Apr 8, 2024
…e-5.4 (#58116)

Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
PR Backlog
  
Done
Development

Successfully merging this pull request may close these issues.

No auto-import from aliased symbol from ts files in js files
5 participants