svelte-ast-print - v0.6.0
    Preparing search index...
    interface BaseNodeWithoutComments {
        loc?: null | SourceLocation;
        range?: [number, number];
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: null | SourceLocation
    range?: [number, number]
    type: string