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": "bind_invalid_each_rest",
		"end": {
			"column": 37,
			"line": 5
		},
		"message": "The rest operator (...) will create a new object and binding 'third' with the original object will not work",
		"start": {
			"column": 32,
			"line": 5
		}
	},
	{
		"code": "bind_invalid_each_rest",
		"end": {
			"column": 50,
			"line": 5
		},
		"message": "The rest operator (...) will create a new object and binding 'length' with the original object will not work",
		"start": {
			"column": 44,
			"line": 5
		}
	}
]

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/rest-eachblock-binding-nested-rest/warnings.json (directory: packages/svelte/tests/validator/samples/rest-eachblock-binding-nested-rest).

Analyze Your Own Codebase

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

Try Supermodel Free