* Backport #6031

* Backport #6031

* Rebase on master, rerun scripts

* Update flowconfig
This commit is contained in:
jbrown215
2017-08-15 17:42:01 -04:00
committed by Henry Zhu
parent d375d80001
commit f4716dc816
4 changed files with 116 additions and 77 deletions

View File

@@ -407,6 +407,21 @@ Aliases: `Flow`, `FlowDeclaration`, `Statement`, `Declaration`
---
### declareExportDeclaration
```javascript
t.declareExportDeclaration(declaration, specifiers, source)
```
See also `t.isDeclareExportDeclaration(node, opts)` and `t.assertDeclareExportDeclaration(node, opts)`.
Aliases: `Flow`, `FlowDeclaration`, `Statement`, `Declaration`
- `declaration` (required)
- `specifiers` (required)
- `source` (required)
---
### declareFunction
```javascript
t.declareFunction(id)