@umijs/bundler-utils 4.0.0-beta.8 → 4.0.0-beta.9
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('./').helperModuleImports();
|
package/compiled/babel/index.js
CHANGED
|
@@ -101458,6 +101458,7 @@ module.exports = {
|
|
|
101458
101458
|
codeFrame: () => __nccwpck_require__(57713),
|
|
101459
101459
|
core: () => __nccwpck_require__(47761),
|
|
101460
101460
|
generator: () => __nccwpck_require__(66006),
|
|
101461
|
+
helperModuleImports: () => __nccwpck_require__(11474),
|
|
101461
101462
|
parser: () => __nccwpck_require__(725),
|
|
101462
101463
|
|
|
101463
101464
|
// tc39
|
package/package.json
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/bundler-utils",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.9",
|
|
4
|
+
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-utils#readme",
|
|
5
|
+
"bugs": "https://github.com/umijs/umi-next/issues",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/umijs/umi-next"
|
|
9
|
+
},
|
|
10
|
+
"license": "MIT",
|
|
4
11
|
"main": "dist/index.js",
|
|
5
12
|
"types": "dist/index.d.ts",
|
|
6
13
|
"files": [
|
|
@@ -12,27 +19,15 @@
|
|
|
12
19
|
"build:deps": "pnpm esno ../../scripts/bundleDeps.ts",
|
|
13
20
|
"dev": "pnpm build -- --watch"
|
|
14
21
|
},
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "https://github.com/umijs/umi-next"
|
|
18
|
-
},
|
|
19
|
-
"authors": [
|
|
20
|
-
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
|
|
21
|
-
],
|
|
22
|
-
"license": "MIT",
|
|
23
|
-
"bugs": "https://github.com/umijs/umi-next/issues",
|
|
24
|
-
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-utils#readme",
|
|
25
|
-
"publishConfig": {
|
|
26
|
-
"access": "public"
|
|
27
|
-
},
|
|
28
22
|
"dependencies": {
|
|
29
|
-
"@umijs/utils": "4.0.0-beta.
|
|
23
|
+
"@umijs/utils": "4.0.0-beta.9",
|
|
30
24
|
"esbuild": "0.13.11"
|
|
31
25
|
},
|
|
32
26
|
"devDependencies": {
|
|
33
27
|
"@babel/code-frame": "7.16.0",
|
|
34
28
|
"@babel/core": "7.16.0",
|
|
35
29
|
"@babel/generator": "7.16.0",
|
|
30
|
+
"@babel/helper-module-imports": "7.16.0",
|
|
36
31
|
"@babel/parser": "7.16.0",
|
|
37
32
|
"@babel/plugin-proposal-decorators": "7.16.0",
|
|
38
33
|
"@babel/plugin-proposal-do-expressions": "7.16.0",
|
|
@@ -58,6 +53,12 @@
|
|
|
58
53
|
"cjs-module-lexer": "1.2.2",
|
|
59
54
|
"es-module-lexer": "0.9.3"
|
|
60
55
|
},
|
|
56
|
+
"publishConfig": {
|
|
57
|
+
"access": "public"
|
|
58
|
+
},
|
|
59
|
+
"authors": [
|
|
60
|
+
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
|
|
61
|
+
],
|
|
61
62
|
"compiledConfig": {
|
|
62
63
|
"deps": [
|
|
63
64
|
"cjs-module-lexer",
|