MCPcopy
hub / github.com/jquery/esprima / BufferEntry

Interface BufferEntry

src/tokenizer.ts:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5type ReaderEntry = string | null;
6
7interface BufferEntry {
8 type: string;
9 value: string;
10 regex?: {
11 pattern: string;
12 flags: string;
13 };
14 range?: [number, number];
15 loc?: SourceLocation;
16}
17
18class Reader {
19 readonly values: ReaderEntry[];

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…