-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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(lib/es2015): Fix types of Reflect
methods
#41987
fix(lib/es2015): Fix types of Reflect
methods
#41987
Conversation
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
edb0009
to
75dd434
Compare
I compared each function to the MDN docs for the reflect API, and that all seems to look right to me - thanks @ExE-Boss |
@ExE-Boss great change, thanks! Looks like |
I would like to know what is the return type of |
@Luxcium The correct return type of |
Unlike #35608, this only fixes the types so that the return types of
Reflect.ownKeys(…)
andReflect.getPrototypeOf(…)
are correct.Blocks:
Reflect
#35608ProxyHandler
#35594Fixes #34626
/cc @Jessidhia @orta @rbuckton @sandersn