Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

parse

import { parse } from "https://denopkg.com/deco-cx/deno_ast_wasm@0.1.0/mod.ts";
async function parse(source: string): Promise<ParsedSource>;
§
parse(source: string): Promise<ParsedSource>
[src]

§Parameters

§
source: string
[src]

§Return Type