Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exposes a manual API for JS processing
Exposes two methods, `setupState` and `processImportDeclaration`. These methods can be used by other babel plugins in order to manually run the API polyfill. This can be useful when other Babel plugins add imports which may not be handled by this plugin due to ordering/race conditions.
- Loading branch information