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: jridgewell/sourcemaps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sourcemap-codec/1.5.3
Choose a base ref
...
head repository: jridgewell/sourcemaps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sourcemap-codec/1.5.4
Choose a head ref
  • 14 commits
  • 14 files changed
  • 1 contributor

Commits on Jun 30, 2025

  1. trace-mapping/0.3.28

    jridgewell committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    d2578bd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Optimize UMD wrapper

    jridgewell committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    557ca37 View commit details
    Browse the repository at this point in the history
  2. gen-mapping: Use Object.assign to avoid needing `getOwnPropertyDesc…

    …riptors` polyfill
    
    esbuild transpiles object-spread syntax into a call to `Object.getOwnPropertyDescriptors`, which isn't defined in Node v6. Using Object.assign accomplishes the same goal without needing a polyfill.
    jridgewell committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    dd0615a View commit details
    Browse the repository at this point in the history
  3. Reorder subpath exports

    jridgewell committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    a1c0fa0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35 from jridgewell/exports

    Reorder subpath exports
    jridgewell authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    4bbeb75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8163176 View commit details
    Browse the repository at this point in the history
  6. Add lockfile

    jridgewell committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    41e28fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ab18b6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #36 from jridgewell/actions

    Run tests on commit or PRs
    jridgewell authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    cc59ca0 View commit details
    Browse the repository at this point in the history
  9. Remove getOwnPropertyDescriptors polyfill

    It's unneeded after dd0615a
    jridgewell committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    e2e0940 View commit details
    Browse the repository at this point in the history
  10. gen-mapping/0.3.12

    jridgewell committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    26fe89d View commit details
    Browse the repository at this point in the history
  11. remapping/2.3.4

    jridgewell committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    e2fa5d7 View commit details
    Browse the repository at this point in the history
  12. source-map/0.3.10

    jridgewell committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    1615679 View commit details
    Browse the repository at this point in the history
  13. sourcemap-codec/1.5.4

    jridgewell committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    fe6bbc7 View commit details
    Browse the repository at this point in the history
Loading