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_quoted",
		"message": "Quoted attributes on components and custom elements will be stringified in a future version of Svelte. If this isn't what you want, remove the quotes",
		"start": {
			"column": 11,
			"line": 13
		},
		"end": {
			"column": 24,
			"line": 13
		}
	},
	{
		"code": "svelte_component_deprecated",
		"end": {
			"column": 45,
			"line": 15
		},
		"message": "`<svelte:component>` is deprecated in runes mode — components are dynamic by default",
		"start": {
			"column": 0,
			"line": 15
		}
	},
	{
		"code": "attribute_quoted",
		"message": "Quoted attributes on components and custom elements will be stringified in a future version of Svelte. If this isn't what you want, remove the quotes",
		"start": {
			"column": 29,
			"line": 15
		},
		"end": {
			"column": 42,
			"line": 15
		}
	},
	{
		"code": "attribute_quoted",
		"message": "Quoted attributes on components and custom elements will be stringified in a future version of Svelte. If this isn't what you want, remove the quotes",
		"start": {
			"column": 14,
			"line": 19
		},
		"end": {
			"column": 27,
			"line": 19
		}
	},
	{
		"code": "attribute_quoted",
		"message": "Quoted attributes on components and custom elements will be stringified in a future version of Svelte. If this isn't what you want, remove the quotes",
		"start": {
			"column": 16,
			"line": 22
		},
		"end": {
			"column": 29,
			"line": 22
		}
	}
]

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

Analyze Your Own Codebase

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

Try Supermodel Free