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": 252,
"children": [
{
"type": "Element",
"start": 0,
"end": 29,
"name": "div",
"attributes": [
{
"start": 5,
"end": 22,
"type": "StyleDirective",
"name": "color",
"name_loc": {
"start": {
"line": 1,
"column": 5,
"character": 5
},
"end": {
"line": 1,
"column": 16,
"character": 16
}
},
"modifiers": [],
"value": [
{
"start": 18,
"end": 21,
"type": "Text",
"raw": "red",
"data": "red"
}
]
}
],
"children": []
},
{
"type": "Text",
"start": 29,
"end": 30,
"raw": "\n",
"data": "\n"
},
{
"type": "Element",
"start": 30,
"end": 59,
"name": "div",
"attributes": [
{
"start": 35,
"end": 52,
"type": "StyleDirective",
// ... (387 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/attribute-style-directive-string/output.json (directory: packages/svelte/tests/parser-legacy/samples/attribute-style-directive-string).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free