@rolldown/binding-wasm32-wasi 1.0.0-beta.32 → 1.0.0-beta.34
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
|
@@ -63,6 +63,7 @@ const {
|
|
|
63
63
|
},
|
|
64
64
|
})
|
|
65
65
|
export default __napiModule.exports
|
|
66
|
+
export const minify = __napiModule.exports.minify
|
|
66
67
|
export const Severity = __napiModule.exports.Severity
|
|
67
68
|
export const ParseResult = __napiModule.exports.ParseResult
|
|
68
69
|
export const ExportExportNameKind = __napiModule.exports.ExportExportNameKind
|
|
@@ -86,6 +87,7 @@ export const BindingBundler = __napiModule.exports.BindingBundler
|
|
|
86
87
|
export const BindingBundlerImpl = __napiModule.exports.BindingBundlerImpl
|
|
87
88
|
export const BindingCallableBuiltinPlugin = __napiModule.exports.BindingCallableBuiltinPlugin
|
|
88
89
|
export const BindingChunkingContext = __napiModule.exports.BindingChunkingContext
|
|
90
|
+
export const BindingDevEngine = __napiModule.exports.BindingDevEngine
|
|
89
91
|
export const BindingHmrOutput = __napiModule.exports.BindingHmrOutput
|
|
90
92
|
export const BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
91
93
|
export const BindingNormalizedOptions = __napiModule.exports.BindingNormalizedOptions
|
|
@@ -111,3 +113,4 @@ export const FilterTokenKind = __napiModule.exports.FilterTokenKind
|
|
|
111
113
|
export const registerPlugins = __napiModule.exports.registerPlugins
|
|
112
114
|
export const shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
113
115
|
export const startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
116
|
+
export const JsWatcher = __napiModule.exports.JsWatcher
|
|
@@ -108,6 +108,7 @@ const { instance: __napiInstance, module: __wasiModule, napiModule: __napiModule
|
|
|
108
108
|
},
|
|
109
109
|
})
|
|
110
110
|
module.exports = __napiModule.exports
|
|
111
|
+
module.exports.minify = __napiModule.exports.minify
|
|
111
112
|
module.exports.Severity = __napiModule.exports.Severity
|
|
112
113
|
module.exports.ParseResult = __napiModule.exports.ParseResult
|
|
113
114
|
module.exports.ExportExportNameKind = __napiModule.exports.ExportExportNameKind
|
|
@@ -131,6 +132,7 @@ module.exports.BindingBundler = __napiModule.exports.BindingBundler
|
|
|
131
132
|
module.exports.BindingBundlerImpl = __napiModule.exports.BindingBundlerImpl
|
|
132
133
|
module.exports.BindingCallableBuiltinPlugin = __napiModule.exports.BindingCallableBuiltinPlugin
|
|
133
134
|
module.exports.BindingChunkingContext = __napiModule.exports.BindingChunkingContext
|
|
135
|
+
module.exports.BindingDevEngine = __napiModule.exports.BindingDevEngine
|
|
134
136
|
module.exports.BindingHmrOutput = __napiModule.exports.BindingHmrOutput
|
|
135
137
|
module.exports.BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
136
138
|
module.exports.BindingNormalizedOptions = __napiModule.exports.BindingNormalizedOptions
|
|
@@ -156,3 +158,4 @@ module.exports.FilterTokenKind = __napiModule.exports.FilterTokenKind
|
|
|
156
158
|
module.exports.registerPlugins = __napiModule.exports.registerPlugins
|
|
157
159
|
module.exports.shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
158
160
|
module.exports.startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
161
|
+
module.exports.JsWatcher = __napiModule.exports.JsWatcher
|
|
Binary file
|