Skip to main content
Module

x/apex_core/mod.ts>ParseOptions

JavaScript / Node.js support for the Apex language
Latest
type alias ParseOptions
import { type ParseOptions } from "https://deno.land/x/apex_core@v0.1.5/mod.ts";

Configuration options to control parser behavior

definition: { noLocation: boolean; noSource: boolean; }