@rspack/binding-wasm32-wasi 1.5.6 → 1.5.8
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 +1 -1
- package/rspack.wasi-browser.js +1 -0
- package/rspack.wasi.cjs +1 -0
- package/rspack.wasm32-wasi.wasm +0 -0
package/package.json
CHANGED
package/rspack.wasi-browser.js
CHANGED
|
@@ -115,6 +115,7 @@ export const JsRspackSeverity = __napiModule.exports.JsRspackSeverity
|
|
|
115
115
|
export const loadBrowserslist = __napiModule.exports.loadBrowserslist
|
|
116
116
|
export const minify = __napiModule.exports.minify
|
|
117
117
|
export const minifySync = __napiModule.exports.minifySync
|
|
118
|
+
export const RawJavascriptParserCommonjsExports = __napiModule.exports.RawJavascriptParserCommonjsExports
|
|
118
119
|
export const RawRuleSetConditionType = __napiModule.exports.RawRuleSetConditionType
|
|
119
120
|
export const registerGlobalTrace = __napiModule.exports.registerGlobalTrace
|
|
120
121
|
export const RegisterJsTapKind = __napiModule.exports.RegisterJsTapKind
|
package/rspack.wasi.cjs
CHANGED
|
@@ -160,6 +160,7 @@ module.exports.JsRspackSeverity = __napiModule.exports.JsRspackSeverity
|
|
|
160
160
|
module.exports.loadBrowserslist = __napiModule.exports.loadBrowserslist
|
|
161
161
|
module.exports.minify = __napiModule.exports.minify
|
|
162
162
|
module.exports.minifySync = __napiModule.exports.minifySync
|
|
163
|
+
module.exports.RawJavascriptParserCommonjsExports = __napiModule.exports.RawJavascriptParserCommonjsExports
|
|
163
164
|
module.exports.RawRuleSetConditionType = __napiModule.exports.RawRuleSetConditionType
|
|
164
165
|
module.exports.registerGlobalTrace = __napiModule.exports.registerGlobalTrace
|
|
165
166
|
module.exports.RegisterJsTapKind = __napiModule.exports.RegisterJsTapKind
|
package/rspack.wasm32-wasi.wasm
CHANGED
|
Binary file
|