Structs§
- Dependency
Context - Owns dependencies and the side-table payloads referenced by them.
- Dependency
Index - A typed index into one of
DependencyContext’s side tables. - Dependency
List Range - A half-open index range into one of
DependencyContext’s flat payload vectors. Keeping list payloads out ofDependencyprevents rare, large variants from determining the size of every dependency value.Tbinds the range to its payload element type without adding runtime storage. - Import
Attributes - LexDependencies
- Lexer
- Mode
Data - Range
- Token
- A CSS token represented by ranges into the input string.
- Token
Flags - Properties collected while scanning a token. They let dependency parsing skip escape/null checks for the overwhelmingly common plain-ASCII path.
- Token
With Trivia - A significant token together with all immediately preceding whitespace and comments. The leading trivia is consumed once and never rescanned.
- Trivia
- Value
AtRule Import Item - Warning
Enums§
- Dependency
- Mode
- Token
Kind - The lexical kind of a CSS token.
- UrlRange
Kind - Warning
Kind