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

Interface AttributeToken

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

Source from the content-addressed store, hash-verified

62 export type StartAttributesToken = LexToken<'start-attributes'>;
63
64 export interface AttributeToken extends LexToken<'attribute'> {
65 name: string;
66 val: string | boolean;
67 mustEscape: boolean;
68 }
69
70 export type EndAttributesToken = LexToken<'end-attributes'>;
71

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…