Home
last modified time | relevance | path

Searched refs:EOFToken (Results 1 – 5 of 5) sorted by relevance

/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts97 export interface EOFToken extends TokenBase { interface
106 export type Token = DoctypeToken | TagToken | CommentToken | EOFToken | CharacterToken;
/third_party/parse5/packages/parse5/lib/tokenizer/
Dtokenizer-location-info.test.ts3 import type { Location, EOFToken, CharacterToken, DoctypeToken, TagToken, CommentToken } from '../c…
60 onEof({ location }: EOFToken): void {
Dindex.ts17 type EOFToken, alias
237 onEof(token: EOFToken): void;
/third_party/parse5/packages/parse5-sax-parser/lib/
Dparser-feedback-simulator.ts79 onEof(token: Token.EOFToken): void {
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts28 type EOFToken, alias
1185 onEof(token: EOFToken): void {
1492 function stopParsing<T extends TreeAdapterTypeMap>(p: Parser<T>, token: EOFToken): void {
2657 function eofInBody<T extends TreeAdapterTypeMap>(p: Parser<T>, token: EOFToken): void {
2676 function eofInText<T extends TreeAdapterTypeMap>(p: Parser<T>, token: EOFToken): void {
3408 function eofInTemplate<T extends TreeAdapterTypeMap>(p: Parser<T>, token: EOFToken): void {