You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deno_bindgen -o mod.ts (the rust crate deno_bindgen_cli + deno_bindgen = "=0.9.0-alpha") hangs indefinitely when the project has the oxc dependency. Any empty project will do, then run cargo add oxc and then try to deno_bindgen -o mod.ts, it never finishes.
alternatively, the issue happens when using cargo add oxc_ast or cargo add oxc_parser, it doesn't happen when only using some other subparts like oxc_allocator or oxc_span
The text was updated successfully, but these errors were encountered:
deno_bindgen -o mod.ts
(the rust cratedeno_bindgen_cli
+deno_bindgen = "=0.9.0-alpha"
) hangs indefinitely when the project has the oxc dependency. Any empty project will do, then runcargo add oxc
and then try todeno_bindgen -o mod.ts
, it never finishes.alternatively, the issue happens when using
cargo add oxc_ast
orcargo add oxc_parser
, it doesn't happen when only using some other subparts likeoxc_allocator
oroxc_span
The text was updated successfully, but these errors were encountered: