Skip to content
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

docs: Fix core-js reflect polyfill path #171

Closed
wants to merge 2 commits into from

Conversation

kootoopas
Copy link
Contributor

@kootoopas kootoopas commented Jul 16, 2021

Although core-js/es/reflect exports a Reflect API, it does not bind it to the global context.

Importing core-js/proposals/reflect-metadata binds it, analogously to reflect-metadata. It seems to be performing a handful of other transformations to create the polyfill too.

Although `core-js/es/reflect` exports a Reflect API, it does not bind it to the global context.
Importing `core-js/proposals/reflect-metadata` binds it, analogous to `reflect-metadata`.
@kootoopas kootoopas changed the title Fix core-js reflect-metadata polyfill path docs: Fix core-js reflect-metadata polyfill path Jul 16, 2021
@kootoopas kootoopas changed the title docs: Fix core-js reflect-metadata polyfill path docs: Fix core-js reflect polyfill path Jul 16, 2021
@kootoopas kootoopas closed this by deleting the head repository May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants