Skip to content

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

Merged
loganfsmyth merged 1 commit intobabel:masterfrom
christophehurpeau:fix-issue-4851
Jan 15, 2017
Merged

fix: plugin-transform-object-rest-spread param with default value#5088
loganfsmyth merged 1 commit intobabel:masterfrom
christophehurpeau:fix-issue-4851

Conversation

@christophehurpeau
Copy link
Copy Markdown
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
Copy Markdown

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
@loganfsmyth loganfsmyth merged commit 7200626 into babel:master Jan 15, 2017
@klimashkin
Copy link
Copy Markdown

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

@hzoo
Copy link
Copy Markdown
Member

hzoo commented Jan 16, 2017

6.x this week

@hzoo
Copy link
Copy Markdown
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