KC's Workspace
    Preparing search index...
    interface RegExpLiteral {
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        range?: [number, number];
        raw?: string;
        regex: { flags: string; pattern: string };
        trailingComments?: Comment[];
        type: "Literal";
        value?: RegExp | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    leadingComments?: Comment[]
    loc?: SourceLocation | null
    range?: [number, number]
    raw?: string
    regex: { flags: string; pattern: string }
    trailingComments?: Comment[]
    type: "Literal"
    value?: RegExp | null