@umijs/mfsu 4.0.0-canary.20220718.1 → 4.0.0-canary.20220727.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.
Files changed (100) hide show
  1. package/dist/babelPlugins/awaitImport/MFImport.d.ts +0 -1
  2. package/dist/babelPlugins/awaitImport/MFImport.js +59 -66
  3. package/dist/babelPlugins/awaitImport/awaitImport.d.ts +0 -1
  4. package/dist/babelPlugins/awaitImport/awaitImport.js +103 -117
  5. package/dist/babelPlugins/awaitImport/checkMatch.d.ts +0 -1
  6. package/dist/babelPlugins/awaitImport/checkMatch.js +129 -132
  7. package/dist/babelPlugins/awaitImport/getAliasedPath.d.ts +0 -1
  8. package/dist/babelPlugins/awaitImport/getAliasedPath.js +54 -35
  9. package/dist/babelPlugins/awaitImport/getRealPath.d.ts +0 -1
  10. package/dist/babelPlugins/awaitImport/getRealPath.js +42 -21
  11. package/dist/babelPlugins/awaitImport/isExternals.d.ts +0 -1
  12. package/dist/babelPlugins/awaitImport/isExternals.js +55 -26
  13. package/dist/babelPlugins/awaitImport/parseSpecifiers.d.ts +0 -1
  14. package/dist/babelPlugins/awaitImport/parseSpecifiers.js +51 -52
  15. package/dist/constants.d.ts +0 -1
  16. package/dist/constants.js +47 -10
  17. package/dist/dep/dep.d.ts +0 -1
  18. package/dist/dep/dep.js +112 -83
  19. package/dist/dep/getCJSExports.d.ts +0 -1
  20. package/dist/dep/getCJSExports.js +60 -53
  21. package/dist/dep/getExposeFromContent.d.ts +0 -1
  22. package/dist/dep/getExposeFromContent.js +71 -61
  23. package/dist/dep/getModuleExports.d.ts +0 -1
  24. package/dist/dep/getModuleExports.js +58 -32
  25. package/dist/depBuilder/depBuilder.d.ts +0 -1
  26. package/dist/depBuilder/depBuilder.js +184 -158
  27. package/dist/depBuilder/getESBuildEntry.d.ts +0 -1
  28. package/dist/depBuilder/getESBuildEntry.js +35 -12
  29. package/dist/depInfo.d.ts +0 -1
  30. package/dist/depInfo.js +75 -53
  31. package/dist/esbuildHandlers/autoCssModules.d.ts +0 -1
  32. package/dist/esbuildHandlers/autoCssModules.js +43 -22
  33. package/dist/esbuildHandlers/awaitImport/index.d.ts +0 -1
  34. package/dist/esbuildHandlers/awaitImport/index.js +82 -70
  35. package/dist/index.d.ts +0 -1
  36. package/dist/index.js +32 -22
  37. package/dist/loader/esbuild.d.ts +0 -1
  38. package/dist/loader/esbuild.js +87 -35
  39. package/dist/mfsu/mfsu.d.ts +0 -1
  40. package/dist/mfsu/mfsu.js +229 -257
  41. package/dist/mfsu/strategyCompileTime.d.ts +0 -1
  42. package/dist/mfsu/strategyCompileTime.js +123 -99
  43. package/dist/mfsu/strategyStaticAnalyze.d.ts +0 -1
  44. package/dist/mfsu/strategyStaticAnalyze.js +135 -117
  45. package/dist/moduleGraph.d.ts +0 -1
  46. package/dist/moduleGraph.js +227 -186
  47. package/dist/staticDepInfo/importParser.d.ts +0 -1
  48. package/dist/staticDepInfo/importParser.js +28 -6
  49. package/dist/staticDepInfo/simulations/babel-plugin-import.d.ts +0 -1
  50. package/dist/staticDepInfo/simulations/babel-plugin-import.js +99 -91
  51. package/dist/staticDepInfo/staticDepInfo.d.ts +0 -1
  52. package/dist/staticDepInfo/staticDepInfo.js +230 -197
  53. package/dist/types.d.ts +0 -1
  54. package/dist/types.js +33 -8
  55. package/dist/utils/makeArray.d.ts +0 -1
  56. package/dist/utils/makeArray.js +29 -5
  57. package/dist/utils/trimFileContent.d.ts +0 -1
  58. package/dist/utils/trimFileContent.js +29 -5
  59. package/dist/webpackPlugins/buildDepPlugin.d.ts +0 -1
  60. package/dist/webpackPlugins/buildDepPlugin.js +49 -25
  61. package/dist/webpackPlugins/depChunkIdPrefixPlugin.d.ts +0 -1
  62. package/dist/webpackPlugins/depChunkIdPrefixPlugin.js +44 -19
  63. package/dist/webpackPlugins/stripSourceMapUrlPlugin.d.ts +0 -1
  64. package/dist/webpackPlugins/stripSourceMapUrlPlugin.js +46 -27
  65. package/dist/webpackPlugins/writeCachePlugin.d.ts +0 -1
  66. package/dist/webpackPlugins/writeCachePlugin.js +39 -15
  67. package/package.json +6 -6
  68. package/dist/babelPlugins/awaitImport/MFImport.d.ts.map +0 -1
  69. package/dist/babelPlugins/awaitImport/awaitImport.d.ts.map +0 -1
  70. package/dist/babelPlugins/awaitImport/checkMatch.d.ts.map +0 -1
  71. package/dist/babelPlugins/awaitImport/getAliasedPath.d.ts.map +0 -1
  72. package/dist/babelPlugins/awaitImport/getRealPath.d.ts.map +0 -1
  73. package/dist/babelPlugins/awaitImport/isExternals.d.ts.map +0 -1
  74. package/dist/babelPlugins/awaitImport/parseSpecifiers.d.ts.map +0 -1
  75. package/dist/constants.d.ts.map +0 -1
  76. package/dist/dep/dep.d.ts.map +0 -1
  77. package/dist/dep/getCJSExports.d.ts.map +0 -1
  78. package/dist/dep/getExposeFromContent.d.ts.map +0 -1
  79. package/dist/dep/getModuleExports.d.ts.map +0 -1
  80. package/dist/depBuilder/depBuilder.d.ts.map +0 -1
  81. package/dist/depBuilder/getESBuildEntry.d.ts.map +0 -1
  82. package/dist/depInfo.d.ts.map +0 -1
  83. package/dist/esbuildHandlers/autoCssModules.d.ts.map +0 -1
  84. package/dist/esbuildHandlers/awaitImport/index.d.ts.map +0 -1
  85. package/dist/index.d.ts.map +0 -1
  86. package/dist/loader/esbuild.d.ts.map +0 -1
  87. package/dist/mfsu/mfsu.d.ts.map +0 -1
  88. package/dist/mfsu/strategyCompileTime.d.ts.map +0 -1
  89. package/dist/mfsu/strategyStaticAnalyze.d.ts.map +0 -1
  90. package/dist/moduleGraph.d.ts.map +0 -1
  91. package/dist/staticDepInfo/importParser.d.ts.map +0 -1
  92. package/dist/staticDepInfo/simulations/babel-plugin-import.d.ts.map +0 -1
  93. package/dist/staticDepInfo/staticDepInfo.d.ts.map +0 -1
  94. package/dist/types.d.ts.map +0 -1
  95. package/dist/utils/makeArray.d.ts.map +0 -1
  96. package/dist/utils/trimFileContent.d.ts.map +0 -1
  97. package/dist/webpackPlugins/buildDepPlugin.d.ts.map +0 -1
  98. package/dist/webpackPlugins/depChunkIdPrefixPlugin.d.ts.map +0 -1
  99. package/dist/webpackPlugins/stripSourceMapUrlPlugin.d.ts.map +0 -1
  100. package/dist/webpackPlugins/writeCachePlugin.d.ts.map +0 -1
