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": 42,
"children": [
{
"type": "Element",
"start": 0,
"end": 42,
"name": "div",
"attributes": [
{
"type": "Attribute",
"start": 5,
"end": 28,
"name": "style",
"name_loc": {
"start": {
"line": 1,
"column": 5,
"character": 5
},
"end": {
"line": 1,
"column": 10,
"character": 10
}
},
"value": [
{
"start": 12,
"end": 19,
"type": "Text",
"raw": "color: ",
"data": "color: "
},
{
"type": "MustacheTag",
"start": 19,
"end": 26,
"expression": {
"type": "Identifier",
"start": 20,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 25
}
},
"name": "color"
}
},
{
"start": 26,
"end": 27,
"type": "Text",
"raw": ";",
"data": ";"
}
]
}
],
"children": [
{
"type": "MustacheTag",
"start": 29,
"end": 36,
"expression": {
"type": "Identifier",
"start": 30,
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 30
},
"end": {
"line": 1,
"column": 35
}
},
"name": "color"
}
}
]
}
]
}
}
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/attribute-dynamic/output.json (directory: packages/svelte/tests/parser-legacy/samples/attribute-dynamic).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free