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

Interface Comment

src/comment-handler.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Syntax } from './syntax';
3
4interface Comment {
5 type: string;
6 value: string;
7 range?: [number, number];
8 loc?: SourceLocation;
9}
10
11interface Entry {
12 comment: Comment;

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…