warnings.json — svelte Source File
Architecture documentation for warnings.json, a json file in the svelte codebase.
Entity Profile
Source Code
[
{
"code": "attribute_invalid_property_name",
"message": "'className' is not a valid HTML attribute. Did you mean 'class'?",
"start": {
"column": 5,
"line": 1
},
"end": {
"column": 20,
"line": 1
}
},
{
"code": "attribute_invalid_property_name",
"message": "'htmlFor' is not a valid HTML attribute. Did you mean 'for'?",
"start": {
"column": 7,
"line": 2
},
"end": {
"column": 18,
"line": 2
}
}
]
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/use-the-platform/warnings.json (directory: packages/svelte/tests/validator/samples/use-the-platform).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free