Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/apex_core/parser.ts>parse

JavaScript / Node.js support for the Apex language
Latest
function parse
import { parse } from "https://deno.land/x/apex_core@v0.1.5/parser.ts";

Given a Apex source, parses it into a Document. Throws ApexError if a syntax error is encountered.

Parameters

source: string
optional
resolver: Resolver
optional
options: ParseOptions