Skip to content

Commit

Permalink
simd escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 28, 2024
1 parent da23b7a commit c6d1c3d
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 197 deletions.
2 changes: 1 addition & 1 deletion crates/oxc_codegen/examples/sourcemap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() -> std::io::Result<()> {
.build(&ret.program);

if let Some(source_map) = source_map {
let result = source_map.to_json_string().unwrap();
let result = source_map.to_json_string();
let hash = BASE64_STANDARD.encode(format!(
"{}\0{}{}\0{}",
source_text.len(),
Expand Down
Loading

0 comments on commit c6d1c3d

Please sign in to comment.