oxc/crates/oxc_codegen/examples
overlookmotel 27fd0628ef
refactor(sourcemap)!: avoid passing Results (#4541)
Refactor building sourcemap JSON to avoid passing `Result`s. `Serialize::serialize` is infallible here as writing to a `Vec<u8>` is infallible.
2024-07-30 04:23:49 +00:00
..
codegen.rs fix(codegen): object shorthand with parens ({x: (x)}) -> ({ x }) (#4391) 2024-07-21 14:04:17 +00:00
sourcemap.rs refactor(sourcemap)!: avoid passing Results (#4541) 2024-07-30 04:23:49 +00:00