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": 43,
"children": [
{
"type": "Element",
"start": 0,
"end": 21,
"name": "span",
"attributes": [
{
"type": "Attribute",
"start": 6,
"end": 13,
"name": "attr",
"name_loc": {
"start": {
"line": 1,
"column": 6,
"character": 6
},
"end": {
"line": 1,
"column": 10,
"character": 10
}
},
"value": [
{
"start": 12,
"end": 12,
"type": "Text",
"raw": "",
"data": ""
}
]
}
],
"children": []
},
{
"type": "Text",
"start": 21,
"end": 22,
"raw": "\n",
"data": "\n"
},
{
"type": "Element",
"start": 22,
"end": 43,
"name": "span",
"attributes": [
{
"type": "Attribute",
"start": 28,
"end": 35,
"name": "attr",
"name_loc": {
"start": {
"line": 2,
"column": 6,
"character": 28
},
"end": {
"line": 2,
"column": 10,
"character": 32
}
},
"value": [
{
"start": 34,
"end": 34,
"type": "Text",
"raw": "",
"data": ""
}
]
}
],
"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/element-with-attribute-empty-string/output.json (directory: packages/svelte/tests/parser-legacy/samples/element-with-attribute-empty-string).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free