errors.json — svelte Source File
Architecture documentation for errors.json, a json file in the svelte codebase.
Entity Profile
Source Code
[
{
"code": "svelte_options_invalid_customelement",
"message": "\"customElement\" must be a string literal defining a valid custom element name or an object of the form { tag?: string; shadow?: \"open\" | \"none\" | `ShadowRootInit`; props?: { [key: string]: { attribute?: string; reflect?: boolean; type: .. } } }",
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 34
}
}
]
Source
Frequently Asked Questions
What does errors.json do?
errors.json is a source file in the svelte codebase, written in json.
Where is errors.json in the architecture?
errors.json is located at packages/svelte/tests/validator/samples/tag-non-string/errors.json (directory: packages/svelte/tests/validator/samples/tag-non-string).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free