Skip to content

Interface: TsdownBundle

Defined in: src/utils/chunks.ts:6

Extends

  • AsyncDisposable

Properties

chunks

ts
chunks: RolldownChunk[];

Defined in: src/utils/chunks.ts:7


config

ts
config: ResolvedConfig

Defined in: src/utils/chunks.ts:8

Methods

[asyncDispose]()

ts
asyncDispose: PromiseLike<void>

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts:40

Returns

PromiseLike<void>

Inherited from

ts
AsyncDisposable.[asyncDispose]

Released under the MIT License.