@rolldown/binding-wasm32-wasi 1.0.0-beta.3-commit.62fba31 → 1.0.0-beta.3-commit.d298c0b
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
|
@@ -90,7 +90,6 @@ export const ImportNameKind = __napiModule.exports.ImportNameKind
|
|
|
90
90
|
export const isolatedDeclaration = __napiModule.exports.isolatedDeclaration
|
|
91
91
|
export const parseAsync = __napiModule.exports.parseAsync
|
|
92
92
|
export const parseSync = __napiModule.exports.parseSync
|
|
93
|
-
export const parseWithoutReturn = __napiModule.exports.parseWithoutReturn
|
|
94
93
|
export const registerPlugins = __napiModule.exports.registerPlugins
|
|
95
94
|
export const Severity = __napiModule.exports.Severity
|
|
96
95
|
export const transform = __napiModule.exports.transform
|
|
@@ -115,7 +115,6 @@ module.exports.ImportNameKind = __napiModule.exports.ImportNameKind
|
|
|
115
115
|
module.exports.isolatedDeclaration = __napiModule.exports.isolatedDeclaration
|
|
116
116
|
module.exports.parseAsync = __napiModule.exports.parseAsync
|
|
117
117
|
module.exports.parseSync = __napiModule.exports.parseSync
|
|
118
|
-
module.exports.parseWithoutReturn = __napiModule.exports.parseWithoutReturn
|
|
119
118
|
module.exports.registerPlugins = __napiModule.exports.registerPlugins
|
|
120
119
|
module.exports.Severity = __napiModule.exports.Severity
|
|
121
120
|
module.exports.transform = __napiModule.exports.transform
|
|
Binary file
|