Skip to main content
Module

x/apex_core/mod.ts

JavaScript / Node.js support for the Apex language
Latest
import * as apexCore from "https://deno.land/x/apex_core@v0.1.5/mod.ts";

Functions

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

Given a string containing a Apex value (ex. [42]), parse the AST for that value. Throws ApexError if a syntax error is encountered.

Type Aliases

Configuration options to control parser behavior

Resolver returns the contents of an import.