import * as deno from "https://deno.land/x/deno@v0.30.0/cli/js/compiler_api.ts";
Functions
Takes a root module name, and optionally a record set of sources. Resolves
with a single JavaScript string that is like the output of a | |
Takes a root module name, any optionally a record set of sources. Resolves with a compiled set of modules. If just a root name is provided, the modules will be resolved as if the root module had been passed on the command line. | |
Takes a set of TypeScript sources and resolves with a map where the key was
the original file name provided in sources and the result contains the
|
Interfaces
A specific subset TypeScript compiler options that can be supported by the Deno TypeScript compiler. | |
The results of a transpile only command, where the |