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": 45,
"children": [
{
"type": "Element",
"start": 0,
"end": 45,
"name": "div",
"attributes": [
{
"start": 5,
"end": 30,
"type": "Transition",
"name": "style",
"name_loc": {
"start": {
"line": 1,
"column": 5,
"character": 5
},
"end": {
"line": 1,
"column": 13,
"character": 13
}
},
"expression": {
"type": "ObjectExpression",
"start": 16,
"end": 28,
"loc": {
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 28
}
},
"properties": [
{
"type": "Property",
"start": 17,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 27
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 17,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 24
}
},
"name": "opacity"
},
"value": {
"type": "Literal",
"start": 26,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 26
},
"end": {
"line": 1,
"column": 27
}
},
"value": 0,
"raw": "0"
},
"kind": "init"
}
]
},
"modifiers": [],
"intro": true,
"outro": false
}
],
"children": [
{
"type": "Text",
"start": 31,
"end": 39,
"raw": "fades in",
"data": "fades in"
}
]
}
]
}
}
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/transition-intro/output.json (directory: packages/svelte/tests/parser-legacy/samples/transition-intro).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free