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": 70,
"children": [
{
"type": "EachBlock",
"start": 0,
"end": 70,
"children": [
{
"type": "Element",
"start": 33,
"end": 62,
"name": "div",
"attributes": [
{
"start": 38,
"end": 50,
"type": "Animation",
"name": "flip",
"name_loc": {
"start": {
"line": 2,
"column": 6,
"character": 38
},
"end": {
"line": 2,
"column": 18,
"character": 50
}
},
"expression": null,
"modifiers": []
}
],
"children": [
{
"type": "Text",
"start": 51,
"end": 56,
"raw": "flips",
"data": "flips"
}
]
}
],
"context": {
"type": "Identifier",
"name": "thing",
"start": 17,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 17,
"character": 17
},
"end": {
"line": 1,
"column": 22,
"character": 22
}
}
},
"expression": {
"type": "Identifier",
"start": 7,
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 13
}
},
"name": "things"
},
"key": {
"type": "Identifier",
"start": 24,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 29
}
},
"name": "thing"
}
}
]
}
}
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/animation/output.json (directory: packages/svelte/tests/parser-legacy/samples/animation).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free