Polyglot SQL API Documentation - v0.1.0
    Preparing search index...

    Interface VisitorContext

    Context passed to visitors

    interface VisitorContext {
        path: NodePath;
        skip(): void;
        stop(): void;
    }
    Index

    Properties

    Methods

    Properties

    path: NodePath

    Path to current node

    Methods