ProtectedctxProtectedbaseProtected ReadonlypluginReadonlyesbuildReadonly[a reference to the original EsbuildPluginBuild that was used to construct this class.
its presence can be used to check whether or not your plugin is running inside a super-build.
gaining access to esbuild's original PluginBuild can be useful in certain situations where bypassing super-build is necessary,
such as in the case of the nativeReplicaPlugin, and the underlying EsbuildNativeResolver that it uses.
TODO: add documentation and usage examples.
TODO: add documentation and usage examples.
this is the extension of
esbuild.PluginBuildthat introduces additional functionality to esbuild's plugin api.