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": 101,
"children": [
{
"type": "Element",
"name": "svelte:element",
"start": 0,
"end": 44,
"tag": {
"type": "Identifier",
"start": 22,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 25
}
},
"name": "tag"
},
"attributes": [],
"children": []
},
{
"type": "Text",
"start": 44,
"end": 45,
"raw": "\n",
"data": "\n"
},
{
"type": "Element",
"name": "svelte:element",
"start": 45,
"end": 101,
"tag": {
"type": "Identifier",
"start": 67,
"end": 70,
"loc": {
"start": {
"line": 2,
"column": 22
},
"end": {
"line": 2,
"column": 25
}
},
"name": "tag"
},
"attributes": [
{
"type": "Attribute",
"start": 72,
"end": 83,
"name": "class",
"name_loc": {
"start": {
"line": 2,
"column": 27,
"character": 72
},
"end": {
"line": 2,
"column": 32,
"character": 77
}
},
"value": [
{
"start": 79,
"end": 82,
"type": "Text",
"raw": "foo",
"data": "foo"
}
]
}
],
"children": []
}
]
}
}
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/dynamic-element-variable/output.json (directory: packages/svelte/tests/parser-legacy/samples/dynamic-element-variable).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free