Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/esbuild_deno_loader/deps.ts>esbuild.initialize

Deno module resolution for `esbuild`
Go to Latest
function esbuild.initialize
import { esbuild } from "https://deno.land/x/esbuild_deno_loader@0.8.5/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>