warnings.json — svelte Source File
Architecture documentation for warnings.json, a json file in the svelte codebase.
Entity Profile
Source Code
[
{
"code": "a11y_figcaption_index",
"message": "`<figcaption>` must be first or last child of `<figure>`",
"start": {
"line": 4,
"column": 1
},
"end": {
"line": 6,
"column": 14
}
},
{
"code": "a11y_figcaption_parent",
"message": "`<figcaption>` must be an immediate child of `<figure>`",
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 17,
"column": 15
}
}
]
Source
Frequently Asked Questions
What does warnings.json do?
warnings.json is a source file in the svelte codebase, written in json.
Where is warnings.json in the architecture?
warnings.json is located at packages/svelte/tests/validator/samples/a11y-figcaption-wrong-place/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-figcaption-wrong-place).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free