Skip to content

Commit cbf5698

Browse files
committed
docs: upadte api
1 parent 44dc073 commit cbf5698

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

api.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,19 @@ This optioins is used at [compile](#compile) function
192192

193193
#### Properties
194194

195+
##### ast
196+
197+
Whether to generate AST format
198+
199+
**Signature:**
200+
```typescript
201+
ast?: boolean;
202+
```
203+
204+
#### Remarks
205+
206+
default `false`, it will output the function format.
207+
195208
##### mode
196209

197210
Compile mode

0 commit comments

Comments
 (0)