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_element_to_interactive_role",
		"message": "Non-interactive element `<article>` cannot have interactive role 'button'",
		"start": {
			"line": 2,
			"column": 0
		},
		"end": {
			"line": 2,
			"column": 33
		}
	},
	{
		"code": "a11y_no_noninteractive_element_to_interactive_role",
		"message": "Non-interactive element `<aside>` cannot have interactive role 'checkbox'",
		"start": {
			"line": 3,
			"column": 0
		},
		"end": {
			"line": 3,
			"column": 52
		}
	},
	{
		"code": "a11y_no_noninteractive_element_to_interactive_role",
		"message": "Non-interactive element `<blockquote>` cannot have interactive role 'columnheader'",
		"start": {
			"line": 4,
			"column": 0
		},
		"end": {
			"line": 4,
			"column": 45
		}
	},
	{
		"code": "a11y_no_noninteractive_element_to_interactive_role",
		"message": "Non-interactive element `<br>` cannot have interactive role 'grid'",
		"start": {
			"line": 5,
			"column": 0
		},
		"end": {
			"line": 5,
			"column": 18
		}
	},
	{
		"code": "a11y_no_noninteractive_element_to_interactive_role",
		"message": "Non-interactive element `<caption>` cannot have interactive role 'gridcell'",
		"start": {
			"line": 6,
			"column": 0
		},
		"end": {
			"line": 6,
			"column": 35
		}
// ... (531 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-noninteractive-element-to-interactive-role/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-no-noninteractive-element-to-interactive-role).

Analyze Your Own Codebase

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

Try Supermodel Free