This repository was archived by the owner on May 19, 2018. It is now read-only.
Merged
Conversation
I also noticed that there was missing test coverage for builtin types, so I added a test for that, which includes the newly added type as well as the other existing types.
samwgoldman
added a commit
to samwgoldman/babel
that referenced
this pull request
Oct 13, 2016
Added to Flow in facebook/flow#c603505583993aa953904005f91c350f4b65d6bd Parser support added in babel/babylon#171.
Current coverage is 94.51% (diff: 100%)
|
hzoo
pushed a commit
to babel/babel
that referenced
this pull request
Oct 14, 2016
Added to Flow in facebook/flow#c603505583993aa953904005f91c350f4b65d6bd Parser support added in babel/babylon#171.
chrisprice
pushed a commit
to chrisprice/babel
that referenced
this pull request
Oct 18, 2016
Added to Flow in facebook/flow#c603505583993aa953904005f91c350f4b65d6bd Parser support added in babel/babylon#171.
kristofdegrave
pushed a commit
to kristofdegrave/babylon
that referenced
this pull request
Oct 27, 2016
I also noticed that there was missing test coverage for builtin types, so I added a test for that, which includes the newly added type as well as the other existing types.
panagosg7
pushed a commit
to panagosg7/babel
that referenced
this pull request
Jan 17, 2017
Added to Flow in facebook/flow#c603505583993aa953904005f91c350f4b65d6bd Parser support added in babel/babylon#171.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I also noticed that there was missing test coverage for builtin types,
so I added a test for that, which includes the newly added type as well
as the other existing types.