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 |