Searched refs:EOFToken (Results 1 – 5 of 5) sorted by relevance
/third_party/parse5/packages/parse5/lib/common/ |
D | token.ts | 97 export interface EOFToken extends TokenBase { interface 106 export type Token = DoctypeToken | TagToken | CommentToken | EOFToken | CharacterToken;
|
/third_party/parse5/packages/parse5/lib/tokenizer/ |
D | tokenizer-location-info.test.ts | 3 import type { Location, EOFToken, CharacterToken, DoctypeToken, TagToken, CommentToken } from '../c… 60 onEof({ location }: EOFToken): void {
|
D | index.ts | 17 type EOFToken, alias 237 onEof(token: EOFToken): void;
|
/third_party/parse5/packages/parse5-sax-parser/lib/ |
D | parser-feedback-simulator.ts | 79 onEof(token: Token.EOFToken): void {
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | index.ts | 28 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 {
|