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": 79,
"end": 101,
"children": [
{
"type": "Text",
"start": 77,
"end": 79,
"raw": "\n\n",
"data": "\n\n"
},
{
"type": "Element",
"start": 79,
"end": 101,
"name": "h1",
"attributes": [],
"children": [
{
"type": "Text",
"start": 83,
"end": 89,
"raw": "Hello ",
"data": "Hello "
},
{
"type": "MustacheTag",
"start": 89,
"end": 95,
"expression": {
"type": "Identifier",
"start": 90,
"end": 94,
"loc": {
"start": {
"line": 5,
"column": 11
},
"end": {
"line": 5,
"column": 15
}
},
"name": "name"
}
},
{
"type": "Text",
"start": 95,
"end": 96,
"raw": "!",
"data": "!"
}
]
}
]
},
"instance": {
// ... (91 more lines)
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/script-attribute-with-curly-braces/output.json (directory: packages/svelte/tests/parser-legacy/samples/script-attribute-with-curly-braces).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free