This commit is contained in:
Toshit Chawda 2024-07-29 22:23:28 -07:00
parent f8fb713328
commit c60645d478
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

View file

@ -3,7 +3,6 @@ pub mod rewrite;
use std::{panic, str::FromStr};
use js_sys::{Function, Object, Reflect};
use oxc_ast::ast::Function;
use rewrite::{rewrite, Config, EncodeFn};
use url::Url;
use wasm_bindgen::{prelude::*, throw_str};