Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pgsql_ast_parser/lexer.ts>trackingComments

Yet another simple Postgres SQL parser
Latest
function trackingComments
import { trackingComments } from "https://deno.land/x/pgsql_ast_parser@12.0.1/lexer.ts";

Parameters

act: () => T

Returns

{ ast: T; comments: PGComment[]; }