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

Have the dependency between decorator and index be more explicit #20

Merged
merged 1 commit into from May 12, 2016

Conversation

lidawang
Copy link
Contributor

I have a particular use case of this module where I need to support running AMD-ification via babel on this module in order to have the code work in my environment. That process (using the babel plugin transform-es2015-modules-amd) works, but then the AMD-ified decorator.js tries to require the file "./" which blows up. The fix is quite simple - to specify that "./" is actually referring to "./index".

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.821% when pulling 32f5849 on lidawang:lw-fix-cyclical-dependency-amd into d7e67f5 on jasonslyvia:master.

@jasonslyvia
Copy link
Collaborator

fair point

@jasonslyvia jasonslyvia merged commit 0b0bc7b into twobin:master May 12, 2016
@jasonslyvia
Copy link
Collaborator

released 2.0.4

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.

None yet

3 participants