Skip to content

context

Nodepod API


Nodepod API / src / esbuild / context

context(cfg): Promise<{ cancel: () => Promise<void>; dispose: () => Promise<void>; rebuild: () => Promise<BundleOutput>; serve: (opts?) => Promise<{ host: string; port: number; }>; watch: (opts?) => Promise<void>; }>

Defined in: src/polyfills/esbuild.ts:220

BundleConfig

Promise<{ cancel: () => Promise<void>; dispose: () => Promise<void>; rebuild: () => Promise<BundleOutput>; serve: (opts?) => Promise<{ host: string; port: number; }>; watch: (opts?) => Promise<void>; }>