Skip to content

Commit

Permalink
nuke oxc crates
Browse files Browse the repository at this point in the history
  • Loading branch information
r58Playz committed Oct 27, 2024
1 parent 4ea3e74 commit 3e3bacf
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 80 deletions.
84 changes: 39 additions & 45 deletions rewriter/Cargo.lock

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

7 changes: 1 addition & 6 deletions rewriter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ getrandom = { version = "0.2.15", features = ["js"] }
instant = { version = "0.1.13", features = ["wasm-bindgen"] }
js-sys = "0.3.69"
obfstr = "0.4.3"
oxc_allocator = "0.32.0"
oxc_ast = { version = "0.32.0", features = ["serialize"]}
oxc_diagnostics = "0.32.0"
oxc_parser = "0.32.0"
oxc_span = "0.32.0"
oxc_syntax = "0.32.0"
oxc = "0.34.0"
rand = "0.8.5"
serde = "1.0.204"
serde-wasm-bindgen = "0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion rewriter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::{panic, str::FromStr, sync::Arc, time::Duration};
use error::{Result, RewriterError};
use instant::Instant;
use js_sys::{Function, Object, Reflect};
use oxc_diagnostics::{NamedSource, OxcDiagnostic};
use oxc::diagnostics::{NamedSource, OxcDiagnostic};
use rewrite::{rewrite, Config, EncodeFn};
use url::Url;
use wasm_bindgen::prelude::*;
Expand Down
Loading

0 comments on commit 3e3bacf

Please sign in to comment.