mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 23:30:00 -04:00
add rewrite_js_from_arraybuffer
This commit is contained in:
parent
838d4745d3
commit
7be4573d1b
2 changed files with 9 additions and 2 deletions
|
@ -25,7 +25,7 @@ fn main() -> std::io::Result<()> {
|
|||
let path = Path::new(&name);
|
||||
let source_text = std::fs::read_to_string(path)?;
|
||||
|
||||
println!("{}", rewrite(&source_text));
|
||||
println!("{:#?}", rewrite(&source_text));
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue