update readme [skip ci]
This commit is contained in:
@@ -865,6 +865,18 @@ Aliases: `Statement`, `Conditional`
|
|||||||
- `consequent`: `Statement` (required)
|
- `consequent`: `Statement` (required)
|
||||||
- `alternate`: `Statement` (default: `null`)
|
- `alternate`: `Statement` (default: `null`)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### import
|
||||||
|
```javascript
|
||||||
|
t.import()
|
||||||
|
```
|
||||||
|
|
||||||
|
See also `t.isImport(node, opts)` and `t.assertImport(node, opts)`.
|
||||||
|
|
||||||
|
Aliases: `Expression`
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### importDeclaration
|
### importDeclaration
|
||||||
|
|||||||
Reference in New Issue
Block a user