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

x/deno/std/bundle/utils.ts>evaluate

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

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

Parameters

text: string

Returns

[string[], Map<string, ModuleMetaData>]