We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dc073 commit cbf5698Copy full SHA for cbf5698
api.md
@@ -192,6 +192,19 @@ This optioins is used at [compile](#compile) function
192
193
#### Properties
194
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
208
##### mode
209
210
Compile mode
0 commit comments