Skip to content

Commit

Permalink
docs: upadte api
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 19, 2023
1 parent 44dc073 commit cbf5698
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,19 @@ This optioins is used at [compile](#compile) function

#### Properties

##### ast

Whether to generate AST format

**Signature:**
```typescript
ast?: boolean;
```

#### Remarks

default `false`, it will output the function format.

##### mode

Compile mode
Expand Down

0 comments on commit cbf5698

Please sign in to comment.