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": 34,
"children": [
{
"type": "Element",
"start": 0,
"end": 34,
"name": "p",
"attributes": [],
"children": [
{
"type": "Text",
"start": 3,
"end": 4,
"raw": " ",
"data": " "
},
{
"type": "RawMustacheTag",
"start": 4,
"end": 16,
"expression": {
"type": "Identifier",
"start": 11,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 11
},
"end": {
"line": 1,
"column": 15
}
},
"name": "raw1"
}
},
{
"type": "Text",
"start": 16,
"end": 17,
"raw": " ",
"data": " "
},
{
"type": "RawMustacheTag",
"start": 17,
"end": 29,
"expression": {
"type": "Identifier",
"start": 24,
"end": 28,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 28
}
},
"name": "raw2"
}
},
{
"type": "Text",
"start": 29,
"end": 30,
"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/raw-mustaches/output.json (directory: packages/svelte/tests/parser-legacy/samples/raw-mustaches).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free