warnings.json — svelte Source File
Architecture documentation for warnings.json, a json file in the svelte codebase.
Entity Profile
Source Code
[
{
"code": "a11y_incorrect_aria_attribute_type_tokenlist",
"message": "The value of 'aria-relevant' must be a space-separated list of one or more of \"additions\", \"all\", \"removals\" or \"text\"",
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 21
}
},
{
"code": "a11y_incorrect_aria_attribute_type_tokenlist",
"message": "The value of 'aria-relevant' must be a space-separated list of one or more of \"additions\", \"all\", \"removals\" or \"text\"",
"start": {
"line": 2,
"column": 5
},
"end": {
"line": 2,
"column": 27
}
},
{
"code": "a11y_incorrect_aria_attribute_type_tokenlist",
"message": "The value of 'aria-relevant' must be a space-separated list of one or more of \"additions\", \"all\", \"removals\" or \"text\"",
"start": {
"line": 3,
"column": 5
},
"end": {
"line": 3,
"column": 25
}
},
{
"code": "a11y_incorrect_aria_attribute_type_tokenlist",
"message": "The value of 'aria-relevant' must be a space-separated list of one or more of \"additions\", \"all\", \"removals\" or \"text\"",
"start": {
"line": 6,
"column": 5
},
"end": {
"line": 6,
"column": 40
}
},
{
"code": "a11y_incorrect_aria_attribute_type_tokenlist",
"message": "The value of 'aria-relevant' must be a space-separated list of one or more of \"additions\", \"all\", \"removals\" or \"text\"",
"start": {
"line": 7,
"column": 5
},
"end": {
"line": 7,
"column": 41
}
}
]
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-aria-proptypes-tokenlist/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-aria-proptypes-tokenlist).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free