@ohos-rs/oxk-wasm32-wasi 0.5.0 → 0.6.0
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/oxk.wasi-browser.js +1 -0
- package/oxk.wasi.cjs +1 -0
- package/oxk.wasm32-wasi.wasm +0 -0
- package/package.json +1 -1
package/oxk.wasi-browser.js
CHANGED
|
@@ -61,6 +61,7 @@ export const ExportExportNameKind = __napiModule.exports.ExportExportNameKind
|
|
|
61
61
|
export const ExportImportNameKind = __napiModule.exports.ExportImportNameKind
|
|
62
62
|
export const ExportLocalNameKind = __napiModule.exports.ExportLocalNameKind
|
|
63
63
|
export const format = __napiModule.exports.format
|
|
64
|
+
export const formatLsp = __napiModule.exports.formatLsp
|
|
64
65
|
export const ImportNameKind = __napiModule.exports.ImportNameKind
|
|
65
66
|
export const lint = __napiModule.exports.lint
|
|
66
67
|
export const lintSync = __napiModule.exports.lintSync
|
package/oxk.wasi.cjs
CHANGED
|
@@ -113,6 +113,7 @@ module.exports.ExportExportNameKind = __napiModule.exports.ExportExportNameKind
|
|
|
113
113
|
module.exports.ExportImportNameKind = __napiModule.exports.ExportImportNameKind
|
|
114
114
|
module.exports.ExportLocalNameKind = __napiModule.exports.ExportLocalNameKind
|
|
115
115
|
module.exports.format = __napiModule.exports.format
|
|
116
|
+
module.exports.formatLsp = __napiModule.exports.formatLsp
|
|
116
117
|
module.exports.ImportNameKind = __napiModule.exports.ImportNameKind
|
|
117
118
|
module.exports.lint = __napiModule.exports.lint
|
|
118
119
|
module.exports.lintSync = __napiModule.exports.lintSync
|
package/oxk.wasm32-wasi.wasm
CHANGED
|
Binary file
|