@oxc-parser/binding-wasm32-wasi 0.89.0 → 0.91.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.
@@ -12620,7 +12620,7 @@ function wasiReturnOnProcExit(rval) {
12620
12620
  throw kExitCode;
12621
12621
  }
12622
12622
 
12623
- // parser.wasi-browser.js
12623
+ // src-js/parser.wasi-browser.js
12624
12624
  var __wasi = new WASI({
12625
12625
  version: "preview1"
12626
12626
  });
@@ -12674,7 +12674,7 @@ var parseAsync = __napiModule.exports.parseAsync;
12674
12674
  var parseSync = __napiModule.exports.parseSync;
12675
12675
  var rawTransferSupported = __napiModule.exports.rawTransferSupported;
12676
12676
 
12677
- // wrap.mjs
12677
+ // src-js/wrap.mjs
12678
12678
  function wrap(result) {
12679
12679
  let program, module, comments, errors;
12680
12680
  return {
@@ -12718,7 +12718,7 @@ function applyFix(program, fixPath) {
12718
12718
  }
12719
12719
  }
12720
12720
 
12721
- // wasm.mjs
12721
+ // src-js/wasm.mjs
12722
12722
  async function parseAsync2(...args) {
12723
12723
  return wrap(await parseAsync(...args));
12724
12724
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxc-parser/binding-wasm32-wasi",
3
- "version": "0.89.0",
3
+ "version": "0.91.0",
4
4
  "cpu": [
5
5
  "wasm32"
6
6
  ],
Binary file