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

Improve error message on attempt to destructure named import #288

Merged
merged 1 commit into from
Jan 14, 2017
Merged

Conversation

existentialism
Copy link
Member

Q A
Bug fix? N
Breaking change? N
New feature? Y
Deprecations? N
Spec compliancy? N
Tests added/pass? Y
Fixed tickets Fixes #258
License MIT

@codecov-io
Copy link

codecov-io commented Jan 12, 2017

Current coverage is 97.47% (diff: 100%)

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

@@             master       #288   diff @@
==========================================
  Files            21         21          
  Lines          3991       3993     +2   
  Methods         488        488          
  Messages          0          0          
  Branches       1167       1168     +1   
==========================================
+ Hits           3890       3892     +2   
  Misses           44         44          
  Partials         57         57          

Powered by Codecov. Last update aa1a4be...f231993

@danez danez merged commit 9d78213 into master Jan 14, 2017
@danez danez deleted the issue258 branch January 14, 2017 14:38
@hzoo
Copy link
Member

hzoo commented Jan 14, 2017

Awesome stuff! Forgot I created the issue lol

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

Successfully merging this pull request may close these issues.

Better error message on nested "destructuring" in ES2015 modules
4 participants