Skip to content

Commit

Permalink
refactor: Drop unused js interop bindings (#10161)
Browse files Browse the repository at this point in the history
**Description:**

I may revert this PR in the future, but it's not used at the moment.
  • Loading branch information
kdy1 authored Mar 7, 2025
1 parent 35bd6d9 commit 0ceefaf
Show file tree
Hide file tree
Showing 40 changed files with 2 additions and 2,714 deletions.
39 changes: 0 additions & 39 deletions bindings/Cargo.lock

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

5 changes: 2 additions & 3 deletions bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ members = [
"binding_core_node",
"binding_core_wasm",
"binding_html_node",
"binding_js_interop_node",
"binding_minifier_node",
"binding_minifier_wasm",
"binding_typescript_wasm",
Expand Down Expand Up @@ -145,5 +144,5 @@ strip = "symbols"
opt-level = "s"


[profile.dev.package."*"]
debug-assertions = false
[profile.dev.package."*"]
debug-assertions = false
51 changes: 0 additions & 51 deletions bindings/binding_js_interop_node/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions bindings/binding_js_interop_node/LICENSE

This file was deleted.

29 changes: 0 additions & 29 deletions bindings/binding_js_interop_node/build.rs

This file was deleted.

Loading

0 comments on commit 0ceefaf

Please sign in to comment.