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
Turning the core library into pure JS that can be safely used in browser or Node.js without polyfills or warnings. Keeping Node.js functionality to a separate export or to the CLI only.
This can also possibly make the API synchronous, which will make it easier to use in some places.
Turning the core library into pure JS that can be safely used in browser or Node.js without polyfills or warnings. Keeping Node.js functionality to a separate export or to the CLI only.
This can also possibly make the API synchronous, which will make it easier to use in some places.