Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voidzero-dev/oxc-angular-compiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.13
Choose a base ref
...
head repository: voidzero-dev/oxc-angular-compiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.14
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 10, 2026

  1. fix: populate source map in transformAngularFile when sourcemap optio…

    …n is enabled (#100)
    
    The edit-based transform pipeline never generated source maps, leaving
    `TransformResult.map` as `None` even when `sourcemap: true`. Add
    `apply_edits_with_sourcemap` that produces a source map by analyzing
    which original byte ranges survive in the output, and wire it into the
    AOT, JIT, and no-Angular-classes code paths.
    
    - Close #99
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    Brooooooklyn and claude authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    ce744b4 View commit details
    Browse the repository at this point in the history
  2. 0.0.14

    Brooooooklyn committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    c380a55 View commit details
    Browse the repository at this point in the history
Loading