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

    Type Alias ChildNode

    A child within a node

    type ChildNode = {
        multiple: boolean;
        required: boolean;
        types: BaseNode[];
    }
    Index

    Properties

    multiple: boolean

    Whether the child is repeated

    required: boolean

    Whether the child is required

    types: BaseNode[]

    The child's type