Home / Function/ css_global_invalid_selector_list() — svelte Function Reference

css_global_invalid_selector_list() — svelte Function Reference

Architecture documentation for the css_global_invalid_selector_list() function in errors.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  d3b5e1a6_5b28_efc4_4b56_ee6b66cb3730["css_global_invalid_selector_list()"]
  495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"]
  d3b5e1a6_5b28_efc4_4b56_ee6b66cb3730 -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218
  55b36178_0781_8a80_d86c_236d22b0d74f["css_visitors.ComplexSelector()"]
  55b36178_0781_8a80_d86c_236d22b0d74f -->|calls| d3b5e1a6_5b28_efc4_4b56_ee6b66cb3730
  style d3b5e1a6_5b28_efc4_4b56_ee6b66cb3730 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/errors.js lines 665–667

export function css_global_invalid_selector_list(node) {
	e(node, 'css_global_invalid_selector_list', `\`:global(...)\` must not contain type or universal selectors when used in a compound selector\nhttps://svelte.dev/e/css_global_invalid_selector_list`);
}

Domain

Subdomains

Frequently Asked Questions

What does css_global_invalid_selector_list() do?
css_global_invalid_selector_list() is a function in the svelte codebase, defined in packages/svelte/src/compiler/errors.js.
Where is css_global_invalid_selector_list() defined?
css_global_invalid_selector_list() is defined in packages/svelte/src/compiler/errors.js at line 665.
What calls css_global_invalid_selector_list()?
css_global_invalid_selector_list() is called by 1 function(s): css_visitors.ComplexSelector.

Analyze Your Own Codebase

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

Try Supermodel Free