import * as apexCore from "https://deno.land/x/apex_core@v0.1.5/parser.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. |
Type Aliases
Configuration options to control parser behavior | |
Resolver returns the contents of an import. |