output.json — svelte Source File
Architecture documentation for output.json, a json file in the svelte codebase.
Entity Profile
Source Code
{
"css": null,
"js": [],
"start": 0,
"end": 117,
"type": "Root",
"fragment": {
"type": "Fragment",
"nodes": [
{
"type": "Text",
"start": 35,
"end": 37,
"raw": "\n\n",
"data": "\n\n"
},
{
"type": "RegularElement",
"start": 37,
"end": 117,
"name": "input",
"name_loc": {
"start": {
"line": 5,
"column": 1,
"character": 38
},
"end": {
"line": 5,
"column": 6,
"character": 43
}
},
"attributes": [
{
"start": 44,
"end": 114,
"type": "BindDirective",
"name": "value",
"name_loc": {
"start": {
"line": 5,
"column": 7,
"character": 44
},
"end": {
"line": 5,
"column": 17,
"character": 54
}
},
"expression": {
"type": "SequenceExpression",
"start": 68,
"end": 112,
"loc": {
"start": {
"line": 7,
"column": 1
},
// ... (291 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-modern/samples/comment-before-function-binding/output.json (directory: packages/svelte/tests/parser-modern/samples/comment-before-function-binding).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free