@umijs/bundler-utils 4.0.0-beta.8 → 4.0.0-canary-20240513.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/compiled/@babel/core/index.d.ts +30 -2
- package/compiled/@babel/generator/index.d.ts +0 -1
- package/compiled/@babel/parser/typings/babel-parser.d.ts +12 -1
- package/compiled/@babel/traverse/index.d.ts +16 -9
- package/compiled/@babel/types/lib/index-legacy.d.ts +88 -48
- package/compiled/babel/helper-module-imports.d.ts +3 -0
- package/compiled/babel/helper-module-imports.js +1 -0
- package/compiled/babel/index.js +89069 -93856
- package/compiled/babel/index1.js +39 -0
- package/compiled/babel/plugin-proposal-class-properties.js +1 -0
- package/compiled/babel/plugin-proposal-private-methods.js +1 -0
- package/compiled/babel/plugin-proposal-private-property-in-object.js +1 -0
- package/compiled/babel/plugin-transform-class-properties.js +1 -0
- package/compiled/babel/plugin-transform-export-namespace-from.js +1 -0
- package/compiled/babel/plugin-transform-private-methods.js +1 -0
- package/compiled/babel/plugin-transform-private-property-in-object copy.js +1 -0
- package/compiled/es-module-lexer/LICENSE +10 -10
- package/compiled/es-module-lexer/index.js +1 -1
- package/compiled/es-module-lexer/types/lexer.d.ts +86 -86
- package/compiled/express/LICENSE +24 -0
- package/compiled/express/body-parser/index.d.ts +107 -0
- package/compiled/express/connect/index.d.ts +93 -0
- package/compiled/express/express-serve-static-core/index.d.ts +1264 -0
- package/compiled/express/index.d.ts +133 -0
- package/compiled/express/index.js +308 -0
- package/compiled/express/mime/Mime.d.ts +11 -0
- package/compiled/express/mime/index.d.ts +21 -0
- package/compiled/express/package.json +1 -0
- package/compiled/express/qs/index.d.ts +62 -0
- package/compiled/express/range-parser/index.d.ts +35 -0
- package/compiled/express/serve-static/index.d.ts +107 -0
- package/compiled/http-proxy-middleware/LICENSE +22 -0
- package/compiled/http-proxy-middleware/dist/index.d.ts +4 -0
- package/compiled/http-proxy-middleware/dist/types.d.ts +54 -0
- package/compiled/http-proxy-middleware/http-proxy/index.d.ts +233 -0
- package/compiled/http-proxy-middleware/index.js +66 -0
- package/compiled/http-proxy-middleware/package.json +1 -0
- package/compiled/less/index.d.ts +284 -0
- package/compiled/less/index.js +2 -0
- package/compiled/less/package.json +1 -0
- package/compiled/tapable/LICENSE +21 -0
- package/compiled/tapable/index.js +1 -0
- package/compiled/tapable/package.json +1 -0
- package/compiled/tapable/tapable.d.ts +116 -0
- package/dist/https.d.ts +10 -0
- package/dist/https.js +124 -0
- package/dist/index.d.ts +23 -2
- package/dist/index.js +107 -4
- package/dist/proxy.d.ts +5 -0
- package/dist/proxy.js +84 -0
- package/dist/types.d.ts +14 -0
- package/dist/types.js +17 -0
- package/package.json +71 -48
package/package.json
CHANGED
|
@@ -1,75 +1,93 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/bundler-utils",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-canary-20240513.3",
|
|
4
|
+
"homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-utils#readme",
|
|
5
|
+
"bugs": "https://github.com/umijs/umi/issues",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/umijs/umi"
|
|
9
|
+
},
|
|
10
|
+
"license": "MIT",
|
|
4
11
|
"main": "dist/index.js",
|
|
5
12
|
"types": "dist/index.d.ts",
|
|
6
13
|
"files": [
|
|
7
14
|
"dist",
|
|
8
15
|
"compiled"
|
|
9
16
|
],
|
|
10
|
-
"scripts": {
|
|
11
|
-
"build": "pnpm tsc",
|
|
12
|
-
"build:deps": "pnpm esno ../../scripts/bundleDeps.ts",
|
|
13
|
-
"dev": "pnpm build -- --watch"
|
|
14
|
-
},
|
|
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
17
|
"dependencies": {
|
|
29
|
-
"
|
|
30
|
-
"
|
|
18
|
+
"esbuild": "0.17.19",
|
|
19
|
+
"regenerate": "^1.4.2",
|
|
20
|
+
"regenerate-unicode-properties": "10.1.1",
|
|
21
|
+
"spdy": "^4.0.2",
|
|
22
|
+
"@umijs/utils": "4.0.0-canary-20240513.3"
|
|
31
23
|
},
|
|
32
24
|
"devDependencies": {
|
|
33
|
-
"@babel/code-frame": "7.
|
|
34
|
-
"@babel/core": "7.
|
|
35
|
-
"@babel/generator": "7.
|
|
36
|
-
"@babel/
|
|
37
|
-
"@babel/
|
|
38
|
-
"@babel/plugin-proposal-
|
|
39
|
-
"@babel/plugin-proposal-
|
|
40
|
-
"@babel/plugin-proposal-export-
|
|
41
|
-
"@babel/plugin-proposal-function-bind": "7.
|
|
42
|
-
"@babel/plugin-proposal-partial-application": "7.
|
|
43
|
-
"@babel/plugin-proposal-pipeline-operator": "7.
|
|
44
|
-
"@babel/plugin-proposal-record-and-tuple": "7.
|
|
45
|
-
"@babel/plugin-transform-
|
|
46
|
-
"@babel/
|
|
47
|
-
"@babel/
|
|
48
|
-
"@babel/
|
|
49
|
-
"@babel/
|
|
50
|
-
"@babel/
|
|
51
|
-
"@babel/
|
|
52
|
-
"@babel/
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
25
|
+
"@babel/code-frame": "7.23.5",
|
|
26
|
+
"@babel/core": "7.23.6",
|
|
27
|
+
"@babel/generator": "7.23.6",
|
|
28
|
+
"@babel/helper-module-imports": "7.22.15",
|
|
29
|
+
"@babel/parser": "7.23.6",
|
|
30
|
+
"@babel/plugin-proposal-decorators": "7.23.6",
|
|
31
|
+
"@babel/plugin-proposal-do-expressions": "7.23.3",
|
|
32
|
+
"@babel/plugin-proposal-export-default-from": "7.23.3",
|
|
33
|
+
"@babel/plugin-proposal-function-bind": "7.23.3",
|
|
34
|
+
"@babel/plugin-proposal-partial-application": "7.23.3",
|
|
35
|
+
"@babel/plugin-proposal-pipeline-operator": "7.23.3",
|
|
36
|
+
"@babel/plugin-proposal-record-and-tuple": "7.23.3",
|
|
37
|
+
"@babel/plugin-transform-class-properties": "7.23.3",
|
|
38
|
+
"@babel/plugin-transform-export-namespace-from": "7.23.4",
|
|
39
|
+
"@babel/plugin-transform-private-methods": "7.23.3",
|
|
40
|
+
"@babel/plugin-transform-private-property-in-object": "7.23.4",
|
|
41
|
+
"@babel/plugin-transform-runtime": "7.23.6",
|
|
42
|
+
"@babel/preset-env": "7.23.6",
|
|
43
|
+
"@babel/preset-react": "7.23.3",
|
|
44
|
+
"@babel/preset-typescript": "7.23.3",
|
|
45
|
+
"@babel/register": "7.22.15",
|
|
46
|
+
"@babel/template": "7.22.15",
|
|
47
|
+
"@babel/traverse": "7.23.6",
|
|
48
|
+
"@babel/types": "7.23.6",
|
|
49
|
+
"@types/babel__code-frame": "7.0.6",
|
|
50
|
+
"@types/babel__core": "7.20.5",
|
|
51
|
+
"@types/babel__generator": "7.6.8",
|
|
55
52
|
"@types/babel__parser": "7.1.1",
|
|
56
|
-
"@types/babel__template": "7.4.
|
|
57
|
-
"@types/babel__traverse": "7.
|
|
53
|
+
"@types/babel__template": "7.4.4",
|
|
54
|
+
"@types/babel__traverse": "7.20.4",
|
|
55
|
+
"@types/express": "4.17.17",
|
|
56
|
+
"@types/less": "3.0.3",
|
|
57
|
+
"@types/spdy": "^3.4.5",
|
|
58
58
|
"cjs-module-lexer": "1.2.2",
|
|
59
|
-
"es-module-lexer": "0.
|
|
59
|
+
"es-module-lexer": "0.10.5",
|
|
60
|
+
"express": "4.18.2",
|
|
61
|
+
"http-proxy-middleware": "2.0.6",
|
|
62
|
+
"less": "4.1.3",
|
|
63
|
+
"tapable": "2.2.1"
|
|
64
|
+
},
|
|
65
|
+
"publishConfig": {
|
|
66
|
+
"access": "public"
|
|
60
67
|
},
|
|
68
|
+
"authors": [
|
|
69
|
+
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
|
|
70
|
+
],
|
|
61
71
|
"compiledConfig": {
|
|
62
72
|
"deps": [
|
|
63
73
|
"cjs-module-lexer",
|
|
64
74
|
"es-module-lexer",
|
|
65
75
|
"esbuild",
|
|
76
|
+
"express",
|
|
77
|
+
"less",
|
|
78
|
+
"tapable",
|
|
79
|
+
"http-proxy-middleware",
|
|
66
80
|
"./bundles/babel/bundle"
|
|
67
81
|
],
|
|
68
82
|
"externals": {
|
|
69
83
|
"cjs-module-lexer": "$$LOCAL",
|
|
70
84
|
"debug": "@umijs/utils/compiled/debug",
|
|
71
85
|
"esbuild": "$$LOCAL",
|
|
72
|
-
"es-module-lexer": "$$LOCAL"
|
|
86
|
+
"es-module-lexer": "$$LOCAL",
|
|
87
|
+
"express": "$$LOCAL",
|
|
88
|
+
"less": "$$LOCAL",
|
|
89
|
+
"tapable": "$$LOCAL",
|
|
90
|
+
"regenerate": "regenerate"
|
|
73
91
|
},
|
|
74
92
|
"noMinify": [
|
|
75
93
|
"./bundles/babel/bundle"
|
|
@@ -83,5 +101,10 @@
|
|
|
83
101
|
"@babel/traverse",
|
|
84
102
|
"@babel/types"
|
|
85
103
|
]
|
|
104
|
+
},
|
|
105
|
+
"scripts": {
|
|
106
|
+
"build": "umi-scripts father build",
|
|
107
|
+
"build:deps": "umi-scripts bundleDeps",
|
|
108
|
+
"dev": "umi-scripts father dev"
|
|
86
109
|
}
|
|
87
|
-
}
|
|
110
|
+
}
|