-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Resolve re-exports when looking for tslib helpers #54317
Conversation
@typescript-bot cherry-pick this to release-5.1 |
Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into |
@typescript-bot cherry-pick this to release-5.0 |
Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into |
Hey @DanielRosenwasser, I've opened #54327 for you. |
Hey @DanielRosenwasser, I've opened #54328 for you. |
…e-5.1 (#54327) Co-authored-by: Andrew Branch <andrew@wheream.io>
Fixes microsoft/tslib#203 on the TS side. This has already been addressed in tslib, but it seems like we probably want to handle this here too for the future.