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

x/esbuild_deno_loader/src/native_loader.ts>load

Deno module resolution for `esbuild`
Go to Latest
function load
import { load } from "https://deno.land/x/esbuild_deno_loader@0.5.2/src/native_loader.ts";

Parameters

infoCache: Map<string, deno.ModuleEntry>
url: URL
options: LoadOptions

Returns

Promise<esbuild.OnLoadResult | null>