@rollup/wasm-node 4.21.0 → 4.21.2
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 +3 -6
- 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 +55 -53
- package/dist/es/shared/parseAst.js +10 -5
- package/dist/es/shared/watch.js +4 -4
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/parseAst.js +2 -2
- package/dist/rollup.d.ts +14 -28
- 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 +3 -3
- package/dist/shared/parseAst.js +10 -4
- package/dist/shared/rollup.js +137 -135
- package/dist/shared/watch-cli.js +9 -8
- package/dist/shared/watch.js +4 -4
- package/dist/wasm-node/bindings_wasm_bg.wasm +0 -0
- package/package.json +19 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollup/wasm-node",
|
|
3
|
-
"version": "4.21.
|
|
3
|
+
"version": "4.21.2",
|
|
4
4
|
"description": "Next-generation ES module bundler with Node wasm",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"@codemirror/language": "^6.10.2",
|
|
39
39
|
"@codemirror/search": "^6.5.6",
|
|
40
40
|
"@codemirror/state": "^6.4.1",
|
|
41
|
-
"@codemirror/view": "^6.
|
|
41
|
+
"@codemirror/view": "^6.33.0",
|
|
42
|
+
"@eslint/js": "^9.9.1",
|
|
42
43
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
43
44
|
"@mermaid-js/mermaid-cli": "^10.9.1",
|
|
44
45
|
"@napi-rs/cli": "^2.18.4",
|
|
@@ -51,17 +52,13 @@
|
|
|
51
52
|
"@rollup/plugin-terser": "^0.4.4",
|
|
52
53
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
53
54
|
"@rollup/pluginutils": "^5.1.0",
|
|
54
|
-
"@shikijs/vitepress-twoslash": "^1.
|
|
55
|
-
"@types/eslint": "^
|
|
55
|
+
"@shikijs/vitepress-twoslash": "^1.14.1",
|
|
56
|
+
"@types/eslint": "^9.6.1",
|
|
56
57
|
"@types/inquirer": "^9.0.7",
|
|
57
58
|
"@types/mocha": "^10.0.7",
|
|
58
59
|
"@types/node": "~18.18.14",
|
|
59
60
|
"@types/semver": "^7.5.8",
|
|
60
61
|
"@types/yargs-parser": "^21.0.3",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^8.1.0",
|
|
62
|
-
"@typescript-eslint/parser": "^8.1.0",
|
|
63
|
-
"@vue/eslint-config-prettier": "^9.0.0",
|
|
64
|
-
"@vue/eslint-config-typescript": "^13.0.0",
|
|
65
62
|
"acorn": "^8.12.1",
|
|
66
63
|
"acorn-import-assertions": "^1.9.0",
|
|
67
64
|
"buble": "^0.20.0",
|
|
@@ -74,9 +71,8 @@
|
|
|
74
71
|
"date-time": "^4.0.0",
|
|
75
72
|
"es5-shim": "^4.6.7",
|
|
76
73
|
"es6-shim": "^0.35.8",
|
|
77
|
-
"eslint": "^
|
|
74
|
+
"eslint": "^9.9.1",
|
|
78
75
|
"eslint-config-prettier": "^9.1.0",
|
|
79
|
-
"eslint-plugin-import": "^2.29.1",
|
|
80
76
|
"eslint-plugin-prettier": "^5.2.1",
|
|
81
77
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
82
78
|
"eslint-plugin-vue": "^9.27.0",
|
|
@@ -84,22 +80,24 @@
|
|
|
84
80
|
"flru": "^1.0.2",
|
|
85
81
|
"fs-extra": "^11.2.0",
|
|
86
82
|
"github-api": "^3.4.0",
|
|
87
|
-
"
|
|
83
|
+
"globals": "^15.9.0",
|
|
84
|
+
"husky": "^9.1.5",
|
|
88
85
|
"inquirer": "^10.1.8",
|
|
89
86
|
"is-reference": "^3.0.2",
|
|
90
|
-
"lint-staged": "^15.2.
|
|
87
|
+
"lint-staged": "^15.2.9",
|
|
91
88
|
"locate-character": "^3.0.0",
|
|
92
89
|
"magic-string": "^0.30.11",
|
|
93
90
|
"mocha": "^10.7.3",
|
|
94
91
|
"nodemon": "^3.1.4",
|
|
95
92
|
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
96
93
|
"nyc": "^17.0.0",
|
|
97
|
-
"pinia": "^2.2.
|
|
94
|
+
"pinia": "^2.2.2",
|
|
98
95
|
"prettier": "^3.3.3",
|
|
96
|
+
"prettier-plugin-organize-imports": "^4.0.0",
|
|
99
97
|
"pretty-bytes": "^6.1.1",
|
|
100
98
|
"pretty-ms": "^9.1.0",
|
|
101
99
|
"requirejs": "^2.3.7",
|
|
102
|
-
"rollup": "^4.
|
|
100
|
+
"rollup": "^4.21.1",
|
|
103
101
|
"rollup-plugin-license": "^3.5.2",
|
|
104
102
|
"rollup-plugin-string": "^3.0.0",
|
|
105
103
|
"semver": "^7.6.3",
|
|
@@ -108,17 +106,18 @@
|
|
|
108
106
|
"source-map": "^0.7.4",
|
|
109
107
|
"source-map-support": "^0.5.21",
|
|
110
108
|
"systemjs": "^6.15.1",
|
|
111
|
-
"terser": "^5.31.
|
|
112
|
-
"tslib": "^2.
|
|
109
|
+
"terser": "^5.31.6",
|
|
110
|
+
"tslib": "^2.7.0",
|
|
113
111
|
"typescript": "^5.5.4",
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
112
|
+
"typescript-eslint": "^8.3.0",
|
|
113
|
+
"vite": "^5.4.2",
|
|
114
|
+
"vitepress": "^1.3.4",
|
|
115
|
+
"vue": "^3.4.38",
|
|
117
116
|
"wasm-pack": "^0.13.0",
|
|
118
117
|
"yargs-parser": "^21.1.1"
|
|
119
118
|
},
|
|
120
119
|
"overrides": {
|
|
121
|
-
"axios": "^1.7.
|
|
120
|
+
"axios": "^1.7.5",
|
|
122
121
|
"semver": "^7.6.3",
|
|
123
122
|
"ws": "^8.18.0"
|
|
124
123
|
},
|