Search
Search something to see results
@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
/
node
/
EOFToken
EOFToken
EOF token
interface
EOFToken
{
loc
?:
Location
;
parent
?:
any
;
tokens
?:
Token
[]
|
null
;
typ
:
EOFTokenType
;
}
Hierarchy (
View Summary
)
BaseToken
EOFToken
Index
Properties
node.EOFToken.loc
node.EOFToken.parent
node.EOFToken.tokens
node.EOFToken.typ
Properties
Optional
loc
loc
?:
Location
location info
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
Token
[]
|
null
prelude or selector tokens
typ
typ
:
EOFTokenType
token type
EOF token