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": 170,
"children": [
{
"type": "Element",
"start": 0,
"end": 29,
"name": "div",
"attributes": [],
"children": [
{
"type": "Text",
"start": 5,
"end": 7,
"raw": "\n\t",
"data": "\n\t"
},
{
"type": "InlineComponent",
"start": 7,
"end": 23,
"name": "Comp",
"attributes": [
{
"type": "Attribute",
"start": 13,
"end": 22,
"name": "foo",
"name_loc": {
"start": {
"line": 2,
"column": 7,
"character": 13
},
"end": {
"line": 2,
"column": 10,
"character": 16
}
},
"value": [
{
"type": "MustacheTag",
"start": 17,
"end": 22,
"expression": {
"type": "Identifier",
"start": 18,
"end": 21,
"loc": {
"start": {
"line": 2,
"column": 12
},
"end": {
"line": 2,
"column": 15
// ... (350 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/loose-unclosed-open-tag/output.json (directory: packages/svelte/tests/parser-legacy/samples/loose-unclosed-open-tag).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free