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": 30,
"end": 48,
"children": [
{
"type": "Text",
"start": 28,
"end": 30,
"raw": "\n\n",
"data": "\n\n"
},
{
"type": "InlineComponent",
"start": 30,
"end": 48,
"name": "Widget",
"attributes": [
{
"start": 38,
"end": 46,
"type": "Binding",
"name": "foo",
"name_loc": {
"start": {
"line": 5,
"column": 8,
"character": 38
},
"end": {
"line": 5,
"column": 16,
"character": 46
}
},
"expression": {
"start": 43,
"end": 46,
"type": "Identifier",
"name": "foo"
},
"modifiers": []
}
],
"children": []
}
]
},
"instance": {
"type": "Script",
"start": 0,
"end": 28,
"context": "default",
"content": {
"type": "Program",
"start": 8,
"end": 19,
"loc": {
"start": {
// ... (65 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/binding-shorthand/output.json (directory: packages/svelte/tests/parser-legacy/samples/binding-shorthand).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free