Skip to main content
Module

x/fastro/build/deps.ts>esbuild.initialize

Fast and simple web application framework for deno
Go to Latest
function esbuild.initialize
import { esbuild } from "https://deno.land/x/fastro@v0.83.5/build/deps.ts";
const { initialize } = esbuild;

This configures the browser-based version of esbuild. It is necessary to call this first and wait for the returned promise to be resolved before making other API calls when using esbuild in the browser.

  • Works in node: yes
  • Works in browser: yes ("options" is required)

Documentation: https://esbuild.github.io/api/#browser

Returns

Promise<void>