Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function buildSync
import { buildSync } from "https://deno.land/x/esbuild@v0.24.0/wasm.js";

A synchronous version of "build".

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

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

Parameters

options: SameShape<BuildOptions, T>