node/test/fixtures/test426/decoding/scopes/README.md
Node.js GitHub Bot c98ab680d6
test: update test426-fixtures to 9b9e225b5a63139e9a95cdd1bf874a8f0b9d131
PR-URL: https://github.com/nodejs/node/pull/63373
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2026-05-25 18:30:18 +02:00

18 lines
969 B
Markdown

## Test cases
- **empty-scopes-field**: Empty original scopes field
- **nil-scopes**: Multiple null original scopes
- **close-start-end-position-scopes**: Scopes with very close start and end
positions
- **single-root-original-scope**: A single global root original scope
- **nested-scopes**: Nested original scopes representing functions and blocks
- **sibling-scopes**: Multiple sibling top-level functions
- **scope-variables**: Scopes containing variable declarations
- **multiple-root-original-scopes-with-nil**: Multiple global root scopes with a
null scope in between
- **sibling-ranges**: Multiple sibling root ranges
- **nested-ranges**: A root range with a nested function range
- **range-values**: A root range with a non-function range with bindings
- **sub-range-values**: A root range with sub-range bindings
- **range-call-site**: A function inlined into the root scope
- **hidden-ranges**: A function range corresponding to an original block scope