package/dist/types.js CHANGED
@@ -1,8 +1,33 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Mode = void 0;
4
- var Mode;
5
- (function (Mode) {
6
- Mode["development"] = "development";
7
- Mode["production"] = "production";
8
- })(Mode = exports.Mode || (exports.Mode = {}));
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // types.ts
20
+ var types_exports = {};
21
+ __export(types_exports, {
22
+ Mode: () => Mode
23
+ });
24
+ module.exports = __toCommonJS(types_exports);
25
+ var Mode = /* @__PURE__ */ ((Mode2) => {
26
+ Mode2["development"] = "development";
27
+ Mode2["production"] = "production";
28
+ return Mode2;
29
+ })(Mode || {});
30
+ // Annotate the CommonJS export names for ESM import in node:
31
+ 0 && (module.exports = {
32
+ Mode
33
+ });
@@ -1,2 +1 @@
1
1
  export declare function makeArray(item: any): any[];
2
- //# sourceMappingURL=makeArray.d.ts.map
@@ -1,7 +1,31 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.makeArray = void 0;
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // makeArray.ts
20
+ var makeArray_exports = {};
21
+ __export(makeArray_exports, {
22
+ makeArray: () => makeArray
23
+ });
24
+ module.exports = __toCommonJS(makeArray_exports);
4
25
  function makeArray(item) {
5
- return Array.isArray(item) ? item : [item];
26
+ return Array.isArray(item) ? item : [item];
6
27
  }
7
- exports.makeArray = makeArray;
28
+ // Annotate the CommonJS export names for ESM import in node:
29
+ 0 && (module.exports = {
30
+ makeArray
31
+ });
@@ -1,2 +1 @@
1
1
  export declare function trimFileContent(content: string): string;
2
- //# sourceMappingURL=trimFileContent.d.ts.map
@@ -1,7 +1,31 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.trimFileContent = void 0;
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // trimFileContent.ts
20
+ var trimFileContent_exports = {};
21
+ __export(trimFileContent_exports, {
22
+ trimFileContent: () => trimFileContent
23
+ });
24
+ module.exports = __toCommonJS(trimFileContent_exports);
4
25
  function trimFileContent(content) {
5
- return content.trim() + '\n';
26
+ return content.trim() + "\n";
6
27
  }
7
- exports.trimFileContent = trimFileContent;
28
+ // Annotate the CommonJS export names for ESM import in node:
29
+ 0 && (module.exports = {
30
+ trimFileContent
31
+ });
@@ -9,4 +9,3 @@ export declare class BuildDepPlugin {
9
9
  constructor(opts: IBuildDepPluginOpts);
10
10
  apply(compiler: Compiler): void;
11
11
  }
