@rollup/wasm-node 4.24.2 → 4.24.4
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 +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 +278 -235
- package/dist/es/shared/parseAst.js +8 -7
- 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.d.ts +1 -1
- 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 +8 -6
- package/dist/shared/rollup.js +277 -234
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/dist/wasm-node/bindings_wasm_bg.wasm +0 -0
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollup/wasm-node",
|
|
3
|
-
"version": "4.24.
|
|
3
|
+
"version": "4.24.4",
|
|
4
4
|
"description": "Next-generation ES module bundler with Node wasm",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@codemirror/commands": "^6.7.1",
|
|
36
36
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
37
37
|
"@codemirror/language": "^6.10.3",
|
|
38
|
-
"@codemirror/search": "^6.5.
|
|
38
|
+
"@codemirror/search": "^6.5.7",
|
|
39
39
|
"@codemirror/state": "^6.4.1",
|
|
40
40
|
"@codemirror/view": "^6.34.1",
|
|
41
41
|
"@eslint/js": "^9.13.0",
|
|
42
|
-
"@inquirer/prompts": "^7.0.
|
|
42
|
+
"@inquirer/prompts": "^7.0.1",
|
|
43
43
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
44
44
|
"@mermaid-js/mermaid-cli": "^11.2.1",
|
|
45
45
|
"@napi-rs/cli": "^2.18.4",
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"@rollup/plugin-replace": "^6.0.1",
|
|
52
52
|
"@rollup/plugin-terser": "^0.4.4",
|
|
53
53
|
"@rollup/plugin-typescript": "^12.1.1",
|
|
54
|
-
"@rollup/pluginutils": "^5.1.
|
|
55
|
-
"@shikijs/vitepress-twoslash": "^1.22.
|
|
54
|
+
"@rollup/pluginutils": "^5.1.3",
|
|
55
|
+
"@shikijs/vitepress-twoslash": "^1.22.2",
|
|
56
56
|
"@types/mocha": "^10.0.9",
|
|
57
|
-
"@types/node": "^18.19.
|
|
57
|
+
"@types/node": "^18.19.63",
|
|
58
58
|
"@types/semver": "^7.5.8",
|
|
59
59
|
"@types/yargs-parser": "^21.0.3",
|
|
60
|
-
"@vue/language-server": "^2.1.
|
|
61
|
-
"acorn": "^8.
|
|
60
|
+
"@vue/language-server": "^2.1.10",
|
|
61
|
+
"acorn": "^8.14.0",
|
|
62
62
|
"acorn-import-assertions": "^1.9.0",
|
|
63
63
|
"acorn-jsx": "^5.3.2",
|
|
64
64
|
"buble": "^0.20.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"eslint-config-prettier": "^9.1.0",
|
|
76
76
|
"eslint-plugin-prettier": "^5.2.1",
|
|
77
77
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
78
|
-
"eslint-plugin-vue": "^9.
|
|
78
|
+
"eslint-plugin-vue": "^9.30.0",
|
|
79
79
|
"fixturify": "^3.0.0",
|
|
80
80
|
"flru": "^1.0.2",
|
|
81
81
|
"fs-extra": "^11.2.0",
|
|
@@ -86,17 +86,17 @@
|
|
|
86
86
|
"lint-staged": "^15.2.10",
|
|
87
87
|
"locate-character": "^3.0.0",
|
|
88
88
|
"magic-string": "^0.30.12",
|
|
89
|
-
"mocha": "^10.
|
|
89
|
+
"mocha": "^10.8.2",
|
|
90
90
|
"nodemon": "^3.1.7",
|
|
91
91
|
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
92
92
|
"nyc": "^17.1.0",
|
|
93
|
-
"pinia": "^2.2.
|
|
93
|
+
"pinia": "^2.2.5",
|
|
94
94
|
"prettier": "^3.3.3",
|
|
95
95
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
96
96
|
"pretty-bytes": "^6.1.1",
|
|
97
97
|
"pretty-ms": "^9.1.0",
|
|
98
98
|
"requirejs": "^2.3.7",
|
|
99
|
-
"rollup": "^4.24.
|
|
99
|
+
"rollup": "^4.24.3",
|
|
100
100
|
"rollup-plugin-license": "^3.5.3",
|
|
101
101
|
"rollup-plugin-string": "^3.0.0",
|
|
102
102
|
"semver": "^7.6.3",
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
"source-map-support": "^0.5.21",
|
|
107
107
|
"systemjs": "^6.15.1",
|
|
108
108
|
"terser": "^5.36.0",
|
|
109
|
-
"tslib": "^2.8.
|
|
109
|
+
"tslib": "^2.8.1",
|
|
110
110
|
"typescript": "^5.6.3",
|
|
111
|
-
"typescript-eslint": "^8.
|
|
112
|
-
"vite": "^5.4.
|
|
113
|
-
"vitepress": "^1.4.
|
|
111
|
+
"typescript-eslint": "^8.12.2",
|
|
112
|
+
"vite": "^5.4.10",
|
|
113
|
+
"vitepress": "^1.4.3",
|
|
114
114
|
"vue": "^3.5.12",
|
|
115
|
-
"vue-tsc": "^2.1.
|
|
116
|
-
"wasm-pack": "^0.13.
|
|
115
|
+
"vue-tsc": "^2.1.10",
|
|
116
|
+
"wasm-pack": "^0.13.1",
|
|
117
117
|
"yargs-parser": "^21.1.1"
|
|
118
118
|
},
|
|
119
119
|
"overrides": {
|