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_noninteractive_tabindex",
		"end": {
			"column": 24,
			"line": 13
		},
		"message": "noninteractive element cannot have nonnegative tabIndex value",
		"start": {
			"column": 0,
			"line": 13
		}
	},
	{
		"code": "a11y_no_noninteractive_tabindex",
		"end": {
			"column": 39,
			"line": 14
		},
		"message": "noninteractive element cannot have nonnegative tabIndex value",
		"start": {
			"column": 0,
			"line": 14
		}
	},
	{
		"code": "a11y_no_noninteractive_tabindex",
		"end": {
			"column": 32,
			"line": 15
		},
		"message": "noninteractive element cannot have nonnegative tabIndex value",
		"start": {
			"column": 0,
			"line": 15
		}
	},
	{
		"code": "a11y_no_noninteractive_tabindex",
		"end": {
			"column": 34,
			"line": 16
		},
		"message": "noninteractive element cannot have nonnegative tabIndex value",
		"start": {
			"column": 0,
			"line": 16
		}
	}
]

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

Analyze Your Own Codebase

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

Try Supermodel Free