You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for reporting this issue. This is similar to #399 and comes from a misunderstanding I had about how ES6 import statements are ordered. I believe I have fixed this ordering issue in the latest release.
Setup
main.ts
:import.ts
:Observed output
We see that
flatMap
is called before the__toModule
of core-js's flat-map.Expected output
I am expecting to see the module to be instantiated before
flatMap
is called, like this:The text was updated successfully, but these errors were encountered: