Skip to content

Commit

Permalink
Use forked tsify branch to copy rustdoc comments over to web TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou authored and jsdanielh committed Aug 18, 2023
1 parent 85fd93f commit 6feaae9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 28 deletions.
32 changes: 7 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde = { version = "1.0", optional = true }
serde_repr = { version = "0.1", optional = true }
strum_macros = "0.25"
thiserror = { version = "1.0", optional = true }
tsify = { version = "0.4", optional = true }
tsify = { git = "https://github.com/sisou/tsify", branch = "sisou/comments", default-features = false, features = ["js"], optional = true }
wasm-bindgen = { version = "0.2", optional = true }

nimiq-bls = { workspace = true, features = ["lazy", "serde-derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion primitives/transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ num-traits = "0.2"
serde = "1.0"
strum_macros = "0.25"
thiserror = "1.0"
tsify = { version = "0.4", optional = true }
tsify = { git = "https://github.com/sisou/tsify", branch = "sisou/comments", default-features = false, features = ["js"], optional = true }
wasm-bindgen = { version = "0.2", optional = true }

nimiq-bls = { workspace = true, features = ["serde-derive"] }
Expand Down
2 changes: 1 addition & 1 deletion web-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ js-sys = "0.3"
log = { package = "tracing", version = "0.1", features = ["log"] }
serde = "1.0"
serde-wasm-bindgen = "0.5"
tsify = { version = "0.4", features= ["js"] }
tsify = { git = "https://github.com/sisou/tsify", branch = "sisou/comments", default-features = false, features = ["js"] }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
wasm-bindgen-derive = { version = "0.2", optional = true }
Expand Down

0 comments on commit 6feaae9

Please sign in to comment.