Skip to content

Interface: TsdownBundle ​

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

Extends ​

  • AsyncDisposable

Properties ​

chunks ​

ts
chunks: RolldownChunk[];

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


config ​

ts
config: ResolvedConfig

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


inlinedDeps ​

ts
inlinedDeps: Map<string, Set<string>>

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

Methods ​

[asyncDispose]() ​

ts
asyncDispose: PromiseLike<void>

Defined in: node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts:38

Returns ​

PromiseLike<void>

Inherited from ​

ts
AsyncDisposable.[asyncDispose]

Released under the MIT License.