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_no_redundant_roles",
		"end": {
			"column": 23,
			"line": 1
		},
		"message": "Redundant role 'link'",
		"start": {
			"column": 12,
			"line": 1
		}
	},
	{
		"code": "a11y_no_redundant_roles",
		"end": {
			"column": 23,
			"line": 2
		},
		"message": "Redundant role 'article'",
		"start": {
			"column": 9,
			"line": 2
		}
	},
	{
		"code": "a11y_no_redundant_roles",
		"end": {
			"column": 27,
			"line": 3
		},
		"message": "Redundant role 'complementary'",
		"start": {
			"column": 7,
			"line": 3
		}
	},
	{
		"code": "a11y_no_redundant_roles",
		"end": {
			"column": 21,
			"line": 4
		},
		"message": "Redundant role 'document'",
		"start": {
			"column": 6,
			"line": 4
		}
	},
	{
		"code": "a11y_no_redundant_roles",
		"end": {
			"column": 21,
			"line": 5
		},
		"message": "Redundant role 'button'",
		"start": {
			"column": 8,
			"line": 5
		}
// ... (399 more lines)

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-no-redundant-roles/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-no-redundant-roles).

Analyze Your Own Codebase

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

Try Supermodel Free