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
  9a5b590a_fc7f_89a3_ef22_d2407ada7a6a["_config.js"]
  56007373_5cb4_276b_8066_2e61ad5747d2["test.ts"]
  9a5b590a_fc7f_89a3_ef22_d2407ada7a6a --> 56007373_5cb4_276b_8066_2e61ad5747d2
  style 9a5b590a_fc7f_89a3_ef22_d2407ada7a6a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

export default test({
	warnings: [
		{
			code: 'css_unused_selector',
			message: 'Unused CSS selector ".unused"',
			start: {
				line: 11,
				column: 10,
				character: 80
			},
			end: {
				line: 11,
				column: 17,
				character: 87
			}
		},
		{
			code: 'css_unused_selector',
			message: 'Unused CSS selector "x :is(.unused)"',
			start: {
				line: 14,
				column: 1,
				character: 111
			},
			end: {
				line: 14,
				column: 15,
				character: 125
			}
		},
		{
			code: 'css_unused_selector',
			message: 'Unused CSS selector ":global(.foo) :is(.unused)"',
			start: {
				line: 28,
				column: 1,
				character: 274
			},
			end: {
				line: 28,
				column: 27,
				character: 300
			}
		},
		{
			code: 'css_unused_selector',
			message: 'Unused CSS selector ":global(.foo):is(.unused)"',
			start: {
				line: 34,
				column: 1,
				character: 363
			},
			end: {
				line: 34,
				column: 26,
				character: 388
			}
		},
		{
			code: 'css_unused_selector',
			message: 'Unused CSS selector ":is(.unused)"',
			start: {
				line: 52,
				column: 2,
				character: 636
			},
			end: {
				line: 52,
				column: 14,
				character: 648
			}
		}
	]
});

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/is/_config.js (domain: BuildSystem, directory: packages/svelte/tests/css/samples/is).

Analyze Your Own Codebase

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

Try Supermodel Free