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": 24,
"children": [
{
"type": "Element",
"start": 0,
"end": 24,
"name": "p",
"attributes": [],
"children": [
{
"type": "Text",
"start": 3,
"end": 4,
"raw": " ",
"data": " "
},
{
"type": "MustacheTag",
"start": 4,
"end": 7,
"expression": {
"type": "Identifier",
"start": 5,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
}
},
"name": "a"
}
},
{
"type": "Text",
"start": 7,
"end": 8,
"raw": " ",
"data": " "
},
{
"type": "MustacheTag",
"start": 8,
"end": 11,
"expression": {
"type": "Identifier",
"start": 9,
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 10
}
},
"name": "b"
}
},
{
"type": "Text",
"start": 11,
"end": 14,
"raw": " : ",
"data": " : "
},
{
"type": "MustacheTag",
"start": 14,
"end": 17,
"expression": {
"type": "Identifier",
"start": 15,
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 15
},
"end": {
"line": 1,
"column": 16
}
},
"name": "c"
}
},
{
"type": "Text",
"start": 17,
"end": 20,
"raw": " : ",
"data": " : "
}
]
}
]
}
}
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/space-between-mustaches/output.json (directory: packages/svelte/tests/parser-legacy/samples/space-between-mustaches).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free