node/test/fixtures/test426/decoding/debug-id/debug-id-index.map
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

30 lines
No EOL
577 B
Text

{
"version": 3,
"file": "app.js",
"debugId": "1aad9d9e-2b50-454f-a5f2-0dd5e95c154c",
"sections": [{
"offset": {
"line": 0,
"column": 0,
},
"map": {
"version": 3,
"file": "component1.js",
"sources": [],
"mappings": "",
"debugId": "a938a92f-3074-41f7-bfdb-1038430a983c"
}
}, {
"offset": {
"line": 1,
"column": 0,
},
"map": {
"version": 3,
"file": "component2.js",
"sources": [],
"mappings": "",
"debugId": "8cf3d888-fc9e-457d-a999-6ffef384b736"
}
}]
}