Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/compiler_imports.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_imports.ts";

Functions

Recursively process the imports of modules, generating SourceFiles of any imported files.

Recursively process the imports of modules from within the supplied sources, generating SourceFiles of any imported files.

Ops to Rust to resolve modules' URLs.