Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More consistent UMD exports and then() support #6477

Closed

Conversation

curiousdannii
Copy link
Contributor

Do a full UMD export when not in MODULARIZE mode (fix #5864)

Also provide .then() when in MODULARIZE_INSTANCE mode (#6442)

@kripken
Copy link
Member

kripken commented Apr 30, 2018

Thanks! Looks good. Let's just add testing for the new features here. In particular I'm curious to see how testing the .then() will look like.

@curiousdannii
Copy link
Contributor Author

Do we have any existing tests for then()?

@kripken
Copy link
Member

kripken commented May 1, 2018

Looks like browser.test_modularize checks it.

@stale
Copy link

stale bot commented Sep 18, 2019

This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.

@stale stale bot added the wontfix label Sep 18, 2019
@stale stale bot closed this Sep 25, 2019
@curiousdannii curiousdannii deleted the umd-export branch September 21, 2020 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Including an emscripten module in browserify build process
2 participants