Skip to main content
Module

x/eszip/loader.ts>LoadResponseExternalBuiltIn

A compact file format to losslessly serialize an ECMAScript module graph into a single file
Go to Latest
interface LoadResponseExternalBuiltIn
import { type LoadResponseExternalBuiltIn } from "https://deno.land/x/eszip@v0.44.0/loader.ts";

Properties

kind: "external" | "builtIn"

The loaded module is either external or built-in to the runtime.

specifier: string

The string URL of the resource. If there were redirects, the final specifier should be set here, otherwise the requested specifier.