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

Remove duplicate default error #4543

Merged
merged 2 commits into from Sep 22, 2016
Merged

Conversation

kaicataldo
Copy link
Member

@kaicataldo kaicataldo commented Sep 21, 2016

Following up on #4538, I reverted my initial commit that added the duplicate exports default warning, since that will now happen in the parser. I then updated the tests so they all follow the same naming convention as the one used in my most recent PR that was merged today. From the previous issue:

I will also make a 2nd PR removing the band-aid fix implemented in this PR as well as renaming the test files I created to follow the convention used in this PR. Coming up with unique test file names doesn't make a lot of sense since they were all in one file previously - numbering them has the same effect with less cognitive if and when more need to be added.

Let me know if there's anything else I can do!

@codecov-io
Copy link

codecov-io commented Sep 21, 2016

Current coverage is 88.35% (diff: 100%)

Merging #4543 into master will decrease coverage by <.01%

@@             master      #4543   diff @@
==========================================
  Files           194        194          
  Lines         13628      13624     -4   
  Methods        1427       1427          
  Messages          0          0          
  Branches       3152       3151     -1   
==========================================
- Hits          12041      12037     -4   
  Misses         1587       1587          
  Partials          0          0          

Powered by Codecov. Last update c07919b...ab271d8

@kaicataldo kaicataldo changed the title Remove duplicate default warning Remove duplicate default error Sep 22, 2016
@danez danez added the PR: Internal 🏠 A type of pull request used for our changelog categories label Sep 22, 2016
@hzoo hzoo merged commit 1db8c02 into babel:master Sep 22, 2016
@kaicataldo kaicataldo deleted the duplicate-exports branch September 22, 2016 16:07
panagosg7 pushed a commit to panagosg7/babel that referenced this pull request Jan 17, 2017
* Revert "Throw error for multiple exports default (babel#3518)"

This reverts commit aa51dd4.

* Fix export default tests
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 7, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Internal 🏠 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants