@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
BaseToken
Interface BaseToken
interface
BaseToken
{
loc
?:
Location
;
parent
?:
any
;
tokens
?:
null
|
Token
[]
;
typ
:
EnumToken
;
}
Hierarchy (
View Summary
)
BaseToken
AstComment
AstDeclaration
AstRule
AstInvalidRule
AstInvalidDeclaration
AstInvalidAtRule
AstKeyFrameRule
AstAtRule
AstKeyframesRule
AstKeyframesAtRule
AstStyleSheet
LiteralToken
ClassSelectorToken
InvalidClassSelectorToken
UniversalSelectorToken
IdentToken
IdentListToken
DashedIdentToken
CommaToken
ColonToken
SemiColonToken
NestingSelectorToken
NumberToken
AtRuleToken
PercentageToken
FlexToken
FunctionToken
GridTemplateFuncToken
FunctionURLToken
FunctionImageToken
TimingFunctionToken
TimelineFunctionToken
StringToken
BadStringToken
UnclosedStringToken
DimensionToken
LengthToken
AngleToken
TimeToken
FrequencyToken
ResolutionToken
HashToken
BlockStartToken
BlockEndToken
AttrStartToken
AttrEndToken
ParensStartToken
ParensEndToken
ParensToken
WhitespaceToken
CommentToken
BadCommentToken
CDOCommentToken
BadCDOCommentToken
IncludeMatchToken
DashMatchToken
EqualMatchToken
StartMatchToken
EndMatchToken
ContainMatchToken
LessThanToken
LessThanOrEqualToken
GreaterThanToken
GreaterThanOrEqualToken
ColumnCombinatorToken
PseudoClassToken
PseudoElementToken
PseudoPageToken
PseudoClassFunctionToken
DelimToken
BadUrlToken
UrlToken
EOFToken
ImportantToken
ColorToken
AttrToken
InvalidAttrToken
ChildCombinatorToken
MediaFeatureToken
MediaFeatureNotToken
MediaFeatureOnlyToken
MediaFeatureAndToken
MediaFeatureOrToken
MediaQueryConditionToken
DescendantCombinatorToken
NextSiblingCombinatorToken
SubsequentCombinatorToken
AddToken
SubToken
DivToken
MulToken
UnaryExpression
FractionToken
BinaryExpressionToken
MatchExpressionToken
NameSpaceAttributeToken
ListToken
Index
Properties
loc?
parent?
tokens?
typ
Properties
Optional
loc
loc
?:
Location
location info
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
null
|
Token
[]
prelude or selector tokens
typ
typ
:
EnumToken
token type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loc
parent
tokens
typ
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
location info