Uh oh!
There was an error while loading. Please reload this page.
fix(lib/es2015): Fix types of Reflect methods - #41987
Conversation
TypeScript Bot (typescript-bot)
commented
Dec 16, 2020
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
75dd434CompareI 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) |
Robert Monfera (monfera)
commented
Jan 4, 2021
ExE Boss (@ExE-Boss) great change, thanks! Looks like |
I would like to know what is the return type of |
ExE Boss (ExE-Boss)
commented
Jan 6, 2021
Benjamin Vincent (@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 Jessica Franco (@Jessidhia)Orta Therox (@orta)Ron Buckton (@rbuckton)Nathan Shively-Sanders (@sandersn)