12
- //# sourceMappingURL=buildDepPlugin.d.ts.map
@@ -1,25 +1,49 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BuildDepPlugin = void 0;
4
- const PLUGIN_NAME = 'MFSUBuildDeps';
5
- class BuildDepPlugin {
6
- constructor(opts) {
7
- this.opts = opts;
8
- }
9
- apply(compiler) {
10
- compiler.hooks.watchRun.tapPromise(PLUGIN_NAME, (c) => {
11
- var _a, _b;
12
- return ((_b = (_a = this.opts).onFileChange) === null || _b === void 0 ? void 0 : _b.call(_a, c)) || Promise.resolve();
13
- });
14
- compiler.hooks.beforeCompile.tap(PLUGIN_NAME, () => {
15
- var _a, _b;
16
- (_b = (_a = this.opts).beforeCompile) === null || _b === void 0 ? void 0 : _b.call(_a);
17
- });
18
- compiler.hooks.done.tap(PLUGIN_NAME, (stats) => {
19
- if (!stats.hasErrors()) {
20
- this.opts.onCompileDone();
21
- }
22
- });
23
- }
24
- }
25
- exports.BuildDepPlugin = BuildDepPlugin;
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // buildDepPlugin.ts
20
+ var buildDepPlugin_exports = {};
21
+ __export(buildDepPlugin_exports, {
22
+ BuildDepPlugin: () => BuildDepPlugin
23
+ });
24
+ module.exports = __toCommonJS(buildDepPlugin_exports);
25
+ var PLUGIN_NAME = "MFSUBuildDeps";
26
+ var BuildDepPlugin = class {
27
+ constructor(opts) {
28
+ this.opts = opts;
29
+ }
30
+ apply(compiler) {
31
+ compiler.hooks.watchRun.tapPromise(PLUGIN_NAME, (c) => {
32
+ var _a, _b;
33
+ return ((_b = (_a = this.opts).onFileChange) == null ? void 0 : _b.call(_a, c)) || Promise.resolve();
34
+ });
35
+ compiler.hooks.beforeCompile.tap(PLUGIN_NAME, () => {
36
+ var _a, _b;
37
+ (_b = (_a = this.opts).beforeCompile) == null ? void 0 : _b.call(_a);
38
+ });
39
+ compiler.hooks.done.tap(PLUGIN_NAME, (stats) => {
40
+ if (!stats.hasErrors()) {
41
+ this.opts.onCompileDone();
42
+ }
43
+ });
44
+ }
45
+ };
46
+ // Annotate the CommonJS export names for ESM import in node:
47
+ 0 && (module.exports = {
48
+ BuildDepPlugin
49
+ });
@@ -3,4 +3,3 @@ export declare class DepChunkIdPrefixPlugin {
3
3
  constructor();
4
4
  apply(compiler: Compiler): void;
5
5
  }
6
- //# sourceMappingURL=depChunkIdPrefixPlugin.d.ts.map
@@ -1,19 +1,44 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DepChunkIdPrefixPlugin = void 0;
4
- const constants_1 = require("../constants");
5
- const pluginId = 'MFSUDepChunkIdPrefix';
6
- class DepChunkIdPrefixPlugin {
7
- constructor() { }
8
- apply(compiler) {
9
- compiler.hooks.compilation.tap(pluginId, (compilation) => {
10
- compilation.hooks.afterOptimizeChunkIds.tap(pluginId, (chunks) => {
11
- for (const chunk of chunks) {
12
- chunk.id = constants_1.MF_DEP_PREFIX + chunk.id;
13
- chunk.ids = [chunk.id];
14
- }
15
- });
16
- });
17
- }
18
- }
19
- exports.DepChunkIdPrefixPlugin = DepChunkIdPrefixPlugin;
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // depChunkIdPrefixPlugin.ts
20
+ var depChunkIdPrefixPlugin_exports = {};
21
+ __export(depChunkIdPrefixPlugin_exports, {
22
+ DepChunkIdPrefixPlugin: () => DepChunkIdPrefixPlugin
23
+ });
24
+ module.exports = __toCommonJS(depChunkIdPrefixPlugin_exports);
25
+ var import_constants = require("../constants");
26
+ var pluginId = "MFSUDepChunkIdPrefix";
27
+ var DepChunkIdPrefixPlugin = class {
28
+ constructor() {
29
+ }
30
+ apply(compiler) {
31
+ compiler.hooks.compilation.tap(pluginId, (compilation) => {
32
+ compilation.hooks.afterOptimizeChunkIds.tap(pluginId, (chunks) => {
33
+ for (const chunk of chunks) {
34
+ chunk.id = import_constants.MF_DEP_PREFIX + chunk.id;
35
+ chunk.ids = [chunk.id];
36
+ }
37
+ });
38
+ });
39
+ }
40
+ };
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ DepChunkIdPrefixPlugin
44
+ });
@@ -8,4 +8,3 @@ export declare class StripSourceMapUrlPlugin {
8
8
  apply(compiler: Compiler): void;
9
9
  }
10
10
  export {};
