Skip to content

chore(main): release @chrome-devtools/source-map-scopes-codec 0.9.0 - #12

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--@chrome-devtools/source-map-scopes-codec
Closed

chore(main): release @chrome-devtools/source-map-scopes-codec 0.9.0#12
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--@chrome-devtools/source-map-scopes-codec

Conversation

@github-actions

Copy link
Copy Markdown

🤖 I have created a release beep boop

0.9.0 (2026-08-13)

Features

  • Add indicator in decoding result whether variables and binding expressions are present (#3) (3d0a2a5)
  • Add support for index source maps (958ddcc)
  • Implement new vendor extension items and invalid items (731ec13)
  • Nil top-level original scopes use an empty tag now (e73b2d1)
  • Use 1-based unsigned VLQs for binding expressions (32bc5b7)

Bug Fixes

  • align sub-range binding with current spec text (#5) (a0d078c)
  • Associate sub-range bindings with the correct range (888bc72), closes #1
  • Don't reset decoding state between top-level ranges (ae534f7)
  • Re-encode benchmark maps after ranges support was implemented (d19865b)
  • Rename scopes.d.ts to scopes.ts (b5faea1)

This PR was generated with Release Please. See documentation.

@google-cla

google-cla Bot commented Aug 13, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@OrKoN OrKoN closed this Aug 13, 2026
@OrKoN
OrKoN deleted the release-please--branches--main--components--@chrome-devtools/source-map-scopes-codec branch August 13, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fails to decode SubRangeBindings if the range has children

1 participant