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
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
I created a standalone script, tried to convert it with regenerator --include-runtime es6.js > es5.js to es5, but fails to run returing Uncaught ReferenceError: regeneratorRuntime is not defined
I think it is related to #363; should I manually initialize regeneratorRuntime?
I created a standalone script, tried to convert it with
regenerator --include-runtime es6.js > es5.jsto es5, but fails to run returingUncaught ReferenceError: regeneratorRuntime is not definedI think it is related to #363; should I manually initialize regeneratorRuntime?