@umijs/bundler-esbuild 4.0.8 → 4.0.11
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/build.d.ts +0 -0
- package/dist/build.js +1 -1
- package/dist/cli.d.ts +0 -0
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +0 -0
- package/dist/index.js +1 -1
- package/dist/plugins/__sample.d.ts +0 -0
- package/dist/plugins/__sample.js +1 -1
- package/dist/plugins/alias.d.ts +0 -0
- package/dist/plugins/alias.js +1 -1
- package/dist/plugins/externals.d.ts +0 -0
- package/dist/plugins/externals.js +1 -1
- package/dist/plugins/less-plugin-alias/index.d.ts +0 -0
- package/dist/plugins/less-plugin-alias/index.js +1 -1
- package/dist/plugins/less-plugin-alias/types.d.ts +0 -0
- package/dist/plugins/less-plugin-alias/types.js +1 -1
- package/dist/plugins/less-plugin-alias/utils.d.ts +0 -0
- package/dist/plugins/less-plugin-alias/utils.js +1 -1
- package/dist/plugins/less.d.ts +0 -0
- package/dist/plugins/less.js +1 -1
- package/dist/plugins/nodeGlobalsPolyfill.d.ts +0 -0
- package/dist/plugins/nodeGlobalsPolyfill.js +1 -1
- package/dist/plugins/style.d.ts +0 -0
- package/dist/plugins/style.js +1 -1
- package/dist/types.d.ts +0 -0
- package/dist/types.js +1 -1
- package/dist/utils/getBrowserlist.d.ts +0 -0
- package/dist/utils/getBrowserlist.js +1 -1
- package/dist/utils/postcssProcess.d.ts +0 -0
- package/dist/utils/postcssProcess.js +1 -1
- package/dist/utils/sortByAffix.d.ts +0 -0
- package/dist/utils/sortByAffix.js +1 -1
- package/package.json +5 -5
package/dist/build.d.ts
CHANGED
|
File without changes
|
package/dist/build.js
CHANGED
|
@@ -33,7 +33,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
33
33
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// build.ts
|
|
36
|
+
// src/build.ts
|
|
37
37
|
var build_exports = {};
|
|
38
38
|
__export(build_exports, {
|
|
39
39
|
build: () => build
|
package/dist/cli.d.ts
CHANGED
|
File without changes
|
package/dist/cli.js
CHANGED
|
@@ -14,7 +14,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
14
14
|
};
|
|
15
15
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
16
16
|
|
|
17
|
-
// cli.ts
|
|
17
|
+
// src/cli.ts
|
|
18
18
|
var import_esbuild = __toESM(require("@umijs/bundler-utils/compiled/esbuild"));
|
|
19
19
|
var import_utils = require("@umijs/utils");
|
|
20
20
|
var import_assert = __toESM(require("assert"));
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
13
13
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
14
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
15
|
|
|
16
|
-
// index.ts
|
|
16
|
+
// src/index.ts
|
|
17
17
|
var src_exports = {};
|
|
18
18
|
module.exports = __toCommonJS(src_exports);
|
|
19
19
|
__reExport(src_exports, require("./build"), module.exports);
|
|
File without changes
|
package/dist/plugins/__sample.js
CHANGED
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// __sample.ts
|
|
19
|
+
// src/plugins/__sample.ts
|
|
20
20
|
var sample_exports = {};
|
|
21
21
|
__export(sample_exports, {
|
|
22
22
|
Sample: () => Sample
|
package/dist/plugins/alias.d.ts
CHANGED
|
File without changes
|
package/dist/plugins/alias.js
CHANGED
|
@@ -19,7 +19,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
20
20
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
21
|
|
|
22
|
-
// alias.ts
|
|
22
|
+
// src/plugins/alias.ts
|
|
23
23
|
var alias_exports = {};
|
|
24
24
|
__export(alias_exports, {
|
|
25
25
|
default: () => alias_default
|
|
File without changes
|
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// externals.ts
|
|
19
|
+
// src/plugins/externals.ts
|
|
20
20
|
var externals_exports = {};
|
|
21
21
|
__export(externals_exports, {
|
|
22
22
|
default: () => externals_default
|
|
File without changes
|
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// index.ts
|
|
19
|
+
// src/plugins/less-plugin-alias/index.ts
|
|
20
20
|
var less_plugin_alias_exports = {};
|
|
21
21
|
__export(less_plugin_alias_exports, {
|
|
22
22
|
default: () => LessAliasPlugin
|
|
File without changes
|
|
@@ -12,6 +12,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
12
12
|
};
|
|
13
13
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
14
|
|
|
15
|
-
// types.ts
|
|
15
|
+
// src/plugins/less-plugin-alias/types.ts
|
|
16
16
|
var types_exports = {};
|
|
17
17
|
module.exports = __toCommonJS(types_exports);
|
|
File without changes
|
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// utils.ts
|
|
19
|
+
// src/plugins/less-plugin-alias/utils.ts
|
|
20
20
|
var utils_exports = {};
|
|
21
21
|
__export(utils_exports, {
|
|
22
22
|
parseAlias: () => parseAlias
|
package/dist/plugins/less.d.ts
CHANGED
|
File without changes
|
package/dist/plugins/less.js
CHANGED
|
@@ -48,7 +48,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
48
48
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
49
49
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
50
50
|
|
|
51
|
-
// less.ts
|
|
51
|
+
// src/plugins/less.ts
|
|
52
52
|
var less_exports = {};
|
|
53
53
|
__export(less_exports, {
|
|
54
54
|
aliasLessImportPath: () => aliasLessImportPath,
|
|
File without changes
|
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// nodeGlobalsPolyfill.ts
|
|
19
|
+
// src/plugins/nodeGlobalsPolyfill.ts
|
|
20
20
|
var nodeGlobalsPolyfill_exports = {};
|
|
21
21
|
__export(nodeGlobalsPolyfill_exports, {
|
|
22
22
|
nodeGlobalsPolyfill: () => nodeGlobalsPolyfill
|
package/dist/plugins/style.d.ts
CHANGED
|
File without changes
|
package/dist/plugins/style.js
CHANGED
|
@@ -33,7 +33,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
33
33
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// style.ts
|
|
36
|
+
// src/plugins/style.ts
|
|
37
37
|
var style_exports = {};
|
|
38
38
|
__export(style_exports, {
|
|
39
39
|
style: () => style
|
package/dist/types.d.ts
CHANGED
|
File without changes
|
package/dist/types.js
CHANGED
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// types.ts
|
|
19
|
+
// src/types.ts
|
|
20
20
|
var types_exports = {};
|
|
21
21
|
__export(types_exports, {
|
|
22
22
|
Env: () => Env,
|
|
File without changes
|
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// getBrowserlist.ts
|
|
19
|
+
// src/utils/getBrowserlist.ts
|
|
20
20
|
var getBrowserlist_exports = {};
|
|
21
21
|
__export(getBrowserlist_exports, {
|
|
22
22
|
getBrowserlist: () => getBrowserlist
|
|
File without changes
|
|
@@ -33,7 +33,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
33
33
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// postcssProcess.ts
|
|
36
|
+
// src/utils/postcssProcess.ts
|
|
37
37
|
var postcssProcess_exports = {};
|
|
38
38
|
__export(postcssProcess_exports, {
|
|
39
39
|
postcssProcess: () => postcssProcess
|
|
File without changes
|
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// sortByAffix.ts
|
|
19
|
+
// src/utils/sortByAffix.ts
|
|
20
20
|
var sortByAffix_exports = {};
|
|
21
21
|
__export(sortByAffix_exports, {
|
|
22
22
|
sortByAffix: () => sortByAffix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/bundler-esbuild",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.11",
|
|
4
4
|
"description": "@umijs/bundler-esbuild",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-esbuild#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi/issues",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
|
-
"build": "
|
|
21
|
+
"build": "umi-scripts father build",
|
|
22
22
|
"build:deps": "umi-scripts bundleDeps",
|
|
23
|
-
"dev": "
|
|
23
|
+
"dev": "umi-scripts father dev",
|
|
24
24
|
"test": "umi-scripts jest-turbo"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@umijs/bundler-utils": "4.0.
|
|
28
|
-
"@umijs/utils": "4.0.
|
|
27
|
+
"@umijs/bundler-utils": "4.0.11",
|
|
28
|
+
"@umijs/utils": "4.0.11",
|
|
29
29
|
"enhanced-resolve": "5.9.3",
|
|
30
30
|
"postcss": "^8.4.13",
|
|
31
31
|
"postcss-flexbugs-fixes": "5.0.2",
|