| 70 | export type EndAttributesToken = LexToken<'end-attributes'>; |
| 71 | |
| 72 | export interface IndentToken extends LexToken<'indent'> { |
| 73 | val: number; |
| 74 | } |
| 75 | |
| 76 | export interface ClassToken extends LexToken<'class'> { |
| 77 | val: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…