output.json — svelte Source File
Architecture documentation for output.json, a json file in the svelte codebase.
Entity Profile
Source Code
{
"html": {
"type": "Fragment",
"start": 0,
"end": 31,
"children": [
{
"type": "Element",
"start": 0,
"end": 31,
"name": "ul",
"attributes": [],
"children": [
{
"type": "Text",
"start": 4,
"end": 6,
"raw": "\n\t",
"data": "\n\t"
},
{
"type": "Element",
"start": 6,
"end": 13,
"name": "li",
"attributes": [],
"children": [
{
"type": "Text",
"start": 10,
"end": 13,
"raw": "a\n\t",
"data": "a\n\t"
}
]
},
{
"type": "Element",
"start": 13,
"end": 20,
"name": "li",
"attributes": [],
"children": [
{
"type": "Text",
"start": 17,
"end": 20,
"raw": "b\n\t",
"data": "b\n\t"
}
]
},
{
"type": "Element",
"start": 20,
"end": 26,
"name": "li",
"attributes": [],
"children": [
{
"type": "Text",
"start": 24,
"end": 26,
"raw": "c\n",
"data": "c\n"
}
]
}
]
}
]
}
}
Source
Frequently Asked Questions
What does output.json do?
output.json is a source file in the svelte codebase, written in json.
Where is output.json in the architecture?
output.json is located at packages/svelte/tests/parser-legacy/samples/implicitly-closed-li/output.json (directory: packages/svelte/tests/parser-legacy/samples/implicitly-closed-li).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free