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
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?
The text was updated successfully, but these errors were encountered:
I created a standalone script, tried to convert it with
regenerator --include-runtime es6.js > es5.js
to es5, but fails to run returingUncaught ReferenceError: regeneratorRuntime is not defined
I think it is related to #363; should I manually initialize regeneratorRuntime?
The text was updated successfully, but these errors were encountered: