super-build lets you overload esbuild to expand what you're capable of doing in the plugin-api.
this class creates a mere wrapper over a base esbuild object (acquired from import esbuild from "npm:esbuild").
this class itself does not do anything interesting aside from overloading the esbuild.build and esbuild.buildSync methods,
to pass a modified version of your esbuild.BuildOptions that alters the plugin api (which is performed by SuperBuildContext).
super-build lets you overload esbuild to expand what you're capable of doing in the plugin-api.
this class creates a mere wrapper over a base
esbuildobject (acquired fromimport esbuild from "npm:esbuild"). this class itself does not do anything interesting aside from overloading theesbuild.buildandesbuild.buildSyncmethods, to pass a modified version of youresbuild.BuildOptionsthat alters the plugin api (which is performed by SuperBuildContext).