@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
UnclosedStringToken
Interface UnclosedStringToken
interface
UnclosedStringToken
{
loc
?:
Location
;
parent
?:
AstRuleList
;
tokens
?:
Token
[]
;
typ
:
UnclosedStringTokenType
;
val
:
string
;
validSyntax
?:
boolean
;
}
Hierarchy (
View Summary
)
BaseToken
UnclosedStringToken
Index
Properties
loc?
parent?
tokens?
typ
val
valid
Syntax?
Properties
Optional
loc
loc
?:
Location
Optional
parent
parent
?:
AstRuleList
Optional
tokens
tokens
?:
Token
[]
typ
typ
:
UnclosedStringTokenType
val
val
:
string
Optional
valid
Syntax
validSyntax
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loc
parent
tokens
typ
val
valid
Syntax
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...