Skip to content

Commit

Permalink
Make relative
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell authored Jul 10, 2024
1 parent 409e18b commit 9625eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proposals/scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Note: Each DATA represents one VLQ number.
* DATA column in the original code
* Note: Column is always absolute.
* DATA kind offset into `names` field
* Note: This offset is relative to the offset of the last `kind` or absolute if this is the first `kind`.
* Note: This is type of the scope.
* Note: JavaScript implementations should use `'global'`, `'class'`, `'function'`, and `'block'`.
* DATA field flags
Expand Down

0 comments on commit 9625eb3

Please sign in to comment.