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": 51,
"children": [
{
"type": "IfBlock",
"start": 0,
"end": 51,
"expression": {
"type": "Identifier",
"start": 5,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 8
}
},
"name": "foo"
},
"children": [
{
"type": "Element",
"start": 11,
"end": 21,
"name": "p",
"attributes": [],
"children": [
{
"type": "Text",
"start": 14,
"end": 17,
"raw": "foo",
"data": "foo"
}
]
}
],
"else": {
"type": "ElseBlock",
"start": 29,
"end": 46,
"children": [
{
"type": "Element",
"start": 31,
"end": 45,
"name": "p",
"attributes": [],
"children": [
{
"type": "Text",
"start": 34,
"end": 41,
"raw": "not foo",
"data": "not foo"
}
]
}
]
}
}
]
}
}
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/if-block-else/output.json (directory: packages/svelte/tests/parser-legacy/samples/if-block-else).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free