fixes [skip ci]

This commit is contained in:
Henry Zhu
2018-05-19 00:12:26 -04:00
parent daf0ca8680
commit 51eef099b3
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
These are the core Babylon AST node types.
These are the core @babel/parser (babylon) AST node types.
- [Node objects](#node-objects)
- [Changes](#changes)
@@ -144,7 +144,7 @@ interface Position {
# Changes
### Babylon 7
### @babel/parser (Babylon) v7
Flow: Node renamed from `ExistentialTypeParam` to `ExistsTypeAnnotation` [#322](https://github.com/babel/babylon/pull/322)