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": "attribute_illegal_colon",
		"end": {
			"column": 15,
			"line": 14
		},
		"message": "Attributes should not contain ':' characters to prevent ambiguity with Svelte directives",
		"start": {
			"column": 8,
			"line": 14
		}
	},
	{
		"code": "attribute_illegal_colon",
		"end": {
			"column": 10,
			"line": 15
		},
		"message": "Attributes should not contain ':' characters to prevent ambiguity with Svelte directives",
		"start": {
			"column": 3,
			"line": 15
		}
	}
]

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/illegal-attribute-character/warnings.json (directory: packages/svelte/tests/validator/samples/illegal-attribute-character).

Analyze Your Own Codebase

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

Try Supermodel Free