Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/esbuild_deno_loader/test_deps.ts>esbuildWasm.buildSync

Deno module resolution for `esbuild`
Go to Latest
function esbuildWasm.buildSync
import { esbuildWasm } from "https://deno.land/x/esbuild_deno_loader@0.8.0/test_deps.ts";
const { buildSync } = esbuildWasm;

A synchronous version of "build".

  • Works in node: yes
  • Works in browser: no

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

Type Parameters

SpecificOptions extends BuildOptions