11
- //# sourceMappingURL=stripSourceMapUrlPlugin.d.ts.map
@@ -1,28 +1,47 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StripSourceMapUrlPlugin = void 0;
4
- class StripSourceMapUrlPlugin {
5
- constructor(opts) {
6
- this.opts = opts;
7
- }
8
- apply(compiler) {
9
- compiler.hooks.compilation.tap('StripSourceMapUrlPlugin', (compilation) => {
10
- compilation.hooks.processAssets.tap({
11
- name: 'StripSourceMapUrlPlugin',
12
- stage: this.opts.webpack.Compilation.PROCESS_ASSETS_STAGE_DERIVE,
13
- }, (assets) => {
14
- Object.keys(assets)
15
- .filter((filename) => /\.js$/.test(filename))
16
- .forEach((filename) => {
17
- const asset = assets[filename];
18
- const source = asset
19
- .source()
20
- .toString()
21
- .replace(/# sourceMappingURL=(.+?\.map)/g, '# $1');
22
- compilation.updateAsset(filename, new this.opts.webpack.sources.RawSource(source));
23
- });
24
- });
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // stripSourceMapUrlPlugin.ts
20
+ var stripSourceMapUrlPlugin_exports = {};
21
+ __export(stripSourceMapUrlPlugin_exports, {
22
+ StripSourceMapUrlPlugin: () => StripSourceMapUrlPlugin
23
+ });
24
+ module.exports = __toCommonJS(stripSourceMapUrlPlugin_exports);
25
+ var StripSourceMapUrlPlugin = class {
26
+ constructor(opts) {
27
+ this.opts = opts;
28
+ }
29
+ apply(compiler) {
30
+ compiler.hooks.compilation.tap("StripSourceMapUrlPlugin", (compilation) => {
31
+ compilation.hooks.processAssets.tap({
32
+ name: "StripSourceMapUrlPlugin",
33
+ stage: this.opts.webpack.Compilation.PROCESS_ASSETS_STAGE_DERIVE
34
+ }, (assets) => {
35
+ Object.keys(assets).filter((filename) => /\.js$/.test(filename)).forEach((filename) => {
36
+ const asset = assets[filename];
37
+ const source = asset.source().toString().replace(/# sourceMappingURL=(.+?\.map)/g, "# $1");
38
+ compilation.updateAsset(filename, new this.opts.webpack.sources.RawSource(source));
25
39
  });
26
- }
27
- }
28
- exports.StripSourceMapUrlPlugin = StripSourceMapUrlPlugin;
40
+ });
41
+ });
42
+ }
43
+ };
44
+ // Annotate the CommonJS export names for ESM import in node:
45
+ 0 && (module.exports = {
46
+ StripSourceMapUrlPlugin
47
+ });
@@ -8,4 +8,3 @@ export declare class WriteCachePlugin {
8
8
  apply(compiler: Compiler): void;
9
9
  }
10
10
  export {};
11
- //# sourceMappingURL=writeCachePlugin.d.ts.map
@@ -1,15 +1,39 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WriteCachePlugin = void 0;
4
- const PLUGIN_NAME = 'MFSUWriteCache';
5
- class WriteCachePlugin {
6
- constructor(opts) {
7
- this.opts = opts;
8
- }
9
- apply(compiler) {
10
- compiler.cache.hooks.store.tap({ name: PLUGIN_NAME, stage: /*Cache.STAGE_DISK*/ 10 }, () => {
11
- this.opts.onWriteCache();
12
- });
13
- }
14
- }
15
- exports.WriteCachePlugin = WriteCachePlugin;
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // writeCachePlugin.ts
20
+ var writeCachePlugin_exports = {};
21
+ __export(writeCachePlugin_exports, {
22
+ WriteCachePlugin: () => WriteCachePlugin
23
+ });
24
+ module.exports = __toCommonJS(writeCachePlugin_exports);
25
+ var PLUGIN_NAME = "MFSUWriteCache";
26
+ var WriteCachePlugin = class {
27
+ constructor(opts) {
28
+ this.opts = opts;
29
+ }
30
+ apply(compiler) {
31
+ compiler.cache.hooks.store.tap({ name: PLUGIN_NAME, stage: 10 }, () => {
32
+ this.opts.onWriteCache();
33
+ });
34
+ }
35
+ };
36
+ // Annotate the CommonJS export names for ESM import in node:
37
+ 0 && (module.exports = {
38
+ WriteCachePlugin
39
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/mfsu",
3
- "version": "4.0.0-canary.20220718.1",
3
+ "version": "4.0.0-canary.20220727.1",
4
4
  "description": "@umijs/mfsu",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/mfsu#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -17,15 +17,15 @@
17
17
  "vendors"
18
18
  ],
19
19
  "scripts": {
20
- "build": "pnpm tsc",
20
+ "build": "umi-scripts father build",
21
21
  "build:deps": "umi-scripts bundleDeps",
22
- "dev": "pnpm build --watch",
22
+ "dev": "umi-scripts father dev",
23
23
  "test": "umi-scripts jest-turbo"
24
24
  },
25
25
  "dependencies": {
26
- "@umijs/bundler-esbuild": "4.0.0-canary.20220718.1",
27
- "@umijs/bundler-utils": "4.0.0-canary.20220718.1",
28
- "@umijs/utils": "4.0.0-canary.20220718.1",
26
+ "@umijs/bundler-esbuild": "4.0.0-canary.20220727.1",
27
+ "@umijs/bundler-utils": "4.0.0-canary.20220727.1",
28
+ "@umijs/utils": "4.0.0-canary.20220727.1",
29
29
  "enhanced-resolve": "5.9.3",
30
30
  "is-equal": "^1.6.4"
31
31
  },
@@ -1 +0,0 @@
1
- {"version":3,"file":"MFImport.d.ts","sourceRoot":"","sources":["../../../src/babelPlugins/awaitImport/MFImport.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,0CAA0C,CAAC;AAClE,OAAO,KAAK,CAAC,MAAM,2CAA2C,CAAC;AAE/D,MAAM,WAAW,KAAK;IACpB,mBAAmB,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,MAAM,CAAC;IACtD,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,GAAG,CAAC;CACjB;AAED,MAAM,CAAC,OAAO;;;uBAIK,MAAM,QAAQ,CAAC,EAAE,OAAO,CAAC;sBAAoB,KAAK;;;;uBA8BrD,MAAM,QAAQ,CAAC,EAAE,cAAc,CAAC;sBACpB,KAAK;;;;EAehC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"awaitImport.d.ts","sourceRoot":"","sources":["../../../src/babelPlugins/awaitImport/awaitImport.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,0CAA0C,CAAC;AAClE,OAAO,KAAK,CAAC,MAAM,2CAA2C,CAAC;AAG/D,MAAM,WAAW,KAAK;IACpB,eAAe,CAAC,EAAE,QAAQ,CAAC;IAC3B,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAC5C,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,GAAG,CAAC;CACjB;AAED,MAAM,CAAC,OAAO;;gBAME,GAAG;;;uBAaA,MAAM,QAAQ,CAAC,EAAE,OAAO,CAAC;sBAAoB,KAAK;;;;uBAwDrD,MAAM,QAAQ,CAAC,EAAE,cAAc,CAAC;sBACpB,KAAK;;;;EAuBhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkMatch.d.ts","sourceRoot":"","sources":["../../../src/babelPlugins/awaitImport/checkMatch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,0CAA0C,CAAC;AAIlE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AA6B3C,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,IAAI,EACJ,IAAI,EACJ,WAAW,EACX,KAAK,EACL,KAAK,EACL,QAAQ,GACT,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC;IACtB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CA6G5D;AAGD,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,KAAK,CAAA;CAAE,UAQtE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAliasedPath.d.ts","sourceRoot":"","sources":["../../../src/babelPlugins/awaitImport/getAliasedPath.ts"],"names":[],"mappings":"AAAA,aAAK,IAAI,GAAG;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B,CAAC;AAEF,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,IAAI,sBAsBpD;AAMD,wBAAgB,4BAA4B,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,IAAI,GAAG,MAAM,CAc3E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getRealPath.d.ts","sourceRoot":"","sources":["../../../src/babelPlugins/awaitImport/getRealPath.ts"],"names":[],"mappings":"AAKA,wBAAgB,WAAW,CAAC,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,iBAe9D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"isExternals.d.ts","sourceRoot":"","sources":["../../../src/babelPlugins/awaitImport/isExternals.ts"],"names":[],"mappings":"AAAA,aAAK,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,QAAQ,CAAC;AACnD,aAAK,UAAU,GAAG,SAAS,EAAE,GAAG,SAAS,CAAC;AAE1C,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,SAAS,GACV,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,UAAU,CAAC;CACvB,WAQA;AAED,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,QAAQ,GACT,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;CACrB,WAYA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parseSpecifiers.d.ts","sourceRoot":"","sources":["../../../src/babelPlugins/awaitImport/parseSpecifiers.ts"],"names":[],"mappings":"AAIA,wBAAgB,eAAe,CAAC,UAAU,EAAE,GAAG,EAAE,OAyBhD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,WAAW,CAAC;AACrC,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,gBAAgB,eAAe,CAAC;AAC7C,eAAO,MAAM,eAAe,OAAO,CAAC;AACpC,eAAO,MAAM,oBAAoB,UAAU,CAAC;AAC5C,eAAO,MAAM,WAAW,mBAAmB,CAAC;AAC5C,eAAO,MAAM,gBAAgB,QAAkC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dep.d.ts","sourceRoot":"","sources":["../../src/dep/dep.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAmBpC,qBAAa,GAAG;IACP,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,IAAI,CAAC;gBAEN,IAAI,EAAE;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,IAAI,CAAC;KACZ;IAUK,kBAAkB;IA8BlB,WAAW;IAUjB,MAAM,CAAC,SAAS,CAAC,IAAI,EAAE;QACrB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,CAAC,CAAC;QACxD,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,IAAI,CAAC;KACZ;IAUD,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,MAAM;CAcjE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getCJSExports.d.ts","sourceRoot":"","sources":["../../src/dep/getCJSExports.ts"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,YAoE7D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getExposeFromContent.d.ts","sourceRoot":"","sources":["../../src/dep/getExposeFromContent.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAG5B,wBAAsB,oBAAoB,CAAC,IAAI,EAAE;IAC/C,GAAG,EAAE,GAAG,CAAC;IACT,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,mBAsEA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getModuleExports.d.ts","sourceRoot":"","sources":["../../src/dep/getModuleExports.ts"],"names":[],"mappings":"AAKA,wBAAsB,gBAAgB,CAAC,EACrC,OAAO,EACP,QAAQ,GACT,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB;;;GA4BA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"depBuilder.d.ts","sourceRoot":"","sources":["../../src/depBuilder/depBuilder.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAKpC,UAAU,KAAK;IACb,IAAI,EAAE,IAAI,CAAC;CACZ;AAED,qBAAa,UAAU;IACd,IAAI,EAAE,KAAK,CAAC;IACZ,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,UAAU,UAAS;gBACd,IAAI,EAAE,KAAK;IAIjB,gBAAgB,CAAC,IAAI,EAAE;QAAE,eAAe,EAAE,QAAQ,CAAC;QAAC,IAAI,EAAE,GAAG,EAAE,CAAA;KAAE;IAwBjE,gBAAgB,CAAC,IAAI,EAAE;QAAE,eAAe,EAAE,QAAQ,CAAC;QAAC,IAAI,EAAE,GAAG,EAAE,CAAA;KAAE;IA0BjE,KAAK,CAAC,IAAI,EAAE;QAAE,IAAI,EAAE,GAAG,EAAE,CAAA;KAAE;IA0BjC,eAAe,CAAC,EAAE,EAAE,QAAQ;IAQtB,YAAY,CAAC,IAAI,EAAE;QAAE,IAAI,EAAE,GAAG,EAAE,CAAA;KAAE;IAcxC,gBAAgB,CAAC,IAAI,EAAE;QAAE,IAAI,EAAE,GAAG,EAAE,CAAA;KAAE;CA4DvC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getESBuildEntry.d.ts","sourceRoot":"","sources":["../../src/depBuilder/getESBuildEntry.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAiBjC,wBAAgB,eAAe,CAAC,IAAI,EAAE;IAAE,IAAI,EAAE,GAAG,EAAE,CAAA;CAAE,UAwSpD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"depInfo.d.ts","sourceRoot":"","sources":["../src/depInfo.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,UAAU,KAAK;IACb,IAAI,EAAE,IAAI,CAAC;CACZ;AAED,oBAAY,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,QAAQ;IACvB,WAAW,IAAI,MAAM,GAAG,OAAO,CAAC;IAEhC,QAAQ,IAAI,IAAI,CAAC;IAEjB,SAAS,IAAI,IAAI,CAAC;IAElB,UAAU,IAAI,IAAI,CAAC;IAEnB,gBAAgB,IAAI,MAAM,CAAC;IAE3B,aAAa,IAAI,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;CAC5C;AAED,qBAAa,OAAQ,YAAW,QAAQ;IACtC,OAAO,CAAC,IAAI,CAAQ;IACpB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAS;IAChC,WAAW,EAAE,WAAW,CAAqB;IACpD,OAAO,CAAC,eAAe,CAAc;gBAEzB,IAAI,EAAE,KAAK;IAKvB,WAAW;IAiBX,QAAQ;IAKR,SAAS;IAWT,UAAU;IAqBV,aAAa;IAIb,gBAAgB;CAGjB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"autoCssModules.d.ts","sourceRoot":"","sources":["../../src/esbuildHandlers/autoCssModules.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAKvD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,2BAA2B,UAqBtE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/esbuildHandlers/awaitImport/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAGrF,UAAU,OAAO;IACf,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACxB,IAAI,EAAE,GAAG,CAAC;CACX;AAED,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE;IACzC,mBAAmB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC;CACjD,UAC0C,KAAK,YA6B/C;AAED,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,MAAM,EAAE,OAAO,UAClB,KAAK,YAyC/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,kCAAkC,CAAC;AAEjD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,cAAc,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"esbuild.d.ts","sourceRoot":"","sources":["../../src/loader/esbuild.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,iBAAe,iBAAiB,CAC9B,IAAI,EAAE,aAAa,CAAC,kBAAkB,CAAC,EACvC,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,IAAI,CAAC,CAgCf;AAED,eAAe,iBAAiB,CAAC;AACjC,eAAO,MAAM,aAAa,QAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"mfsu.d.ts","sourceRoot":"","sources":["../../src/mfsu/mfsu.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,YAAY,EACZ,OAAO,EACP,QAAQ,EACT,MAAM,uCAAuC,CAAC;AAK/C,OAAO,OAAO,EAAE,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAcjD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAIvC,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAEhC,OAAO,EAEL,mBAAmB,EACpB,MAAM,kCAAkC,CAAC;AAI1C,UAAU,KAAK;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAC5C,kBAAkB,CAAC,EAAE,QAAQ,CAAC;IAC9B,cAAc,CAAC,EAAE,QAAQ,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACrC,iBAAiB,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACrC,WAAW,EAAE,OAAO,OAAO,CAAC;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,cAAc,EAAE,GAAG,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,GAAG,CAAC;CACpB;AAED,qBAAa,IAAI;IACR,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAM;IACnC,SAAS,EAAE,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAM;IACtD,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,aAAa,GAAG,IAAI,CAAQ;IACvC,cAAc,EAAE,OAAO,CAAS;IAChC,QAAQ,EAAE,GAAG,CAAmB;IAChC,UAAU,EAAE,QAAQ,CAAC;IACrB,UAAU,EAAE,MAAM,CAAO;IAChC,OAAO,CAAC,QAAQ,CAAgB;gBAEpB,IAAI,EAAE,KAAK;IAwCvB,WAAW,CAAC,OAAO,EAAE,MAAM;IAKrB,gBAAgB,CAAC,IAAI,EAAE;QAC3B,MAAM,EAAE,aAAa,CAAC;QACtB,SAAS,EAAE,aAAa,CAAC;KAC1B;IAuIK,SAAS;IAoCf,cAAc,WAEJ,OAAO,OAAO,QAAQ,QAAQ,YAAY;IA+BpD,eAAe;IAIf,uBAAuB;IAkBhB,gBAAgB;CAGxB;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,IAAI,IAAI,CAAC;IAEb,WAAW,IAAI,MAAM,GAAG,OAAO,CAAC;IAEhC,cAAc,IAAI,GAAG,EAAE,CAAC;IAExB,qBAAqB,IAAI,mBAAmB,CAAC;IAE7C,SAAS,IAAI,IAAI,CAAC;IAElB,gBAAgB,IAAI,MAAM,CAAC;IAE3B,aAAa,IAAI,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IAE3C,OAAO,IAAI,IAAI,CAAC;IAEhB,UAAU,IAAI,IAAI,CAAC;CACpB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"strategyCompileTime.d.ts","sourceRoot":"","sources":["../../src/mfsu/strategyCompileTime.ts"],"names":[],"mappings":"AAIA,OAAO,EAAW,SAAS,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAElD,qBAAa,mBAAoB,YAAW,aAAa;IACvD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAO;IAC5B,OAAO,CAAC,OAAO,CAAU;gBAEb,EAAE,IAAI,EAAE,EAAE;QAAE,IAAI,EAAE,IAAI,CAAA;KAAE;IAKpC,aAAa,IAAI,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC;IAI1C,gBAAgB,IAAI,MAAM;IAI1B,IAAI;IAEJ,WAAW;IAIX,SAAS;IAIT,UAAU;IAIV,OAAO;IAIP,cAAc,IAAI,GAAG,EAAE;IAIvB,qBAAqB,IAAI,mBAAmB;IA0B5C,OAAO,CAAC,yBAAyB;CA6ClC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"strategyStaticAnalyze.d.ts","sourceRoot":"","sources":["../../src/mfsu/strategyStaticAnalyze.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAElD,qBAAa,qBAAsB,YAAW,aAAa;IACzD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAO;IAC5B,OAAO,CAAC,aAAa,CAAgB;gBAEzB,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE;QAAE,IAAI,EAAE,IAAI,CAAC;QAAC,YAAY,EAAE,GAAG,CAAA;KAAE;IASrE,IAAI;IAIJ,aAAa;;;;IAIb,gBAAgB,IAAI,MAAM;IAI1B,WAAW;IAIX,UAAU;IAIV,cAAc,IAAI,GAAG,EAAE;IAIvB,OAAO,CAAC,eAAe;IA2BvB,qBAAqB,IAAI,mBAAmB;IAsD5C,SAAS;IAIT,OAAO;CAGR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"moduleGraph.d.ts","sourceRoot":"","sources":["../src/moduleGraph.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAE3C,cAAM,UAAU;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,kBAAyB;IAClC,eAAe,kBAAyB;IACxC,YAAY,EAAE,OAAO,CAAS;IAC9B,MAAM,EAAE,OAAO,CAAS;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAQ;gBAElB,IAAI,EAAE,MAAM;CAGzB;AAED,UAAU,IAAI;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,WAAW;IACtB,aAAa,0BAAiC;IAC9C,YAAY,0BAAiC;IAC7C,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAM;IACnD,WAAW,kBAAyB;;IAIpC,OAAO,CAAC,IAAI,EAAE;QACZ,KAAK,EAAE,GAAG,CAAC;QACX,WAAW,EAAE,GAAG,CAAC;QACjB,UAAU,EAAE,GAAG,CAAC;QAChB,kBAAkB,EAAE,GAAG,CAAC;KACzB;IAyCD,MAAM;;;6BAIiB,MAAM,EAAE;;;;qBAEe,MAAM,GAAG,IAAI;;;;IAyB3D,YAAY;IAIZ,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC;cAEd,MAAM;iBAAW,MAAM;;IAOlD,UAAU,CAAC,GAAG,EAAE,UAAU;;;;IAO1B,aAAa;IAKb,YAAY,CAAC,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,IAAI,EAAE,CAAA;KAAE;IAuBjD,YAAY,CAAC,IAAI,EAAE;QAAE,GAAG,EAAE,UAAU,CAAC;QAAC,IAAI,EAAE,IAAI,EAAE,CAAA;KAAE;IA8BpD,OAAO,CAAC,IAAI,EAAE;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,YAAY,EAAE,OAAO,CAAC;QACtB,QAAQ,EAAE,UAAU,CAAC;QACrB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB;IAoBD,UAAU,CAAC,IAAI,EAAE;QAAE,GAAG,EAAE,UAAU,CAAC;QAAC,QAAQ,EAAE,UAAU,CAAA;KAAE;CAiB3D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"importParser.d.ts","sourceRoot":"","sources":["../../src/staticDepInfo/importParser.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,EAAE,CAEF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"babel-plugin-import.d.ts","sourceRoot":"","sources":["../../../src/staticDepInfo/simulations/babel-plugin-import.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAKrF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAE9C,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,aAAa,EAAE;IAClD,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,OAAO,GAAG,MAAM,CAAC;IACxB,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;aAyBY,MAAM;aACN,eAAe,EAAE;YAClB,MAAM;WACP,OAAO,MAAM,EAAE,MAAM,CAAC;qBACZ,MAAM,GAAG,MAAM;MAC9B,KAAK,EAAE,CAsEZ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"staticDepInfo.d.ts","sourceRoot":"","sources":["../../src/staticDepInfo/staticDepInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAMhF,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAEpE,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAGpC,aAAK,eAAe,GAAG;IACrB,KAAK,EAAE,QAAQ,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AACF,aAAK,cAAc,GAAG;IACpB,OAAO,EAAE,SAAS,eAAe,EAAE,CAAC;IAEpC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,eAAe,EAAE,CAAC;CAC3B,CAAC;AACF,aAAK,sBAAsB,GAAG;IAC5B,QAAQ,CAAC,QAAQ,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,IAAI,GAAG,IAAI,CAAC;IACzD,aAAa,IAAI,cAAc,CAAC;CACjC,CAAC;AAEF,UAAU,KAAK;IACb,IAAI,EAAE,IAAI,CAAC;IACX,YAAY,EAAE,sBAAsB,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,oBAAY,KAAK,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAIxE,qBAAa,aAAa;IACxB,OAAO,CAAC,IAAI,CAAQ;IACpB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAS;IAEvC,OAAO,CAAC,IAAI,CAAO;IACnB,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAW;IACnC,OAAO,CAAC,UAAU,CAA6B;IAC/C,OAAO,CAAC,YAAY,CAA6B;IAEjD,OAAO,CAAC,QAAQ,CAAgC;IAChD,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAS;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAY/B;gBAEQ,IAAI,EAAE,KAAK;IAsCvB,gBAAgB;;;IAIhB,wBAAwB;IAIxB,WAAW;IAeX,aAAa;cAG8B,MAAM;iBAAW,MAAM;;IAYlE,QAAQ;IAIR,SAAS;IAOT,UAAU;IAcH,gBAAgB;IAIhB,eAAe;IAItB,IAAI;IAKJ,OAAO,CAAC,gBAAgB;IAuExB,OAAO,CAAC,wBAAwB;IA6BhC,OAAO,CAAC,iBAAiB;IAoBnB,iBAAiB;CAGxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AACrF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAE9E,oBAAY,IAAI;IACd,WAAW,gBAAgB;IAC3B,UAAU,eAAe;CAC1B;AAED,MAAM,WAAW,2BAA2B;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,SAAS,eAAe,EAAE,CAAC;IACpC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,kBAAmB,SAAQ,OAAO,CAAC,gBAAgB,CAAC;IACnE,OAAO,CAAC,EAAE,KAAK,CAAC,CAAC,IAAI,EAAE,2BAA2B,KAAK,MAAM,CAAC,CAAC;IAC/D,cAAc,CAAC,EAAE,cAAc,uCAAuC,CAAC,CAAC;CACzE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"makeArray.d.ts","sourceRoot":"","sources":["../../src/utils/makeArray.ts"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,CAAC,IAAI,EAAE,GAAG,SAElC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"trimFileContent.d.ts","sourceRoot":"","sources":["../../src/utils/trimFileContent.ts"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,UAE9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"buildDepPlugin.d.ts","sourceRoot":"","sources":["../../src/webpackPlugins/buildDepPlugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAS,MAAM,SAAS,CAAC;AAE/C,MAAM,WAAW,mBAAmB;IAClC,aAAa,EAAE,QAAQ,CAAC;IACxB,YAAY,CAAC,EAAE,CAAC,CAAC,EAAE,QAAQ,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IAC7C,aAAa,CAAC,EAAE,MAAM,OAAO,CAAC,GAAG,CAAC,CAAC;CACpC;AAID,qBAAa,cAAc;IACzB,OAAO,CAAC,IAAI,CAAsB;gBAEtB,IAAI,EAAE,mBAAmB;IAIrC,KAAK,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI;CAehC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"depChunkIdPrefixPlugin.d.ts","sourceRoot":"","sources":["../../src/webpackPlugins/depChunkIdPrefixPlugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAKnC,qBAAa,sBAAsB;;IAEjC,KAAK,CAAC,QAAQ,EAAE,QAAQ;CAUzB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"stripSourceMapUrlPlugin.d.ts","sourceRoot":"","sources":["../../src/webpackPlugins/stripSourceMapUrlPlugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAExC,UAAU,KAAK;IACb,OAAO,EAAE,GAAG,CAAC;CACd;AAED,qBAAa,uBAAuB;IAClC,IAAI,EAAE,KAAK,CAAC;gBACA,IAAI,EAAE,KAAK;IAIvB,KAAK,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI;CAyBhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"writeCachePlugin.d.ts","sourceRoot":"","sources":["../../src/webpackPlugins/writeCachePlugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAExC,UAAU,KAAK;IACb,YAAY,EAAE,QAAQ,CAAC;CACxB;AAID,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,IAAI,CAAQ;gBACR,IAAI,EAAE,KAAK;IAGvB,KAAK,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI;CAQhC"}