-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
lib Fix Part 1/6 – WeakMap constructor #50449
lib Fix Part 1/6 – WeakMap constructor #50449
Conversation
@typescript-bot run dt |
Heya @sandersn, I've started to run the diff-based top-repos suite on this PR at 179602b. You can monitor the build here. Update: The results are in! |
Heya @sandersn, I've started to run the diff-based user code test suite on this PR at 179602b. You can monitor the build here. Update: The results are in! |
@sandersn Here are the results of running the user test suite comparing Everything looks good! |
@sandersn Here are the results of running the top-repos suite comparing Everything looks good! |
General Information
PR separated out from #49855, because there might be some members expecting smaller PRs. As mentioned in the comments from the big PR, whether to review a single, large PR or 6 smaller PRs is up to the TypeScript Team to decide. I couldn't have found a better way for this; hopefully this will not bring any trouble to the Team.
This PR partially addresses #49773.
For details and the track list about the changes, please see #49773.
Part 1/6, WeakMap constructor
Follow-up fix #29721