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": 117,
"children": [
{
"type": "Element",
"start": 0,
"end": 117,
"name": "textarea",
"attributes": [],
"children": [
{
"start": 10,
"end": 50,
"type": "Text",
"raw": "\n\t<p>not actu </textar ally an element. ",
"data": "\n\t<p>not actu </textar ally an element. "
},
{
"type": "MustacheTag",
"start": 50,
"end": 55,
"expression": {
"type": "Identifier",
"start": 51,
"end": 54,
"loc": {
"start": {
"line": 2,
"column": 40
},
"end": {
"line": 2,
"column": 43
}
},
"name": "foo"
}
},
{
"start": 55,
"end": 91,
"type": "Text",
"raw": "</p>\n</textare\n\n\n> </textaread >asdf",
"data": "</p>\n</textare\n\n\n> </textaread >asdf"
}
]
}
]
}
}
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/textarea-end-tag/output.json (directory: packages/svelte/tests/parser-legacy/samples/textarea-end-tag).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free