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

Interface Config

src/parser.ts:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { Token, TokenName } from './token';
8
9interface Config {
10 range: boolean;
11 loc: boolean;
12 source: string | null;
13 tokens: boolean;
14 comment: boolean;
15 tolerant: boolean;
16}
17
18interface Context {
19 isModule: boolean;

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…