@umijs/bundler-utils 4.0.0-canary.20220412.1 → 4.0.0-canary.20220414.1
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/index.d.ts +0 -2
- package/dist/index.js +1 -6
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -8,17 +8,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
-
};
|
|
14
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.isDepPath = exports.parseModuleSync = exports.parseModule =
|
|
12
|
+
exports.isDepPath = exports.parseModuleSync = exports.parseModule = void 0;
|
|
16
13
|
const es_module_lexer_1 = require("@umijs/bundler-utils/compiled/es-module-lexer");
|
|
17
14
|
const esbuild_1 = require("@umijs/bundler-utils/compiled/esbuild");
|
|
18
15
|
const utils_1 = require("@umijs/utils");
|
|
19
16
|
const path_1 = require("path");
|
|
20
|
-
const express_1 = __importDefault(require("../compiled/express"));
|
|
21
|
-
exports.express = express_1.default;
|
|
22
17
|
function parseModule(opts) {
|
|
23
18
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
19
|
yield es_module_lexer_1.init;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/bundler-utils",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.20220414.1",
|
|
4
4
|
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/bundler-utils#readme",
|
|
5
5
|
"bugs": "https://github.com/umijs/umi-next/issues",
|
|
6
6
|
"repository": {
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dev": "pnpm build -- --watch"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@umijs/utils": "4.0.0-canary.
|
|
24
|
-
"esbuild": "0.14.
|
|
23
|
+
"@umijs/utils": "4.0.0-canary.20220414.1",
|
|
24
|
+
"esbuild": "0.14.36",
|
|
25
25
|
"regenerate-unicode-properties": "10.0.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|