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

Fix export default async function to be FunctionDeclaration #324

Merged
merged 1 commit into from
Jan 27, 2017
Merged

Fix export default async function to be FunctionDeclaration #324

merged 1 commit into from
Jan 27, 2017

Conversation

danez
Copy link
Member

@danez danez commented Jan 24, 2017

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

Changes FunctionExpression to FunctionDeclaration

Also reported to flow in facebook/flow#3264

@codecov-io
Copy link

codecov-io commented Jan 24, 2017

Current coverage is 97.64% (diff: 100%)

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

@@             master       #324   diff @@
==========================================
  Files            20         20          
  Lines          3313       3315     +2   
  Methods         349        349          
  Messages          0          0          
  Branches        879        880     +1   
==========================================
+ Hits           3235       3237     +2   
  Misses           30         30          
  Partials         48         48          

Powered by Codecov. Last update 9929baa...535d09d

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.

export default async function parsed as FunctionExpression
3 participants