Regen babel-types docsdocs and interfaces [skip ci]

This commit is contained in:
Brian Ng
2017-11-22 08:53:16 -06:00
parent 4384d38b90
commit ccd7c25174
2 changed files with 31 additions and 8 deletions

View File

@@ -2811,7 +2811,7 @@ See also `t.isWithStatement(node, opts)` and `t.assertWithStatement(node, opts)`
Aliases: `Statement`
- `object` (required)
- `object`: `Expression` (required)
- `body`: `BlockStatement | Statement` (required)
---