@rolldown/binding-wasm32-wasi 1.2.6 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolldown/binding-wasm32-wasi",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "main": "rolldown-binding.wasi.cjs",
5
5
  "files": [
6
6
  "rolldown-binding.wasm32-wasi.wasm",
@@ -2084,6 +2084,7 @@ export interface BindingDevOptions {
2084
2084
  onAdditionalAssets?: undefined | ((output: BindingOutputs) => void | Promise<void>)
2085
2085
  rebuildStrategy?: BindingRebuildStrategy
2086
2086
  watch?: BindingDevWatchOptions
2087
+ hotUpdate?: boolean
2087
2088
  }
2088
2089
 
2089
2090
  export interface BindingDevtoolsOptions {
@@ -2587,6 +2588,7 @@ export interface BindingManualCodeSplittingOptions {
2587
2588
  maxSize?: number
2588
2589
  minModuleSize?: number
2589
2590
  maxModuleSize?: number
2591
+ internalInvalidateModuleInfoCache?: () => void
2590
2592
  }
2591
2593
 
2592
2594
  export interface BindingMatchGroup {
@@ -3191,7 +3193,7 @@ export interface PreRenderedChunk {
3191
3193
  /** Whether this chunk is a dynamic entry point. */
3192
3194
  isDynamicEntry: boolean
3193
3195
  /** The id of a module that this chunk corresponds to. */
3194
- facadeModuleId?: string
3196
+ facadeModuleId: string | null
3195
3197
  /** The list of ids of modules included in this chunk. */
3196
3198
  moduleIds: Array<string>
3197
3199
  /** Exported variable names from this chunk. */
Binary file