@rollup/wasm-node 4.10.0 → 4.12.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/dist/bin/rollup +10 -4
- 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 +1003 -153
- package/dist/es/shared/parseAst.js +90 -44
- package/dist/es/shared/watch.js +2 -2
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +3 -3
- package/dist/parseAst.js +2 -2
- package/dist/rollup.d.ts +15 -4
- package/dist/rollup.js +3 -3
- 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 +108 -43
- package/dist/shared/rollup.js +1024 -174
- package/dist/shared/watch-cli.js +3 -3
- package/dist/shared/watch.js +2 -2
- package/dist/wasm-node/bindings_wasm_bg.wasm +0 -0
- package/package.json +15 -14
package/dist/shared/watch-cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.12.0
|
|
4
|
+
Fri, 16 Feb 2024 13:31:42 GMT - commit 0146b84be33a8416b4df4b9382549a7ca19dd64a
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -29,8 +29,8 @@ require('./fsevents-importer.js');
|
|
|
29
29
|
require('events');
|
|
30
30
|
require('node:path');
|
|
31
31
|
require('tty');
|
|
32
|
-
require('node:perf_hooks');
|
|
33
32
|
require('../native.js');
|
|
33
|
+
require('node:perf_hooks');
|
|
34
34
|
require('node:url');
|
|
35
35
|
require('../getLogFilter.js');
|
|
36
36
|
|
package/dist/shared/watch.js
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollup/wasm-node",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.12.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",
|
|
@@ -30,17 +30,18 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependenciesComments": {
|
|
32
32
|
"@types/node": "Version 18.19.0 breaks chokidar and vite types",
|
|
33
|
-
"vitepress": "Version 1.0.0-rc.40 breaks npm run dev"
|
|
33
|
+
"vitepress": "Version 1.0.0-rc.40 breaks npm run dev",
|
|
34
|
+
"core-js": "We only update manually as every update requires a snapshot update"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
37
|
"@codemirror/commands": "^6.3.3",
|
|
37
38
|
"@codemirror/lang-javascript": "^6.2.1",
|
|
38
39
|
"@codemirror/language": "^6.10.1",
|
|
39
|
-
"@codemirror/search": "^6.5.
|
|
40
|
+
"@codemirror/search": "^6.5.6",
|
|
40
41
|
"@codemirror/state": "^6.4.0",
|
|
41
|
-
"@codemirror/view": "^6.
|
|
42
|
+
"@codemirror/view": "^6.24.0",
|
|
42
43
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
43
|
-
"@mermaid-js/mermaid-cli": "^10.
|
|
44
|
+
"@mermaid-js/mermaid-cli": "^10.8.0",
|
|
44
45
|
"@napi-rs/cli": "^2.18.0",
|
|
45
46
|
"@rollup/plugin-alias": "^5.1.0",
|
|
46
47
|
"@rollup/plugin-buble": "^1.0.3",
|
|
@@ -56,18 +57,18 @@
|
|
|
56
57
|
"@types/mocha": "^10.0.6",
|
|
57
58
|
"@types/node": "~18.18.14",
|
|
58
59
|
"@types/yargs-parser": "^21.0.3",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
60
|
-
"@typescript-eslint/parser": "^
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
61
|
+
"@typescript-eslint/parser": "^7.0.1",
|
|
61
62
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
62
63
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
63
64
|
"acorn": "^8.11.3",
|
|
64
65
|
"acorn-import-assertions": "^1.9.0",
|
|
65
66
|
"buble": "^0.20.0",
|
|
66
67
|
"builtin-modules": "^3.3.0",
|
|
67
|
-
"chokidar": "^3.
|
|
68
|
+
"chokidar": "^3.6.0",
|
|
68
69
|
"colorette": "^2.0.20",
|
|
69
70
|
"concurrently": "^8.2.2",
|
|
70
|
-
"core-js": "
|
|
71
|
+
"core-js": "3.36.0",
|
|
71
72
|
"date-time": "^4.0.0",
|
|
72
73
|
"es5-shim": "^4.6.7",
|
|
73
74
|
"es6-shim": "^0.35.8",
|
|
@@ -75,7 +76,7 @@
|
|
|
75
76
|
"eslint-config-prettier": "^9.1.0",
|
|
76
77
|
"eslint-plugin-import": "^2.29.1",
|
|
77
78
|
"eslint-plugin-prettier": "^5.1.3",
|
|
78
|
-
"eslint-plugin-unicorn": "^
|
|
79
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
|
79
80
|
"eslint-plugin-vue": "^9.21.1",
|
|
80
81
|
"fixturify": "^3.0.0",
|
|
81
82
|
"flru": "^1.0.2",
|
|
@@ -87,14 +88,14 @@
|
|
|
87
88
|
"lint-staged": "^15.2.2",
|
|
88
89
|
"locate-character": "^3.0.0",
|
|
89
90
|
"magic-string": "^0.30.7",
|
|
90
|
-
"mocha": "^10.
|
|
91
|
+
"mocha": "^10.3.0",
|
|
91
92
|
"nyc": "^15.1.0",
|
|
92
93
|
"pinia": "^2.1.7",
|
|
93
94
|
"prettier": "^3.2.5",
|
|
94
95
|
"pretty-bytes": "^6.1.1",
|
|
95
96
|
"pretty-ms": "^9.0.0",
|
|
96
97
|
"requirejs": "^2.3.6",
|
|
97
|
-
"rollup": "^4.
|
|
98
|
+
"rollup": "^4.10.0",
|
|
98
99
|
"rollup-plugin-license": "^3.2.0",
|
|
99
100
|
"rollup-plugin-string": "^3.0.0",
|
|
100
101
|
"semver": "^7.6.0",
|
|
@@ -106,9 +107,9 @@
|
|
|
106
107
|
"terser": "^5.27.0",
|
|
107
108
|
"tslib": "^2.6.2",
|
|
108
109
|
"typescript": "^5.3.3",
|
|
109
|
-
"vite": "^5.
|
|
110
|
+
"vite": "^5.1.1",
|
|
110
111
|
"vitepress": "1.0.0-rc.39",
|
|
111
|
-
"vue": "^3.4.
|
|
112
|
+
"vue": "^3.4.18",
|
|
112
113
|
"wasm-pack": "^0.12.1",
|
|
113
114
|
"weak-napi": "^2.0.2",
|
|
114
115
|
"yargs-parser": "^21.1.1"
|