Skip to content

Commit

Permalink
Fixed mdast serde
Browse files Browse the repository at this point in the history
  • Loading branch information
h7kanna committed Sep 15, 2024
1 parent af3ebbc commit 66a8618
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 166 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ serde = { version = "1", features = ["derive"], optional = true }
env_logger = "0.11"
criterion = "0.5"
pretty_assertions = "1"
serde_json = { version = "1" }
swc_core = { version = "0.100", features = [
"ecma_ast",
"ecma_visit",
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ The following bash scripts are useful when working on this project:
```sh
RUST_BACKTRACE=1 cargo test
```
```sh
RUST_BACKTRACE=1 cargo test --features json
```
* docs:
```sh
cargo doc --document-private-items
Expand Down
Loading

0 comments on commit 66a8618

Please sign in to comment.