Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for explicit flow type arguments #282

Merged
merged 2 commits into from Dec 3, 2018
Merged

Add support for explicit flow type arguments #282

merged 2 commits into from Dec 3, 2018

Conversation

wanderley
Copy link
Contributor

@wanderley wanderley commented Oct 31, 2018

In order to support explicit flow type arguments, this PR upgrades the babylon parser from babylon 6 to @babel/parser ^7.0.0.

Example of new syntax:

// @flow
const a = b<stirng>();

Explicit flow type arguments was added in @babel/parser and to support
that we need to upgrade from babylon 6 to @babel/parser ^7.0.0.

Example of new syntax:
```js
// @flow
const a = b<stirng>();
```
package.json Outdated Show resolved Hide resolved
Co-Authored-By: wanderley <wanderley.guimaraes@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants