@oazmi/superbuild - v0.1.0
    Preparing search index...

    Class SuperBuild

    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).

    Implements

    Index

    Constructors

    Properties

    version: any
    analyzeMetafile: any
    analyzeMetafileSync: any
    context: any
    formatMessages: any
    formatMessagesSync: any
    initialize: any
    transform: any
    transformSync: any
    stop: any

    this is only available at the top-level esbuild object, not in sub-builds residing inside of EsbuildPluginBuild.

    Methods