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": "invalid_const_assignment",
		"message": "Invalid assignment to const",
		"start": {
			"line": 5,
			"column": 19
		},
		"end": {
			"line": 5,
			"column": 24
		}
	},
	{
		"code": "bind_invalid_value",
		"message": "Can only bind to state or props",
		"end": {
			"column": 29,
			"line": 6
		},
		"start": {
			"column": 19,
			"line": 6
		}
	}
]

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/error-mode-warn/warnings.json (directory: packages/svelte/tests/validator/samples/error-mode-warn).

Analyze Your Own Codebase

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

Try Supermodel Free