rspack-sources icon indicating copy to clipboard operation
rspack-sources copied to clipboard

Rusty webpack-sources port.

Results 14 rspack-sources issues
Sort by recently updated
recently updated
newest added

This PR removes the `RawSourceMap` intermediary to parse source maps directly from `simd_json` `BorrowedValue` for performance, and updates constructors and serialization accordingly. - Replace `RawSourceMap` with direct parsing from `&mut...