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

fix: plugin-transform-object-rest-spread param with default value #5088

Merged
merged 1 commit into from Jan 15, 2017

Conversation

christophehurpeau
Copy link
Contributor

@christophehurpeau christophehurpeau commented Jan 10, 2017

Q A
Patch: Bug Fix? yes
Major: Breaking Change? no
Minor: New Feature? no
Deprecations? no
Spec Compliancy?
Tests Added/Pass? yes
Fixed Tickets Fixes #4851
License MIT
Doc PR no
Dependency Changes

Fix when a parameter has a default object

@codecov-io
Copy link

codecov-io commented Jan 10, 2017

Current coverage is 89.20% (diff: 100%)

Merging #5088 into master will increase coverage by <.01%

@@             master      #5088   diff @@
==========================================
  Files           203        203          
  Lines          9819       9822     +3   
  Methods        1071       1071          
  Messages          0          0          
  Branches       2615       2616     +1   
==========================================
+ Hits           8759       8762     +3   
  Misses         1060       1060          
  Partials          0          0          

Powered by Codecov. Last update 1ab58d6...4a19655

@hzoo hzoo added the PR: Bug Fix 🐛 A type of pull request used for our changelog categories label Jan 10, 2017
@klimashkin
Copy link

@loganfsmyth Sorry for bothering. Is it for 7.x or there will be 6.x releases before?

@hzoo
Copy link
Member

hzoo commented Jan 16, 2017

6.x this week

@hzoo
Copy link
Member

hzoo commented Jan 20, 2017

Released in https://github.com/babel/babel/releases/tag/v6.22.0

@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 6, 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: Bug Fix 🐛 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Object-rest-spread doesn't work in case of destructuring with default object parameter
5 participants