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": 40,
"children": [
{
"type": "Element",
"start": 0,
"end": 40,
"name": "input",
"attributes": [
{
"start": 7,
"end": 39,
"type": "Action",
"name": "tooltip",
"name_loc": {
"start": {
"line": 1,
"column": 7,
"character": 7
},
"end": {
"line": 1,
"column": 18,
"character": 18
}
},
"expression": {
"type": "CallExpression",
"start": 21,
"end": 37,
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 21,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 22
}
},
"name": "t"
},
"arguments": [
{
"type": "Literal",
"start": 23,
"end": 36,
"loc": {
"start": {
"line": 1,
"column": 23
},
"end": {
"line": 1,
"column": 36
}
},
"value": "tooltip msg",
"raw": "'tooltip msg'"
}
],
"optional": false
},
"modifiers": []
}
],
"children": []
}
]
}
}
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/action-with-call/output.json (directory: packages/svelte/tests/parser-legacy/samples/action-with-call).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free