@rollup/wasm-node 4.11.0 → 4.12.1
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 +9 -3
- 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 +993 -167
- package/dist/es/shared/parseAst.js +83 -43
- 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 +13 -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 +100 -42
- package/dist/shared/rollup.js +1014 -188
- 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 +23 -22
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.1
|
|
4
|
+
Wed, 06 Mar 2024 06:02:59 GMT - commit f44dac3170a671b0978afa3af43818617904f544
|
|
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.1",
|
|
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
|
-
"@codemirror/lang-javascript": "^6.2.
|
|
38
|
+
"@codemirror/lang-javascript": "^6.2.2",
|
|
38
39
|
"@codemirror/language": "^6.10.1",
|
|
39
|
-
"@codemirror/search": "^6.5.
|
|
40
|
-
"@codemirror/state": "^6.4.
|
|
41
|
-
"@codemirror/view": "^6.
|
|
40
|
+
"@codemirror/search": "^6.5.6",
|
|
41
|
+
"@codemirror/state": "^6.4.1",
|
|
42
|
+
"@codemirror/view": "^6.24.1",
|
|
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",
|
|
@@ -51,50 +52,50 @@
|
|
|
51
52
|
"@rollup/plugin-terser": "^0.4.4",
|
|
52
53
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
53
54
|
"@rollup/pluginutils": "^5.1.0",
|
|
54
|
-
"@types/eslint": "^8.56.
|
|
55
|
+
"@types/eslint": "^8.56.3",
|
|
55
56
|
"@types/inquirer": "^9.0.7",
|
|
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.1.0",
|
|
61
|
+
"@typescript-eslint/parser": "^7.1.0",
|
|
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",
|
|
74
|
-
"eslint": "^8.
|
|
75
|
+
"eslint": "^8.57.0",
|
|
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-vue": "^9.
|
|
79
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
|
80
|
+
"eslint-plugin-vue": "^9.22.0",
|
|
80
81
|
"fixturify": "^3.0.0",
|
|
81
82
|
"flru": "^1.0.2",
|
|
82
83
|
"fs-extra": "^11.2.0",
|
|
83
84
|
"github-api": "^3.4.0",
|
|
84
|
-
"husky": "^9.0.
|
|
85
|
-
"inquirer": "^9.2.
|
|
85
|
+
"husky": "^9.0.11",
|
|
86
|
+
"inquirer": "^9.2.15",
|
|
86
87
|
"is-reference": "^3.0.2",
|
|
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.12.0",
|
|
98
99
|
"rollup-plugin-license": "^3.2.0",
|
|
99
100
|
"rollup-plugin-string": "^3.0.0",
|
|
100
101
|
"semver": "^7.6.0",
|
|
@@ -103,12 +104,12 @@
|
|
|
103
104
|
"source-map": "^0.7.4",
|
|
104
105
|
"source-map-support": "^0.5.21",
|
|
105
106
|
"systemjs": "^6.14.3",
|
|
106
|
-
"terser": "^5.
|
|
107
|
+
"terser": "^5.28.1",
|
|
107
108
|
"tslib": "^2.6.2",
|
|
108
109
|
"typescript": "^5.3.3",
|
|
109
|
-
"vite": "^5.
|
|
110
|
+
"vite": "^5.1.4",
|
|
110
111
|
"vitepress": "1.0.0-rc.39",
|
|
111
|
-
"vue": "^3.4.
|
|
112
|
+
"vue": "^3.4.20",
|
|
112
113
|
"wasm-pack": "^0.12.1",
|
|
113
114
|
"weak-napi": "^2.0.2",
|
|
114
115
|
"yargs-parser": "^21.1.1"
|