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

    this class provides resolve method that is capable of resolving paths using esbuild's node-resolution scanner.

    it works by invoking esbuild's PluginBuild.resolve function whenever the resolve method is called, and it holds an onLoad hook hostage by hanging forever, so that the internal sub-build does not conclude until the stop method has been called.

    Index

    Constructors

    Properties

    entryPoint: string = "<the-unloadable-void>"
    namespace: string = "the-void"
    startBuildPromise: Promise<void>
    startBuildResolve: () => void
    stopBuildPromise: Promise<void>
    stopBuildResolve: () => void

    Methods

    • Parameters

      • path: string
      • Optionaloptions: any

      Returns Promise<ResolveResult>

    • Parameters

      • build_options: BuildOptions = {}

      Returns BuildOptions