rollup 1.24.0 → 1.26.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/CHANGELOG.md +62 -0
- package/LICENSE.md +27 -0
- package/dist/bin/rollup +3 -2
- package/dist/rollup.browser.es.js +3 -3
- package/dist/rollup.browser.js +3 -3
- package/dist/rollup.d.ts +2 -1
- package/dist/rollup.es.js +1829 -1767
- package/dist/rollup.js +1826 -1764
- package/dist/shared/index.js +3 -3
- package/package.json +13 -12
package/dist/shared/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v1.
|
|
4
|
-
|
|
3
|
+
Rollup.js v1.26.0
|
|
4
|
+
Sun, 27 Oct 2019 19:40:08 GMT - commit 53fb6fe344376cad0af73d43a6d9790cb7a1e2b9
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
https://github.com/rollup/rollup
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
var path = require('path');
|
|
14
14
|
var module$1 = require('module');
|
|
15
15
|
|
|
16
|
-
var version = "1.
|
|
16
|
+
var version = "1.26.0";
|
|
17
17
|
|
|
18
18
|
function createCommonjsModule(fn, module) {
|
|
19
19
|
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/rollup.es.js",
|
|
@@ -72,40 +72,41 @@
|
|
|
72
72
|
"@types/chokidar": "^2.1.3",
|
|
73
73
|
"@types/micromatch": "^3.1.0",
|
|
74
74
|
"@types/minimist": "^1.2.0",
|
|
75
|
+
"acorn-export-ns-from": "^0.1.0",
|
|
75
76
|
"acorn-import-meta": "^1.0.0",
|
|
76
|
-
"acorn-jsx": "^5.0
|
|
77
|
+
"acorn-jsx": "^5.1.0",
|
|
77
78
|
"acorn-walk": "^7.0.0",
|
|
78
79
|
"buble": "^0.19.8",
|
|
79
80
|
"chokidar": "^2.1.8",
|
|
80
81
|
"codecov": "^3.6.1",
|
|
81
82
|
"console-group": "^0.3.3",
|
|
82
|
-
"core-js": "^3.
|
|
83
|
+
"core-js": "^3.3.4",
|
|
83
84
|
"cross-os": "^1.3.0",
|
|
84
85
|
"date-time": "^3.1.0",
|
|
85
86
|
"es5-shim": "^4.5.13",
|
|
86
87
|
"es6-shim": "^0.35.5",
|
|
87
|
-
"eslint": "^6.
|
|
88
|
+
"eslint": "^6.6.0",
|
|
88
89
|
"eslint-plugin-import": "^2.18.2",
|
|
89
|
-
"execa": "^2.
|
|
90
|
+
"execa": "^3.2.0",
|
|
90
91
|
"fixturify": "^1.2.0",
|
|
91
92
|
"hash.js": "^1.1.7",
|
|
92
|
-
"husky": "^3.0.
|
|
93
|
+
"husky": "^3.0.9",
|
|
93
94
|
"is-reference": "^1.1.4",
|
|
94
95
|
"lint-staged": "^9.4.2",
|
|
95
96
|
"locate-character": "^2.0.5",
|
|
96
97
|
"magic-string": "^0.25.4",
|
|
97
|
-
"markdownlint-cli": "^0.
|
|
98
|
+
"markdownlint-cli": "^0.19.0",
|
|
98
99
|
"micromatch": "^4.0.2",
|
|
99
100
|
"minimist": "^1.2.0",
|
|
100
|
-
"mocha": "^6.2.
|
|
101
|
+
"mocha": "^6.2.2",
|
|
101
102
|
"nyc": "^14.1.1",
|
|
102
103
|
"prettier": "^1.18.2",
|
|
103
104
|
"pretty-bytes": "^5.3.0",
|
|
104
105
|
"pretty-ms": "^5.0.0",
|
|
105
106
|
"require-relative": "^0.8.7",
|
|
106
107
|
"requirejs": "^2.3.6",
|
|
107
|
-
"rollup": "^1.
|
|
108
|
-
"rollup-plugin-alias": "^2.0
|
|
108
|
+
"rollup": "^1.25.2",
|
|
109
|
+
"rollup-plugin-alias": "^2.2.0",
|
|
109
110
|
"rollup-plugin-buble": "^0.19.8",
|
|
110
111
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
111
112
|
"rollup-plugin-json": "^4.0.0",
|
|
@@ -122,8 +123,8 @@
|
|
|
122
123
|
"source-map": "^0.6.1",
|
|
123
124
|
"source-map-support": "^0.5.13",
|
|
124
125
|
"sourcemap-codec": "^1.4.6",
|
|
125
|
-
"systemjs": "^6.1.
|
|
126
|
-
"terser": "^4.3.
|
|
126
|
+
"systemjs": "^6.1.4",
|
|
127
|
+
"terser": "^4.3.9",
|
|
127
128
|
"tslib": "^1.10.0",
|
|
128
129
|
"tslint": "^5.20.0",
|
|
129
130
|
"turbocolor": "^2.6.1",
|