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": 565,
"end": 826,
"children": [
{
"type": "Text",
"start": 563,
"end": 565,
"raw": "\n\n",
"data": "\n\n"
},
{
"type": "Element",
"start": 565,
"end": 736,
"name": "button",
"attributes": [
{
"start": 574,
"end": 692,
"type": "EventHandler",
"name": "click",
"name_loc": {
"start": {
"line": 34,
"column": 1,
"character": 574
},
"end": {
"line": 34,
"column": 9,
"character": 582
}
},
"expression": {
"type": "ArrowFunctionExpression",
"start": 596,
"end": 691,
"loc": {
"start": {
"line": 35,
"column": 1
},
"end": {
"line": 39,
"column": 2
}
},
"id": null,
"expression": false,
"generator": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 602,
"end": 691,
"loc": {
// ... (825 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/javascript-comments/output.json (directory: packages/svelte/tests/parser-legacy/samples/javascript-comments).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free