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

Adds test showing ES6 circular dependencies working with Babel #535

Merged
merged 1 commit into from
Oct 26, 2016
Merged

Conversation

matthewp
Copy link
Member

Closes #382

@coveralls
Copy link

coveralls commented Oct 26, 2016

Coverage Status

Coverage remained the same at 92.25% when pulling a3e7b98 on circ into ad6cac4 on major.

import { getBar } from './foo';
import { getFoo } from './bar';

// true in dev, false in production
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean with that comment?
In the multibuild_test you check against true in prod.html

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment was old, when this was breaking it was true in dev and false in prod. It's working now, just forgot to remove the comment.

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.

3 participants