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

Interface Loc

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

Source from the content-addressed store, hash-verified

1declare module 'pug-lexer' {
2 namespace lex {
3 export interface Loc {
4 start: { line: number; column: number };
5 end: { line: number; column: number };
6 }
7
8 export type LexTokenType =
9 | ':'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected