Skip to main content
Module

x/eszip/loader.ts>LoadResponseExternal

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

Properties

kind: "external"

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

specifier: string

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