node/test/fixtures/test426/decoding/scopes/nested-scopes.map.golden
Rich Trott 83ba6b107a
test: update test426 fixtures
Update test426 fixtures for source map tests.

Refs: https://github.com/tc39/source-map-tests
PR-URL: https://github.com/nodejs/node/pull/60982
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2025-12-09 14:38:02 +00:00

75 lines
No EOL
1.7 KiB
Text

{
"file": "nested-scopes.js",
"mappings": [],
"sources": [
{
"url": "original_0.js",
"content": null,
"ignored": false,
"scope": {
"start": {
"line": 0,
"column": 0
},
"end": {
"line": 28,
"column": 0
},
"name": null,
"kind": null,
"isStackFrame": false,
"variables": [],
"children": [
{
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 27,
"column": 0
},
"name": "originalFunctionFoo",
"kind": null,
"isStackFrame": true,
"variables": [],
"children": [
{
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 26,
"column": 2
},
"name": "innerOriginalFunction",
"kind": null,
"isStackFrame": true,
"variables": [],
"children": [
{
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 25,
"column": 4
},
"name": null,
"kind": "block",
"isStackFrame": false,
"variables": [],
"children": []
}
]
}
]
}
]
}
}
],
"ranges": []
}