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
This should be migrated to ESM, all upstream libraries is already ESM.
Also while doing this, we should conditionally import perf_hooks. Because browser environments would rely on the global performance API instead. And one of the whole points was to use top level awaits as way to switch between browser implementation or node implementation.
Specification
This should be migrated to ESM, all upstream libraries is already ESM.
Also while doing this, we should conditionally import
perf_hooks
. Because browser environments would rely on the global performance API instead. And one of the whole points was to use top level awaits as way to switch between browser implementation or node implementation.Additional context
Tasks
The text was updated successfully, but these errors were encountered: