Skip to main content
Module

x/fastro/build/deps.ts

The Web Framework for Full Stack Apps
Go to Latest
File
// @deno-types="https://deno.land/x/esbuild@v0.18.11/mod.d.ts"import * as esbuildNative from "https://deno.land/x/esbuild@v0.18.11/mod.js";import * as esbuildWasm from "https://deno.land/x/esbuild@v0.18.11/wasm.js";
// deno-lint-ignore no-deprecated-deno-apiconst esbuild: typeof esbuildWasm = Deno.run === undefined ? esbuildWasm : esbuildNative;const esbuildWasmURL = new URL("./esbuild_v0.18.11.wasm", import.meta.url).href;
export { denoPlugins } from "https://deno.land/x/esbuild_deno_loader@0.8.1/mod.ts";export { esbuild, esbuildWasmURL };