Skip to main content
Module

x/esbuild_deno_loader/deps.ts

Deno module resolution for `esbuild`
Latest
File
import type * as esbuild from "https://deno.land/x/esbuild@v0.20.0/mod.d.ts";export type { esbuild };export { dirname, fromFileUrl, join, resolve, toFileUrl,} from "https://deno.land/std@0.213.0/path/mod.ts";export { copy } from "https://deno.land/std@0.213.0/fs/mod.ts";export { basename, extname } from "https://deno.land/std@0.213.0/path/mod.ts";export * as JSONC from "https://deno.land/std@0.213.0/jsonc/mod.ts";export { encodeBase32 } from "https://deno.land/std@0.213.0/encoding/base32.ts";export { resolveImportMap, resolveModuleSpecifier,} from "https://deno.land/x/importmap@0.2.1/mod.ts";export type { ImportMap, Scopes, SpecifierMap,} from "https://deno.land/x/importmap@0.2.1/mod.ts";export { DenoDir } from "https://deno.land/x/deno_cache@0.6.2/mod.ts";