@rollup/wasm-node 4.1.1 → 4.1.3

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/dist/bin/rollup CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
3
  @license
4
- Rollup.js v4.1.1
5
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
4
+ Rollup.js v4.1.3
5
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
6
6
 
7
7
  https://github.com/rollup/rollup
8
8
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -16,7 +16,7 @@ import { xxhashBase64Url } from '../../native.js';
16
16
  import { lstat, realpath, readdir, readFile, mkdir, writeFile } from 'node:fs/promises';
17
17
  import * as tty from 'tty';
18
18
 
19
- var version = "4.1.1";
19
+ var version = "4.1.3";
20
20
 
21
21
  const comma = ','.charCodeAt(0);
22
22
  const semicolon = ';'.charCodeAt(0);
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/native.js CHANGED
@@ -1,3 +1,4 @@
1
- const { parse } = require('./wasm-node/bindings_wasm.js');
1
+ const { parse, xxhashBase64Url } = require('./wasm-node/bindings_wasm.js');
2
2
 
3
- exports.parse = parse
3
+ exports.parse = parse;
4
+ exports.xxhashBase64Url = xxhashBase64Url;
package/dist/parseAst.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -31,7 +31,7 @@ function _interopNamespaceDefault(e) {
31
31
 
32
32
  const tty__namespace = /*#__PURE__*/_interopNamespaceDefault(tty);
33
33
 
34
- var version = "4.1.1";
34
+ var version = "4.1.3";
35
35
 
36
36
  function ensureArray$1(items) {
37
37
  if (Array.isArray(items)) {
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.1
4
- Sun, 15 Oct 2023 06:30:58 GMT - commit d8b31a202a246758b8d67eefe77361a894d37005
3
+ Rollup.js v4.1.3
4
+ Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -221,12 +221,12 @@ module.exports.parse = function(code, allow_return_outside_function) {
221
221
  * @param {Uint8Array} input
222
222
  * @returns {string}
223
223
  */
224
- module.exports.xxhash_base64_url = function(input) {
224
+ module.exports.xxhashBase64Url = function(input) {
225
225
  let deferred1_0;
226
226
  let deferred1_1;
227
227
  try {
228
228
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
229
- wasm.xxhash_base64_url(retptr, addHeapObject(input));
229
+ wasm.xxhashBase64Url(retptr, addHeapObject(input));
230
230
  var r0 = getInt32Memory0()[retptr / 4 + 0];
231
231
  var r1 = getInt32Memory0()[retptr / 4 + 1];
232
232
  deferred1_0 = r0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/wasm-node",
3
- "version": "4.1.1",
3
+ "version": "4.1.3",
4
4
  "description": "Next-generation ES module bundler with Node wasm",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",