Search


Search something to see results

AstComment

comment node

interface AstComment {
    loc?: Location;
    parent?: any;
    tokens?: null;
    typ: CommentTokenType | CDOCOMMTokenType;
    val: string;
}

Hierarchy (View Summary)

Index

Properties

loc?: Location

location info

parent?: any

parent node

tokens?: null

prelude or selector tokens

token type

val: string