tree-sitter - v0.25.1
    Preparing search index...

    Type Alias BaseNode

    The base node type

    type BaseNode = {
        named: boolean;
        type: string;
    }
    Index

    Properties

    Properties

    named: boolean

    Whether the node is named

    type: string

    The node's type