Skip to content

New Feature: Allow alternate polyfill for Reflect API

Compare
Choose a tag to compare
@pcafstockf pcafstockf released this 08 Jun 16:47
· 41 commits to master since this release

WARNING: This is a a breaking change release.
The API and code have not changed, but you will need to explicitly import a polyfill into your own code in order to use this release (see the ReadMe).

Previously Async-Injection relied on reflect-metadata (which is still supported), but this release also allows for the use of alternative implementations such as:

Thank you to @tripodsgames for this contribution.