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

Interface IndentToken

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

Source from the content-addressed store, hash-verified

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;

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…