Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Fix parse error when destructuring set with default value #317

Merged
merged 1 commit into from
Jan 20, 2017
Merged

Conversation

existentialism
Copy link
Member

@existentialism existentialism commented Jan 20, 2017

Q A
Bug fix? yes
Breaking change? no
New feature? no
Deprecations? no
Spec compliancy? no
Tests added/pass? yes/yes
Fixed tickets Fixes #302
License MIT

@codecov-io
Copy link

codecov-io commented Jan 20, 2017

Current coverage is 97.25% (diff: 100%)

Merging #317 into master will decrease coverage by 0.02%

@@             master       #317   diff @@
==========================================
  Files            21         21          
  Lines          4001       4005     +4   
  Methods         481        497    +16   
  Messages          0          0          
  Branches       1183       1168    -15   
==========================================
+ Hits           3892       3895     +3   
- Misses           49         50     +1   
  Partials         60         60          

Powered by Codecov. Last update a1bfa02...7186001

Copy link
Member

@danez danez left a comment

Choose a reason for hiding this comment

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

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse error destructuring set with a default value.
3 participants