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

    an interface representing the esbuild namespace.

    interface Esbuild {
        stop?: any;
        analyzeMetafile: any;
        analyzeMetafileSync: any;
        build: any;
        buildSync: any;
        context: any;
        formatMessages: any;
        formatMessagesSync: any;
        initialize: any;
        transform: any;
        transformSync: any;
        version: any;
    }

    Implemented by

    Index

    Properties

    stop?: any

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

    analyzeMetafile: any
    analyzeMetafileSync: any
    build: any
    buildSync: any
    context: any
    formatMessages: any
    formatMessagesSync: any
    initialize: any
    transform: any
    transformSync: any
    version: any