warnings.json — svelte Source File
Architecture documentation for warnings.json, a json file in the svelte codebase.
Entity Profile
Source Code
[
{
"code": "a11y_autocomplete_valid",
"end": {
"column": 31,
"line": 25
},
"message": "'true' is an invalid value for 'autocomplete' on `<input type=\"text\">`",
"start": {
"column": 19,
"line": 25
}
},
{
"code": "a11y_autocomplete_valid",
"end": {
"column": 43,
"line": 26
},
"message": "'incorrect' is an invalid value for 'autocomplete' on `<input type=\"text\">`",
"start": {
"column": 19,
"line": 26
}
},
{
"code": "a11y_autocomplete_valid",
"end": {
"column": 42,
"line": 27
},
"message": "'webauthn' is an invalid value for 'autocomplete' on `<input type=\"text\">`",
"start": {
"column": 19,
"line": 27
}
}
]
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-autocomplete-valid/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-autocomplete-valid).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free