Skip to content

Commit

Permalink
🐳 chore: Upgrad deno_ast to v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Jul 13, 2024
1 parent a2b46ac commit 09fbe1a
Show file tree
Hide file tree
Showing 15 changed files with 286 additions and 903 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.10.0

* Upgraded deno_ast to v0.39.2
* Upgraded deno_ast to v0.40.0
* Upgraded rust toolchain to v1.79.0
* Replaced `debug_print` with `log`

Expand Down
4 changes: 4 additions & 0 deletions docs/transpile.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ The string module specifier to implicitly import JSX factories from when transpi

Should JSX be precompiled into static strings that need to be concatenated with dynamic content. Defaults to `false`, mutually exclusive with `transform_jsx`.

### Precompile JSX Dynamic Props

List of properties/attributes that should always be treated as dynamic.

### Precompile JSX Skip Elements

List of elements that should not be precompiled when the JSX precompile transform is used.
Expand Down
Loading

0 comments on commit 09fbe1a

Please sign in to comment.