@rolldown/binding-wasm32-wasi 1.0.0-beta.7-commit.6903f9a → 1.0.0-beta.7-commit.b7224c1
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
|
@@ -70,6 +70,7 @@ export const BindingOutputChunk = __napiModule.exports.BindingOutputChunk
|
|
|
70
70
|
export const BindingOutputs = __napiModule.exports.BindingOutputs
|
|
71
71
|
export const BindingPluginContext = __napiModule.exports.BindingPluginContext
|
|
72
72
|
export const BindingRenderedChunk = __napiModule.exports.BindingRenderedChunk
|
|
73
|
+
export const BindingRenderedChunkMeta = __napiModule.exports.BindingRenderedChunkMeta
|
|
73
74
|
export const BindingRenderedModule = __napiModule.exports.BindingRenderedModule
|
|
74
75
|
export const BindingTransformPluginContext = __napiModule.exports.BindingTransformPluginContext
|
|
75
76
|
export const BindingWatcher = __napiModule.exports.BindingWatcher
|
|
@@ -95,6 +95,7 @@ module.exports.BindingOutputChunk = __napiModule.exports.BindingOutputChunk
|
|
|
95
95
|
module.exports.BindingOutputs = __napiModule.exports.BindingOutputs
|
|
96
96
|
module.exports.BindingPluginContext = __napiModule.exports.BindingPluginContext
|
|
97
97
|
module.exports.BindingRenderedChunk = __napiModule.exports.BindingRenderedChunk
|
|
98
|
+
module.exports.BindingRenderedChunkMeta = __napiModule.exports.BindingRenderedChunkMeta
|
|
98
99
|
module.exports.BindingRenderedModule = __napiModule.exports.BindingRenderedModule
|
|
99
100
|
module.exports.BindingTransformPluginContext = __napiModule.exports.BindingTransformPluginContext
|
|
100
101
|
module.exports.BindingWatcher = __napiModule.exports.BindingWatcher
|
|
Binary file
|