@rolldown/binding-wasm32-wasi 1.0.0-beta.38 → 1.0.0-beta.39
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
|
@@ -81,6 +81,7 @@ export const HelperMode = __napiModule.exports.HelperMode
|
|
|
81
81
|
export const isolatedDeclaration = __napiModule.exports.isolatedDeclaration
|
|
82
82
|
export const moduleRunnerTransform = __napiModule.exports.moduleRunnerTransform
|
|
83
83
|
export const transform = __napiModule.exports.transform
|
|
84
|
+
export const transformAsync = __napiModule.exports.transformAsync
|
|
84
85
|
export const BindingBundleEndEventData = __napiModule.exports.BindingBundleEndEventData
|
|
85
86
|
export const BindingBundleErrorEventData = __napiModule.exports.BindingBundleErrorEventData
|
|
86
87
|
export const BindingBundler = __napiModule.exports.BindingBundler
|
|
@@ -126,6 +126,7 @@ module.exports.HelperMode = __napiModule.exports.HelperMode
|
|
|
126
126
|
module.exports.isolatedDeclaration = __napiModule.exports.isolatedDeclaration
|
|
127
127
|
module.exports.moduleRunnerTransform = __napiModule.exports.moduleRunnerTransform
|
|
128
128
|
module.exports.transform = __napiModule.exports.transform
|
|
129
|
+
module.exports.transformAsync = __napiModule.exports.transformAsync
|
|
129
130
|
module.exports.BindingBundleEndEventData = __napiModule.exports.BindingBundleEndEventData
|
|
130
131
|
module.exports.BindingBundleErrorEventData = __napiModule.exports.BindingBundleErrorEventData
|
|
131
132
|
module.exports.BindingBundler = __napiModule.exports.BindingBundler
|
|
Binary file
|