-
Notifications
You must be signed in to change notification settings - Fork 215
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 liveslots types #8519
fix liveslots types #8519
Conversation
@@ -322,7 +322,7 @@ const insistSameCapData = (oldCD, newCD) => { | |||
* recursion if our returned WeakMap/WeakSet wrappers are subsequently installed | |||
* on globalThis. | |||
* | |||
* @returns {object} a new virtual object manager. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
object
is any
so this erased the type information about the function return
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f48eac7
to
5577c4f
Compare
@Mergifyio requeue |
☑️ This pull request is already queued |
5577c4f
to
f7ac76c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
What are the CI failures about?
Temporary error in the integration tests. I've kicked it off again. |
Description
I noticed some typing deficiencies in #8453
This addresses them.
Security Considerations
--
Scaling Considerations
--
Documentation Considerations
--
Testing Considerations
Some regression test added. Others "enabled" by removing suppressions.
Upgrade Considerations
--