warnings.json — svelte Source File
Architecture documentation for warnings.json, a json file in the svelte codebase.
Entity Profile
Source Code
[
{
"code": "component_name_lowercase",
"message": "`<thisShouldWarnMe>` will be treated as an HTML element unless it begins with a capital letter",
"start": {
"column": 0,
"line": 8
},
"end": {
"column": 37,
"line": 8
}
}
]
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/component-name-lowercase/warnings.json (directory: packages/svelte/tests/validator/samples/component-name-lowercase).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free