@rolldown/binding-wasm32-wasi 1.0.0-beta.8-commit.8cce9fc → 1.0.0-beta.8-commit.c76291c
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
|
@@ -61,6 +61,7 @@ const {
|
|
|
61
61
|
},
|
|
62
62
|
})
|
|
63
63
|
export const BindingBundleEndEventData = __napiModule.exports.BindingBundleEndEventData
|
|
64
|
+
export const BindingBundleErrorEventData = __napiModule.exports.BindingBundleErrorEventData
|
|
64
65
|
export const BindingCallableBuiltinPlugin = __napiModule.exports.BindingCallableBuiltinPlugin
|
|
65
66
|
export const BindingError = __napiModule.exports.BindingError
|
|
66
67
|
export const BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
@@ -86,6 +86,7 @@ const { instance: __napiInstance, module: __wasiModule, napiModule: __napiModule
|
|
|
86
86
|
})
|
|
87
87
|
|
|
88
88
|
module.exports.BindingBundleEndEventData = __napiModule.exports.BindingBundleEndEventData
|
|
89
|
+
module.exports.BindingBundleErrorEventData = __napiModule.exports.BindingBundleErrorEventData
|
|
89
90
|
module.exports.BindingCallableBuiltinPlugin = __napiModule.exports.BindingCallableBuiltinPlugin
|
|
90
91
|
module.exports.BindingError = __napiModule.exports.BindingError
|
|
91
92
|
module.exports.BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
Binary file
|