Skip to content

Conversation

@christianalfoni
Copy link

The loader works great, though not with generators. The reason is the following issue : google/traceur-compiler#1141.

Using generators causes usage of the runtime to be hoisted at the very top of the file, even above the require of the runtime. Crash and burn :-) So I moved the inclusion of the runtime after the compilation of the file content.

Thanks for putting this together!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant