Skip to content
This repository was archived by the owner on May 19, 2018. It is now read-only.
/ babylon Public archive

Fix export default async function to be FunctionDeclaration#324

Merged
danez merged 1 commit intobabel:masterfrom
danez:fix-async-export
Jan 27, 2017
Merged

Fix export default async function to be FunctionDeclaration#324
danez merged 1 commit intobabel:masterfrom
danez:fix-async-export

Conversation

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

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