Home / File/ warnings.json — svelte Source File

warnings.json — svelte Source File

Architecture documentation for warnings.json, a json file in the svelte codebase.

Entity Profile

Source Code

[
	{
		"code": "element_invalid_self_closing_tag",
		"message": "Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`",
		"start": {
			"line": 9,
			"column": 0
		},
		"end": {
			"line": 9,
			"column": 7
		}
	},
	{
		"code": "element_invalid_self_closing_tag",
		"message": "Self-closing HTML tags for non-void elements are ambiguous — use `<my-thing ...></my-thing>` rather than `<my-thing ... />`",
		"start": {
			"line": 10,
			"column": 0
		},
		"end": {
			"line": 10,
			"column": 12
		}
	}
]

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/invalid-self-closing-tag/warnings.json (directory: packages/svelte/tests/validator/samples/invalid-self-closing-tag).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free