@rollup/wasm-node 4.6.1 → 4.7.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/LICENSE.md +22 -0
- package/dist/bin/rollup +2 -2
- package/dist/es/getLogFilter.js +2 -2
- package/dist/es/parseAst.js +2 -2
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +3 -3
- package/dist/es/shared/parseAst.js +2 -2
- package/dist/es/shared/watch.js +2 -2
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/parseAst.js +2 -2
- package/dist/rollup.js +2 -2
- package/dist/shared/fsevents-importer.js +2 -2
- package/dist/shared/index.js +2 -2
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/parseAst.js +2 -2
- package/dist/shared/rollup.js +3 -3
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch-proxy.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/dist/wasm-node/bindings_wasm.js +14 -14
- package/dist/wasm-node/bindings_wasm_bg.wasm +0 -0
- package/package.json +22 -22
package/LICENSE.md
CHANGED
|
@@ -50,6 +50,28 @@ License: MIT
|
|
|
50
50
|
By: Rich Harris
|
|
51
51
|
Repository: rollup/plugins
|
|
52
52
|
|
|
53
|
+
> The MIT License (MIT)
|
|
54
|
+
>
|
|
55
|
+
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
|
56
|
+
>
|
|
57
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
58
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
59
|
+
> in the Software without restriction, including without limitation the rights
|
|
60
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
61
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
62
|
+
> furnished to do so, subject to the following conditions:
|
|
63
|
+
>
|
|
64
|
+
> The above copyright notice and this permission notice shall be included in
|
|
65
|
+
> all copies or substantial portions of the Software.
|
|
66
|
+
>
|
|
67
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
68
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
69
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
70
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
71
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
72
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
73
|
+
> THE SOFTWARE.
|
|
74
|
+
|
|
53
75
|
---------------------------------------
|
|
54
76
|
|
|
55
77
|
## anymatch
|
package/dist/bin/rollup
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/*
|
|
3
3
|
@license
|
|
4
|
-
Rollup.js v4.
|
|
5
|
-
|
|
4
|
+
Rollup.js v4.7.0
|
|
5
|
+
Fri, 08 Dec 2023 07:57:30 GMT - commit 098e29ca3e0643006870f9ed94710fd3004a9043
|
|
6
6
|
|
|
7
7
|
https://github.com/rollup/rollup
|
|
8
8
|
|
package/dist/es/getLogFilter.js
CHANGED
package/dist/es/parseAst.js
CHANGED
package/dist/es/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.7.0
|
|
4
|
+
Fri, 08 Dec 2023 07:57:30 GMT - commit 098e29ca3e0643006870f9ed94710fd3004a9043
|
|
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.
|
|
19
|
+
var version = "4.7.0";
|
|
20
20
|
|
|
21
21
|
const comma = ','.charCodeAt(0);
|
|
22
22
|
const semicolon = ';'.charCodeAt(0);
|
package/dist/es/shared/watch.js
CHANGED
package/dist/getLogFilter.js
CHANGED
package/dist/loadConfigFile.js
CHANGED
package/dist/parseAst.js
CHANGED
package/dist/rollup.js
CHANGED
package/dist/shared/index.js
CHANGED
package/dist/shared/parseAst.js
CHANGED
package/dist/shared/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.7.0
|
|
4
|
+
Fri, 08 Dec 2023 07:57:30 GMT - commit 098e29ca3e0643006870f9ed94710fd3004a9043
|
|
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.
|
|
34
|
+
var version = "4.7.0";
|
|
35
35
|
|
|
36
36
|
function ensureArray$1(items) {
|
|
37
37
|
if (Array.isArray(items)) {
|
package/dist/shared/watch-cli.js
CHANGED
package/dist/shared/watch.js
CHANGED
|
@@ -231,12 +231,12 @@ module.exports.__wbg_getRandomValues_504510b5564925af = function() { return hand
|
|
|
231
231
|
getObject(arg0).getRandomValues(getObject(arg1));
|
|
232
232
|
}, arguments) };
|
|
233
233
|
|
|
234
|
-
module.exports.
|
|
234
|
+
module.exports.__wbg_newnoargs_c62ea9419c21fbac = function(arg0, arg1) {
|
|
235
235
|
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
236
236
|
return addHeapObject(ret);
|
|
237
237
|
};
|
|
238
238
|
|
|
239
|
-
module.exports.
|
|
239
|
+
module.exports.__wbg_call_90c26b09837aba1c = function() { return handleError(function (arg0, arg1) {
|
|
240
240
|
const ret = getObject(arg0).call(getObject(arg1));
|
|
241
241
|
return addHeapObject(ret);
|
|
242
242
|
}, arguments) };
|
|
@@ -246,22 +246,22 @@ module.exports.__wbindgen_object_clone_ref = function(arg0) {
|
|
|
246
246
|
return addHeapObject(ret);
|
|
247
247
|
};
|
|
248
248
|
|
|
249
|
-
module.exports.
|
|
249
|
+
module.exports.__wbg_self_f0e34d89f33b99fd = function() { return handleError(function () {
|
|
250
250
|
const ret = self.self;
|
|
251
251
|
return addHeapObject(ret);
|
|
252
252
|
}, arguments) };
|
|
253
253
|
|
|
254
|
-
module.exports.
|
|
254
|
+
module.exports.__wbg_window_d3b084224f4774d7 = function() { return handleError(function () {
|
|
255
255
|
const ret = window.window;
|
|
256
256
|
return addHeapObject(ret);
|
|
257
257
|
}, arguments) };
|
|
258
258
|
|
|
259
|
-
module.exports.
|
|
259
|
+
module.exports.__wbg_globalThis_9caa27ff917c6860 = function() { return handleError(function () {
|
|
260
260
|
const ret = globalThis.globalThis;
|
|
261
261
|
return addHeapObject(ret);
|
|
262
262
|
}, arguments) };
|
|
263
263
|
|
|
264
|
-
module.exports.
|
|
264
|
+
module.exports.__wbg_global_35dfdd59a4da3e74 = function() { return handleError(function () {
|
|
265
265
|
const ret = global.global;
|
|
266
266
|
return addHeapObject(ret);
|
|
267
267
|
}, arguments) };
|
|
@@ -271,41 +271,41 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
271
271
|
return ret;
|
|
272
272
|
};
|
|
273
273
|
|
|
274
|
-
module.exports.
|
|
274
|
+
module.exports.__wbg_call_5da1969d7cd31ccd = function() { return handleError(function (arg0, arg1, arg2) {
|
|
275
275
|
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
276
276
|
return addHeapObject(ret);
|
|
277
277
|
}, arguments) };
|
|
278
278
|
|
|
279
|
-
module.exports.
|
|
279
|
+
module.exports.__wbg_buffer_a448f833075b71ba = function(arg0) {
|
|
280
280
|
const ret = getObject(arg0).buffer;
|
|
281
281
|
return addHeapObject(ret);
|
|
282
282
|
};
|
|
283
283
|
|
|
284
|
-
module.exports.
|
|
284
|
+
module.exports.__wbg_newwithbyteoffsetandlength_d0482f893617af71 = function(arg0, arg1, arg2) {
|
|
285
285
|
const ret = new Uint8Array(getObject(arg0), arg1 >>> 0, arg2 >>> 0);
|
|
286
286
|
return addHeapObject(ret);
|
|
287
287
|
};
|
|
288
288
|
|
|
289
|
-
module.exports.
|
|
289
|
+
module.exports.__wbg_new_8f67e318f15d7254 = function(arg0) {
|
|
290
290
|
const ret = new Uint8Array(getObject(arg0));
|
|
291
291
|
return addHeapObject(ret);
|
|
292
292
|
};
|
|
293
293
|
|
|
294
|
-
module.exports.
|
|
294
|
+
module.exports.__wbg_set_2357bf09366ee480 = function(arg0, arg1, arg2) {
|
|
295
295
|
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
296
296
|
};
|
|
297
297
|
|
|
298
|
-
module.exports.
|
|
298
|
+
module.exports.__wbg_length_1d25fa9e4ac21ce7 = function(arg0) {
|
|
299
299
|
const ret = getObject(arg0).length;
|
|
300
300
|
return ret;
|
|
301
301
|
};
|
|
302
302
|
|
|
303
|
-
module.exports.
|
|
303
|
+
module.exports.__wbg_newwithlength_6c2df9e2f3028c43 = function(arg0) {
|
|
304
304
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
305
305
|
return addHeapObject(ret);
|
|
306
306
|
};
|
|
307
307
|
|
|
308
|
-
module.exports.
|
|
308
|
+
module.exports.__wbg_subarray_2e940e41c0f5a1d9 = function(arg0, arg1, arg2) {
|
|
309
309
|
const ret = getObject(arg0).subarray(arg1 >>> 0, arg2 >>> 0);
|
|
310
310
|
return addHeapObject(ret);
|
|
311
311
|
};
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollup/wasm-node",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "Next-generation ES module bundler with Node wasm",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"@rollup/plugin-typescript": "It appears that 11.1.3 breaks sourcemaps"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@codemirror/commands": "^6.3.
|
|
32
|
+
"@codemirror/commands": "^6.3.2",
|
|
33
33
|
"@codemirror/lang-javascript": "^6.2.1",
|
|
34
|
-
"@codemirror/language": "^6.9.
|
|
35
|
-
"@codemirror/search": "^6.5.
|
|
36
|
-
"@codemirror/state": "^6.3.
|
|
37
|
-
"@codemirror/view": "^6.22.
|
|
34
|
+
"@codemirror/language": "^6.9.3",
|
|
35
|
+
"@codemirror/search": "^6.5.5",
|
|
36
|
+
"@codemirror/state": "^6.3.2",
|
|
37
|
+
"@codemirror/view": "^6.22.1",
|
|
38
38
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
39
39
|
"@mermaid-js/mermaid-cli": "^10.6.1",
|
|
40
|
-
"@napi-rs/cli": "^2.
|
|
41
|
-
"@rollup/plugin-alias": "^5.0
|
|
40
|
+
"@napi-rs/cli": "^2.17.0",
|
|
41
|
+
"@rollup/plugin-alias": "^5.1.0",
|
|
42
42
|
"@rollup/plugin-buble": "^1.0.3",
|
|
43
43
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
44
44
|
"@rollup/plugin-json": "^6.0.1",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@rollup/plugin-replace": "^5.0.5",
|
|
47
47
|
"@rollup/plugin-terser": "^0.4.4",
|
|
48
48
|
"@rollup/plugin-typescript": "11.1.5",
|
|
49
|
-
"@rollup/pluginutils": "^5.0
|
|
49
|
+
"@rollup/pluginutils": "^5.1.0",
|
|
50
50
|
"@types/estree": "1.0.5",
|
|
51
|
-
"@types/mocha": "^10.0.
|
|
51
|
+
"@types/mocha": "^10.0.6",
|
|
52
52
|
"@types/node": "18.0.0",
|
|
53
53
|
"@types/yargs-parser": "^21.0.3",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
55
|
-
"@typescript-eslint/parser": "^6.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
55
|
+
"@typescript-eslint/parser": "^6.13.2",
|
|
56
56
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
57
57
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
58
58
|
"acorn": "^8.11.2",
|
|
@@ -66,20 +66,20 @@
|
|
|
66
66
|
"date-time": "^4.0.0",
|
|
67
67
|
"es5-shim": "^4.6.7",
|
|
68
68
|
"es6-shim": "^0.35.8",
|
|
69
|
-
"eslint": "^8.
|
|
70
|
-
"eslint-config-prettier": "^9.
|
|
69
|
+
"eslint": "^8.55.0",
|
|
70
|
+
"eslint-config-prettier": "^9.1.0",
|
|
71
71
|
"eslint-plugin-import": "^2.29.0",
|
|
72
72
|
"eslint-plugin-prettier": "^5.0.1",
|
|
73
73
|
"eslint-plugin-unicorn": "^49.0.0",
|
|
74
|
-
"eslint-plugin-vue": "^9.
|
|
74
|
+
"eslint-plugin-vue": "^9.19.2",
|
|
75
75
|
"fixturify": "^3.0.0",
|
|
76
76
|
"flru": "^1.0.2",
|
|
77
|
-
"fs-extra": "^11.
|
|
77
|
+
"fs-extra": "^11.2.0",
|
|
78
78
|
"github-api": "^3.4.0",
|
|
79
79
|
"husky": "^8.0.3",
|
|
80
80
|
"inquirer": "^9.2.12",
|
|
81
81
|
"is-reference": "^3.0.2",
|
|
82
|
-
"lint-staged": "^15.
|
|
82
|
+
"lint-staged": "^15.2.0",
|
|
83
83
|
"locate-character": "^3.0.0",
|
|
84
84
|
"magic-string": "^0.30.5",
|
|
85
85
|
"mocha": "^10.2.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"pretty-bytes": "^6.1.1",
|
|
90
90
|
"pretty-ms": "^8.0.0",
|
|
91
91
|
"requirejs": "^2.3.6",
|
|
92
|
-
"rollup": "^4.
|
|
92
|
+
"rollup": "^4.6.1",
|
|
93
93
|
"rollup-plugin-license": "^3.2.0",
|
|
94
94
|
"rollup-plugin-string": "^3.0.0",
|
|
95
95
|
"rollup-plugin-thatworks": "^1.0.4",
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"source-map": "^0.7.4",
|
|
100
100
|
"source-map-support": "^0.5.21",
|
|
101
101
|
"systemjs": "^6.14.2",
|
|
102
|
-
"terser": "^5.
|
|
102
|
+
"terser": "^5.25.0",
|
|
103
103
|
"tslib": "^2.6.2",
|
|
104
104
|
"typescript": "^5.3.2",
|
|
105
|
-
"vite": "^5.0.
|
|
106
|
-
"vitepress": "^1.0.0-rc.
|
|
107
|
-
"vue": "^3.3.
|
|
105
|
+
"vite": "^5.0.5",
|
|
106
|
+
"vitepress": "^1.0.0-rc.31",
|
|
107
|
+
"vue": "^3.3.10",
|
|
108
108
|
"wasm-pack": "^0.12.1",
|
|
109
109
|
"weak-napi": "^2.0.2",
|
|
110
110
|
"yargs-parser": "^21.1.1"
|