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

x/deno/std/bundle/utils.ts

A modern runtime for JavaScript and TypeScript.
Go to Latest
import * as deno from "https://deno.land/x/deno@v0.22.0/std/bundle/utils.ts";

Functions

Evaluate the bundle, returning a queue of module IDs and their data to instantiate.

Drain the queue of module IDs while instantiating the modules.

Load the bundle and return the contents asynchronously.