Home / File/ _config.js — svelte Source File

_config.js — svelte Source File

Architecture documentation for _config.js, a javascript file in the svelte codebase. 1 imports, 0 dependents.

Entity Profile

Dependency Diagram

graph LR
  de4cfcad_9b4f_f49c_e41a_0711a2b9697a["_config.js"]
  56007373_5cb4_276b_8066_2e61ad5747d2["test.ts"]
  de4cfcad_9b4f_f49c_e41a_0711a2b9697a --> 56007373_5cb4_276b_8066_2e61ad5747d2
  style de4cfcad_9b4f_f49c_e41a_0711a2b9697a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { test } from '../../test';

export default test({
	warnings: [
		{
			code: 'a11y_missing_content',
			message: '`<h1>` element should contain text',
			start: {
				line: 1,
				column: 0,
				character: 0
			},
			end: {
				line: 1,
				column: 9,
				character: 9
			}
		},
		{
			code: 'a11y_missing_content',
			message: '`<h4>` element should contain text',
			start: {
				line: 2,
				column: 0,
				character: 10
			},
			end: {
				line: 2,
				column: 9,
				character: 19
			}
		},
		{
			code: 'css_unused_selector',
			message: 'Unused CSS selector "h2"',
			start: {
				line: 6,
				column: 5,
				character: 35
			},
			end: {
				line: 6,
				column: 7,
				character: 37
			}
		},
		{
			code: 'css_unused_selector',
			message: 'Unused CSS selector "h3"',
			start: {
				line: 6,
				column: 9,
				character: 39
			},
			end: {
				line: 6,
				column: 11,
				character: 41
			}
		},
// ... (101 more lines)

Domain

Dependencies

Frequently Asked Questions

What does _config.js do?
_config.js is a source file in the svelte codebase, written in javascript. It belongs to the BuildSystem domain.
What does _config.js depend on?
_config.js imports 1 module(s): test.ts.
Where is _config.js in the architecture?
_config.js is located at packages/svelte/tests/css/samples/unused-selector-multiple/_config.js (domain: BuildSystem, directory: packages/svelte/tests/css/samples/unused-selector-multiple).

Analyze Your Own Codebase

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

Try Supermodel Free