| 56 | } |
| 57 | |
| 58 | export interface TagToken extends LexToken<'tag'> { |
| 59 | val: string; |
| 60 | } |
| 61 | |
| 62 | export type StartAttributesToken = LexToken<'start-attributes'>; |
| 63 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…