Commits
Click on a commit to change the comparison rangefeat: port performance fixes and ignoreList propagation from rspack-sources perf: eliminate per-call closure + hidden-class churn from rspack-sources port refactor: route per-source extras off onSource onto an options side-channel chore: collapse package.json arrays to single-line per prettier rule test: cover the new ignoreList/originalLines paths test: cover combined source-map onSourceInfo remap branches revert: strip ignoreList/debugId/sourceRoot propagation feature test: cover ReplaceSource empty-replacement + column-tracking branches test: mark unreachable V8<7.0 stable-sort fallback with istanbul ignore revert: strip OriginalSource + ReplaceSource changes for clean A/B test chore: regenerate types.d.ts after OriginalSource revert test: add ReplaceSource tests for trailing inserts, empty replacement, column tracking test: cover ReplaceSource multi-source streamChunks path chore: satisfy prefer-destructuring lint rule in ReplaceSource test perf(getFromStreamChunks): keep setAtIndex PACKED to fix combined-inner regression revert(getFromStreamChunks): drop setAtIndex helper, keep inline padding perf: re-layer ReplaceSource fast paths + OriginalSource.originalLines + setAtIndex test+chore: cover originalLines(), simplify setAtIndex, istanbul-ignore V8 fallback chore: istanbul-ignore pre-existing ReplaceSource chunk-skipping edges test: convert remaining /* istanbul ignore next */ to ignore-else test: cover in-chunk multi-line replacement + trailing-remainer same-line cases chore: satisfy no-lonely-if eslint rule from the chunk-skipping refactor