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

Allow typeAnnotations for yield epressions #174

Merged
merged 1 commit into from
Oct 14, 2016
Merged

Allow typeAnnotations for yield epressions #174

merged 1 commit into from
Oct 14, 2016

Conversation

danez
Copy link
Member

@danez danez commented Oct 14, 2016

This fixes #166 by ensuring that the afterLeftParse callback is also called for yields.

@codecov-io
Copy link

codecov-io commented Oct 14, 2016

Current coverage is 94.51% (diff: 100%)

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

@@             master       #174   diff @@
==========================================
  Files            19         19          
  Lines          3135       3137     +2   
  Methods         328        328          
  Messages          0          0          
  Branches        828        829     +1   
==========================================
+ Hits           2963       2965     +2   
  Misses           94         94          
  Partials         78         78          

Powered by Codecov. Last update 44f77bd...20604dc

@hzoo hzoo merged commit b31834a into babel:master Oct 14, 2016
@danez danez deleted the fix-yield-flow branch October 14, 2016 16:13
kristofdegrave pushed a commit to kristofdegrave/babylon that referenced this pull request Oct 27, 2016
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.

Can't cast (Flow) type of yield expression
3 participants