@rolldown/binding-wasm32-wasi 1.0.0-beta.15 → 1.0.0-beta.16
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
|
@@ -101,6 +101,7 @@ export const BindingWatcherChangeData = __napiModule.exports.BindingWatcherChang
|
|
|
101
101
|
export const BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
|
|
102
102
|
export const Bundler = __napiModule.exports.Bundler
|
|
103
103
|
export const ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
|
|
104
|
+
export const BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
|
|
104
105
|
export const BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
|
|
105
106
|
export const BindingHookSideEffects = __napiModule.exports.BindingHookSideEffects
|
|
106
107
|
export const BindingJsx = __napiModule.exports.BindingJsx
|
|
@@ -125,6 +125,7 @@ module.exports.BindingWatcherChangeData = __napiModule.exports.BindingWatcherCha
|
|
|
125
125
|
module.exports.BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
|
|
126
126
|
module.exports.Bundler = __napiModule.exports.Bundler
|
|
127
127
|
module.exports.ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
|
|
128
|
+
module.exports.BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
|
|
128
129
|
module.exports.BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
|
|
129
130
|
module.exports.BindingHookSideEffects = __napiModule.exports.BindingHookSideEffects
|
|
130
131
|
module.exports.BindingJsx = __napiModule.exports.BindingJsx
|
|
Binary file
|