@rollup/wasm-node 4.16.4 → 4.17.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 +3 -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 +1097 -925
- package/dist/es/shared/parseAst.js +9 -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.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 +10 -6
- package/dist/shared/rollup.js +1087 -915
- 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 +14 -13
package/dist/shared/watch-cli.js
CHANGED
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.17.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",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"core-js": "We only update manually as every update requires a snapshot update"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@codemirror/commands": "^6.
|
|
36
|
+
"@codemirror/commands": "^6.5.0",
|
|
37
37
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
38
38
|
"@codemirror/language": "^6.10.1",
|
|
39
39
|
"@codemirror/search": "^6.5.6",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@codemirror/view": "^6.26.3",
|
|
42
42
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
43
43
|
"@mermaid-js/mermaid-cli": "^10.8.0",
|
|
44
|
-
"@napi-rs/cli": "^2.18.
|
|
44
|
+
"@napi-rs/cli": "^2.18.2",
|
|
45
45
|
"@rollup/plugin-alias": "^5.1.0",
|
|
46
46
|
"@rollup/plugin-buble": "^1.0.3",
|
|
47
47
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
53
53
|
"@rollup/pluginutils": "^5.1.0",
|
|
54
54
|
"@shikijs/vitepress-twoslash": "^1.3.0",
|
|
55
|
-
"@types/eslint": "^8.56.
|
|
55
|
+
"@types/eslint": "^8.56.10",
|
|
56
56
|
"@types/inquirer": "^9.0.7",
|
|
57
57
|
"@types/mocha": "^10.0.6",
|
|
58
58
|
"@types/node": "~18.18.14",
|
|
59
59
|
"@types/yargs-parser": "^21.0.3",
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^7.7.
|
|
61
|
-
"@typescript-eslint/parser": "^7.7.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
61
|
+
"@typescript-eslint/parser": "^7.7.1",
|
|
62
62
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
63
63
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
64
64
|
"acorn": "^8.11.3",
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"colorette": "^2.0.20",
|
|
70
70
|
"concurrently": "^8.2.2",
|
|
71
71
|
"core-js": "3.36.0",
|
|
72
|
+
"cross-env": "^7.0.3",
|
|
72
73
|
"date-time": "^4.0.0",
|
|
73
74
|
"es5-shim": "^4.6.7",
|
|
74
75
|
"es6-shim": "^0.35.8",
|
|
@@ -83,11 +84,11 @@
|
|
|
83
84
|
"fs-extra": "^11.2.0",
|
|
84
85
|
"github-api": "^3.4.0",
|
|
85
86
|
"husky": "^9.0.11",
|
|
86
|
-
"inquirer": "^9.2.
|
|
87
|
+
"inquirer": "^9.2.19",
|
|
87
88
|
"is-reference": "^3.0.2",
|
|
88
89
|
"lint-staged": "^15.2.2",
|
|
89
90
|
"locate-character": "^3.0.0",
|
|
90
|
-
"magic-string": "^0.30.
|
|
91
|
+
"magic-string": "^0.30.10",
|
|
91
92
|
"mocha": "^10.4.0",
|
|
92
93
|
"nyc": "^15.1.0",
|
|
93
94
|
"pinia": "^2.1.7",
|
|
@@ -95,7 +96,7 @@
|
|
|
95
96
|
"pretty-bytes": "^6.1.1",
|
|
96
97
|
"pretty-ms": "^9.0.0",
|
|
97
98
|
"requirejs": "^2.3.6",
|
|
98
|
-
"rollup": "^4.
|
|
99
|
+
"rollup": "^4.16.3",
|
|
99
100
|
"rollup-plugin-license": "^3.3.1",
|
|
100
101
|
"rollup-plugin-string": "^3.0.0",
|
|
101
102
|
"semver": "^7.6.0",
|
|
@@ -104,12 +105,12 @@
|
|
|
104
105
|
"source-map": "^0.7.4",
|
|
105
106
|
"source-map-support": "^0.5.21",
|
|
106
107
|
"systemjs": "^6.14.3",
|
|
107
|
-
"terser": "^5.30.
|
|
108
|
+
"terser": "^5.30.4",
|
|
108
109
|
"tslib": "^2.6.2",
|
|
109
110
|
"typescript": "^5.4.5",
|
|
110
|
-
"vite": "^5.2.
|
|
111
|
-
"vitepress": "^1.1.
|
|
112
|
-
"vue": "^3.4.
|
|
111
|
+
"vite": "^5.2.10",
|
|
112
|
+
"vitepress": "^1.1.3",
|
|
113
|
+
"vue": "^3.4.24",
|
|
113
114
|
"wasm-pack": "^0.12.1",
|
|
114
115
|
"weak-napi": "^2.0.2",
|
|
115
116
|
"yargs-parser": "^21.1.1"
|