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": "a11y_missing_attribute",
		"message": "`<a>` element should have an href attribute",
		"start": {
			"line": 1,
			"column": 0
		},
		"end": {
			"line": 1,
			"column": 26
		}
	},
	{
		"code": "a11y_invalid_attribute",
		"message": "'' is not a valid href attribute",
		"start": {
			"line": 2,
			"column": 3
		},
		"end": {
			"line": 2,
			"column": 10
		}
	},
	{
		"code": "a11y_invalid_attribute",
		"message": "'#' is not a valid href attribute",
		"start": {
			"line": 3,
			"column": 3
		},
		"end": {
			"line": 3,
			"column": 11
		}
	},
	{
		"code": "a11y_invalid_attribute",
		"message": "'javascript:void(0)' is not a valid href attribute",
		"start": {
			"line": 4,
			"column": 3
		},
		"end": {
			"line": 4,
			"column": 28
		}
	},
	{
		"code": "a11y_missing_attribute",
		"message": "`<a>` element should have an href attribute",
		"start": {
			"line": 5,
			"column": 0
		},
		"end": {
			"line": 5,
			"column": 22
		}
	},
	{
		"code": "a11y_missing_attribute",
		"message": "`<a>` element should have an href attribute",
		"start": {
			"line": 6,
			"column": 0
		},
		"end": {
			"line": 6,
			"column": 20
		}
	}
]

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/a11y-anchor-is-valid/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-anchor-is-valid).

Analyze Your Own Codebase

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

Try Supermodel Free