Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/compiler_bootstrap.ts

A modern runtime for JavaScript and TypeScript.
Go to Latest
import * as deno from "https://deno.land/x/deno@v0.30.0/cli/js/compiler_bootstrap.ts";

Variables

A module loader which is concatenated into bundle files. We read all static assets during the snapshotting process, which is why this is located in compiler_bootstrap.

Used to generate the foundational AST for all other compilations, so it can be cached as part of the snapshot and available to speed up startup