rollup 4.1.1 → 4.1.3
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 +3 -3
- package/dist/es/shared/parseAst.js +2 -2
- 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 +2 -2
- package/dist/shared/rollup.js +3 -3
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch-proxy.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +16 -15
package/dist/bin/rollup
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/*
|
|
3
3
|
@license
|
|
4
|
-
Rollup.js v4.1.
|
|
5
|
-
Sun, 15 Oct 2023
|
|
4
|
+
Rollup.js v4.1.3
|
|
5
|
+
Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
|
|
6
6
|
|
|
7
7
|
https://github.com/rollup/rollup
|
|
8
8
|
|
package/dist/es/getLogFilter.js
CHANGED
package/dist/es/parseAst.js
CHANGED
package/dist/es/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.1.
|
|
4
|
-
Sun, 15 Oct 2023
|
|
3
|
+
Rollup.js v4.1.3
|
|
4
|
+
Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ import { xxhashBase64Url } from '../../native.js';
|
|
|
16
16
|
import { lstat, realpath, readdir, readFile, mkdir, writeFile } from 'node:fs/promises';
|
|
17
17
|
import * as tty from 'tty';
|
|
18
18
|
|
|
19
|
-
var version = "4.1.
|
|
19
|
+
var version = "4.1.3";
|
|
20
20
|
|
|
21
21
|
const comma = ','.charCodeAt(0);
|
|
22
22
|
const semicolon = ';'.charCodeAt(0);
|
package/dist/es/shared/watch.js
CHANGED
package/dist/getLogFilter.js
CHANGED
package/dist/loadConfigFile.js
CHANGED
package/dist/parseAst.js
CHANGED
package/dist/rollup.js
CHANGED
package/dist/shared/index.js
CHANGED
package/dist/shared/parseAst.js
CHANGED
package/dist/shared/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.1.
|
|
4
|
-
Sun, 15 Oct 2023
|
|
3
|
+
Rollup.js v4.1.3
|
|
4
|
+
Sun, 15 Oct 2023 17:47:37 GMT - commit c61a1507a88fc71be431550642b040da4b9422b0
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -31,7 +31,7 @@ function _interopNamespaceDefault(e) {
|
|
|
31
31
|
|
|
32
32
|
const tty__namespace = /*#__PURE__*/_interopNamespaceDefault(tty);
|
|
33
33
|
|
|
34
|
-
var version = "4.1.
|
|
34
|
+
var version = "4.1.3";
|
|
35
35
|
|
|
36
36
|
function ensureArray$1(items) {
|
|
37
37
|
if (Array.isArray(items)) {
|
package/dist/shared/watch-cli.js
CHANGED
package/dist/shared/watch.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -49,13 +49,14 @@
|
|
|
49
49
|
"build:docs": "vitepress build docs",
|
|
50
50
|
"preview:docs": "vitepress preview docs",
|
|
51
51
|
"ci:artifacts": "napi artifacts",
|
|
52
|
-
"ci:lint": "concurrently -c red,green,blue 'npm:lint:js:nofix' 'npm:lint:markdown:nofix' 'npm:lint:rust:nofix'",
|
|
52
|
+
"ci:lint": "concurrently -c red,yellow,green,blue 'npm:lint:js:nofix' 'npm:lint:native-js' 'npm:lint:markdown:nofix' 'npm:lint:rust:nofix'",
|
|
53
53
|
"ci:test:only": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && npm run test:only",
|
|
54
54
|
"ci:test:all": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && concurrently --kill-others-on-fail -c green,blue,magenta,cyan 'npm:test:only' 'npm:test:typescript' 'npm:test:leak' 'npm:test:browser'",
|
|
55
55
|
"ci:coverage": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && nyc --reporter lcovonly mocha",
|
|
56
|
-
"lint": "concurrently -c red,green,blue 'npm:lint:js' 'npm:lint:markdown' 'npm:lint:rust'",
|
|
56
|
+
"lint": "concurrently -c red,yellow,green,blue 'npm:lint:js' 'npm:lint:native-js' 'npm:lint:markdown' 'npm:lint:rust'",
|
|
57
57
|
"lint:js": "eslint . --fix --cache",
|
|
58
58
|
"lint:js:nofix": "eslint . --cache",
|
|
59
|
+
"lint:native-js": "node scripts/lint-native-js.js",
|
|
59
60
|
"lint:markdown": "prettier --write \"**/*.md\"",
|
|
60
61
|
"lint:markdown:nofix": "prettier --check \"**/*.md\"",
|
|
61
62
|
"lint:rust": "cd rust && cargo fmt && cargo clippy --fix --allow-dirty",
|
|
@@ -99,18 +100,18 @@
|
|
|
99
100
|
"homepage": "https://rollupjs.org/",
|
|
100
101
|
"optionalDependencies": {
|
|
101
102
|
"fsevents": "~2.3.2",
|
|
102
|
-
"@rollup/rollup-darwin-arm64": "4.1.
|
|
103
|
-
"@rollup/rollup-android-arm64": "4.1.
|
|
104
|
-
"@rollup/rollup-win32-arm64-msvc": "4.1.
|
|
105
|
-
"@rollup/rollup-linux-arm64-gnu": "4.1.
|
|
106
|
-
"@rollup/rollup-linux-arm64-musl": "4.1.
|
|
107
|
-
"@rollup/rollup-android-arm-eabi": "4.1.
|
|
108
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.1.
|
|
109
|
-
"@rollup/rollup-win32-ia32-msvc": "4.1.
|
|
110
|
-
"@rollup/rollup-darwin-x64": "4.1.
|
|
111
|
-
"@rollup/rollup-win32-x64-msvc": "4.1.
|
|
112
|
-
"@rollup/rollup-linux-x64-gnu": "4.1.
|
|
113
|
-
"@rollup/rollup-linux-x64-musl": "4.1.
|
|
103
|
+
"@rollup/rollup-darwin-arm64": "4.1.3",
|
|
104
|
+
"@rollup/rollup-android-arm64": "4.1.3",
|
|
105
|
+
"@rollup/rollup-win32-arm64-msvc": "4.1.3",
|
|
106
|
+
"@rollup/rollup-linux-arm64-gnu": "4.1.3",
|
|
107
|
+
"@rollup/rollup-linux-arm64-musl": "4.1.3",
|
|
108
|
+
"@rollup/rollup-android-arm-eabi": "4.1.3",
|
|
109
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.1.3",
|
|
110
|
+
"@rollup/rollup-win32-ia32-msvc": "4.1.3",
|
|
111
|
+
"@rollup/rollup-darwin-x64": "4.1.3",
|
|
112
|
+
"@rollup/rollup-win32-x64-msvc": "4.1.3",
|
|
113
|
+
"@rollup/rollup-linux-x64-gnu": "4.1.3",
|
|
114
|
+
"@rollup/rollup-linux-x64-musl": "4.1.3"
|
|
114
115
|
},
|
|
115
116
|
"devDependenciesComments": {
|
|
116
117
|
"@rollup/plugin-typescript": "It appears that 11.1.3 breaks sourcemaps"
|