Home
last modified time | relevance | path

Searched defs:TagToken (Results 1 – 6 of 6) sorted by relevance

/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.test.ts3 import { type TagToken, TokenType } from '../common/token.js'; alias
Dindex.ts26 type TagToken, alias
/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts71 export interface TagToken extends TokenBase { interface
/third_party/PyYAML/lib/yaml/
Dtokens.py89 class TagToken(Token): class
/third_party/PyYAML/yaml/
D_yaml.pyx43 TagToken = yaml.tokens.TagToken variable
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts16 type TagToken, alias