warnings.json — svelte Source File
Architecture documentation for warnings.json, a json file in the svelte codebase.
Entity Profile
Source Code
[
{
"code": "a11y_interactive_supports_focus",
"end": {
"column": 48,
"line": 11
},
"message": "Elements with the 'button' interactive role must have a tabindex value",
"start": {
"column": 0,
"line": 11
}
},
{
"code": "a11y_interactive_supports_focus",
"end": {
"column": 51,
"line": 12
},
"message": "Elements with the 'menuitem' interactive role must have a tabindex value",
"start": {
"column": 0,
"line": 12
}
},
{
"code": "a11y_interactive_supports_focus",
"end": {
"column": 45,
"line": 13
},
"message": "Elements with the 'button' interactive role must have a tabindex value",
"start": {
"column": 0,
"line": 13
}
},
{
"code": "a11y_interactive_supports_focus",
"end": {
"column": 72,
"line": 14
},
"message": "Elements with the 'menuitem' interactive role must have a tabindex value",
"start": {
"column": 0,
"line": 14
}
},
{
"code": "a11y_interactive_supports_focus",
"end": {
"column": 51,
"line": 15
},
"message": "Elements with the 'button' interactive role must have a tabindex value",
"start": {
"column": 0,
"line": 15
}
// ... (219 more lines)
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-interactive-supports-focus/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-interactive-supports-focus).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free