MCPcopy
hub / github.com/pugjs/pug / TagToken

Interface TagToken

packages/pug-lexer/index.d.ts:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 export interface TagToken extends LexToken<'tag'> {
59 val: string;
60 }
61
62 export type StartAttributesToken = LexToken<'start-attributes'>;
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…