Home / File/ errors.json — svelte Source File

errors.json — svelte Source File

Architecture documentation for errors.json, a json file in the svelte codebase.

Entity Profile

Source Code

[
	{
		"code": "node_invalid_placement",
		"message": "`<#text>` cannot be a child of `<tbody>`. `<tbody>` only allows these children: `<tr>`, `<style>`, `<script>`, `<template>`. The browser will 'repair' the HTML (by moving, removing, or inserting elements) which breaks Svelte's assumptions about the structure of your components.",
		"start": {
			"line": 3,
			"column": 8
		},
		"end": {
			"line": 3,
			"column": 13
		}
	}
]

Frequently Asked Questions

What does errors.json do?
errors.json is a source file in the svelte codebase, written in json.
Where is errors.json in the architecture?
errors.json is located at packages/svelte/tests/validator/samples/invalid-node-placement-8/errors.json (directory: packages/svelte/tests/validator/samples/invalid-node-placement-8).

Analyze Your Own Codebase

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

Try Supermodel Free