-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Reflect.getMetadata #464
Comments
|
Thanks for creating the issue. the issue you're looking for is zloirock/core-js#152. Reflect does include getMetadata and I can understand the confusion you may have since it wasn't documented in the repo. I'm going to close this issue but if you like it would help everyone else if we updated the FAQ to mention this. If you could edit the readme to include this then that would be great. thanks! |
If you mean |
I am still stuck. In the current polyfill.ts, we The Reflect typing in typings/core-js/index.d.ts show Reflect without "getMetaData". Do I have to add a specific import in polyfill, AND add a typing in typings.json? |
Looks like need update type definitions for |
I'll reopen and fix the type definitions |
thanks for the issue. fixed via 8205315 |
I pulled the latest and am porting an app that we wrote with a version of the starter app in December. So much has changed!
The core.js defines a version of "Reflect" that does not have getMetadata.
How would I include that as an overload of the Reflect method? Everything seems so tightly wired!
The text was updated successfully, but these errors were encountered: