Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

FuncWithArgs type is missing #2

@pyramation

Description

@pyramation

as seen in pgsql-parser

  ['FuncWithArgs'](node, context = {}) {
    const output = [];
    output.push(this.deparse(unwrapList(node.funcname)[0], context));
    output.push('(');
    output.push(this.list(node.funcargs, ', ', '', context));
    output.push(')');
    return output.join(' ');
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions