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

Support AMD "module" import #853

Merged
merged 1 commit into from
Sep 27, 2017
Merged

Support AMD "module" import #853

merged 1 commit into from
Sep 27, 2017

Conversation

m-mujica
Copy link
Contributor

@m-mujica m-mujica commented Sep 26, 2017

Testing that the transpile changes work fine with steal-tools and that module like:

define(["module"], function(module) {
  doSomethingWith(module);
});

are handled correctly in optimized builds.

Closes #845

@stealjs stealjs deleted a comment from coveralls Sep 26, 2017
@stealjs stealjs deleted a comment from coveralls Sep 26, 2017
@coveralls
Copy link

coveralls commented Sep 27, 2017

Coverage Status

Coverage remained the same at 92.66% when pulling 137a64e on module into 072cbf2 on master.

@matthewp
Copy link
Member

👍

@m-mujica m-mujica merged commit 34fe1cf into master Sep 27, 2017
@m-mujica m-mujica deleted the module branch September 27, 2017 19:34
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.

3 participants