@modern-js/module-tools 2.40.0 → 2.42.0

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 (102) hide show
  1. package/dist/build.d.ts +1 -1
  2. package/dist/build.js +6 -4
  3. package/dist/builder/build.d.ts +7 -7
  4. package/dist/builder/build.js +3 -1
  5. package/dist/builder/clear.d.ts +1 -2
  6. package/dist/builder/clear.js +2 -8
  7. package/dist/builder/copy.d.ts +9 -9
  8. package/dist/builder/dts/index.d.ts +1 -1
  9. package/dist/builder/dts/rollup.d.ts +1 -13
  10. package/dist/builder/dts/tsc.d.ts +1 -1
  11. package/dist/builder/dts/tsc.js +20 -15
  12. package/dist/builder/esbuild/adapter.d.ts +1 -1
  13. package/dist/builder/esbuild/hook.d.ts +1 -1
  14. package/dist/builder/esbuild/index.d.ts +28 -28
  15. package/dist/builder/esbuild/resolve.d.ts +9 -9
  16. package/dist/builder/esbuild/sourcemap.d.ts +14 -14
  17. package/dist/builder/esbuild/transform.d.ts +4 -4
  18. package/dist/builder/esbuild/watch.d.ts +1 -1
  19. package/dist/builder/esbuild/write-file.d.ts +1 -1
  20. package/dist/builder/feature/asset.d.ts +5 -5
  21. package/dist/builder/feature/format-cjs.d.ts +3 -3
  22. package/dist/builder/feature/index.d.ts +1 -1
  23. package/dist/builder/feature/json.d.ts +3 -3
  24. package/dist/builder/feature/redirect.d.ts +3 -3
  25. package/dist/builder/feature/style/index.d.ts +3 -3
  26. package/dist/builder/feature/style/lessAliasPlugin.d.ts +7 -7
  27. package/dist/builder/feature/style/lessAliasPlugin.js +3 -2
  28. package/dist/builder/feature/style/lessRender.d.ts +1 -1
  29. package/dist/builder/feature/style/postcssTransformer.d.ts +3 -3
  30. package/dist/builder/feature/style/postcssUrlPlugin.d.ts +3 -3
  31. package/dist/builder/feature/style/sassRender.d.ts +1 -1
  32. package/dist/builder/feature/style/transformStyle.d.ts +7 -7
  33. package/dist/builder/feature/style/utils.d.ts +3 -3
  34. package/dist/builder/feature/swc.d.ts +5 -5
  35. package/dist/builder/feature/terser.d.ts +3 -3
  36. package/dist/builder/index.d.ts +4 -4
  37. package/dist/builder/index.js +5 -6
  38. package/dist/builder/platform.d.ts +1 -1
  39. package/dist/cli.d.ts +1 -1
  40. package/dist/command.d.ts +1 -1
  41. package/dist/config/defineConfig.d.ts +1 -1
  42. package/dist/config/merge.d.ts +4 -4
  43. package/dist/config/normalize.d.ts +5 -6
  44. package/dist/config/normalize.js +2 -2
  45. package/dist/config/transformLegacyConfig.d.ts +1 -1
  46. package/dist/config/valid.d.ts +1 -1
  47. package/dist/constants/build.d.ts +1 -1
  48. package/dist/constants/color.d.ts +1 -1
  49. package/dist/constants/dts.d.ts +0 -1
  50. package/dist/constants/dts.js +0 -3
  51. package/dist/constants/file.d.ts +1 -1
  52. package/dist/constants/legacy-preset.d.ts +11 -11
  53. package/dist/constants/loader.d.ts +1 -1
  54. package/dist/constants/log.d.ts +1 -1
  55. package/dist/constants/preset.d.ts +5 -5
  56. package/dist/debug.d.ts +1 -1
  57. package/dist/dev.d.ts +1 -1
  58. package/dist/error.d.ts +19 -19
  59. package/dist/hooks/build.d.ts +17 -17
  60. package/dist/hooks/dev.d.ts +11 -11
  61. package/dist/hooks/index.d.ts +29 -28
  62. package/dist/hooks/misc.d.ts +12 -7
  63. package/dist/hooks/misc.js +4 -0
  64. package/dist/index.d.ts +1 -1
  65. package/dist/locale/en.d.ts +40 -40
  66. package/dist/locale/index.d.ts +79 -79
  67. package/dist/locale/zh.d.ts +40 -40
  68. package/dist/plugins.d.ts +1 -1
  69. package/dist/types/color.d.ts +1 -1
  70. package/dist/types/command.d.ts +9 -9
  71. package/dist/types/config/copy.d.ts +10 -10
  72. package/dist/types/config/dev.d.ts +4 -4
  73. package/dist/types/config/index.d.ts +106 -106
  74. package/dist/types/config/style.d.ts +37 -37
  75. package/dist/types/context.d.ts +4 -4
  76. package/dist/types/dts.d.ts +39 -38
  77. package/dist/types/esbuild.d.ts +77 -77
  78. package/dist/types/hooks.d.ts +14 -14
  79. package/dist/types/index.d.ts +7 -7
  80. package/dist/types/legacyConfig/index.d.ts +8 -8
  81. package/dist/types/legacyConfig/output.d.ts +44 -44
  82. package/dist/types/legacyConfig/source.d.ts +10 -10
  83. package/dist/types/legacyConfig/tools.d.ts +39 -39
  84. package/dist/utils/assert.d.ts +1 -1
  85. package/dist/utils/builder.d.ts +9 -9
  86. package/dist/utils/common.d.ts +1 -1
  87. package/dist/utils/dts.d.ts +4 -34
  88. package/dist/utils/dts.js +71 -93
  89. package/dist/utils/hash.d.ts +1 -1
  90. package/dist/utils/index.d.ts +1 -2
  91. package/dist/utils/index.js +0 -2
  92. package/dist/utils/input.d.ts +5 -8
  93. package/dist/utils/log.d.ts +1 -1
  94. package/dist/utils/map.d.ts +5 -5
  95. package/dist/utils/onExit.d.ts +1 -1
  96. package/dist/utils/outExtension.d.ts +6 -6
  97. package/dist/utils/print.d.ts +3 -3
  98. package/dist/utils/style.d.ts +7 -7
  99. package/lib/types.d.ts +0 -1
  100. package/package.json +18 -24
  101. package/dist/utils/tspath.d.ts +0 -15
  102. package/dist/utils/tspath.js +0 -114
package/dist/build.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import type { PluginAPI } from '@modern-js/core';
2
2
  import type { ModuleTools, ModuleContext, BuildCommandOptions } from './types';
3
- export declare const build: (api: PluginAPI<ModuleTools>, options: BuildCommandOptions, context: ModuleContext) => Promise<void>;
3
+ export declare const build: (api: PluginAPI<ModuleTools>, options: BuildCommandOptions, context: ModuleContext) => Promise<void>;
package/dist/build.js CHANGED
@@ -39,21 +39,23 @@ const build = async (api, options, context) => {
39
39
  return;
40
40
  }
41
41
  const runner = api.useHookRunners();
42
+ const resolvedConfig = await runner.resolveModuleUserConfig(api.useConfigContext());
43
+ (0, import_debug.debug)("resolvedConfig", resolvedConfig);
42
44
  (0, import_debug.debug)("normalize build config");
43
45
  const { normalizeBuildConfig } = await Promise.resolve().then(() => __toESM(require("./config/normalize")));
44
- const resolvedBuildConfig = await normalizeBuildConfig(api, context, options);
46
+ const normalizedBuildConfig = await normalizeBuildConfig(resolvedConfig, context, options);
45
47
  (0, import_debug.debug)("normalize build config done");
46
- (0, import_debug.debug)("normalizedBuildConfig", resolvedBuildConfig);
48
+ (0, import_debug.debug)("normalizedBuildConfig", normalizedBuildConfig);
47
49
  (0, import_debug.debug)("run beforeBuild hooks");
48
50
  await runner.beforeBuild({
49
- config: resolvedBuildConfig,
51
+ config: normalizedBuildConfig,
50
52
  cliOptions: options
51
53
  });
52
54
  (0, import_debug.debug)("run beforeBuild hooks done");
53
55
  const builder = await Promise.resolve().then(() => __toESM(require("./builder")));
54
56
  await builder.run({
55
57
  cmdOptions: options,
56
- resolvedBuildConfig,
58
+ normalizedBuildConfig,
57
59
  context
58
60
  }, api);
59
61
  };
@@ -1,13 +1,13 @@
1
1
  import type { BuildCommandOptions, BaseBuildConfig, ModuleTools, PluginAPI, DTSOptions, ModuleContext } from '../types';
2
2
  export declare const runBuildTask: (options: {
3
- buildConfig: BaseBuildConfig;
4
- buildCmdOptions: BuildCommandOptions;
5
- context: ModuleContext;
3
+ buildConfig: BaseBuildConfig;
4
+ buildCmdOptions: BuildCommandOptions;
5
+ context: ModuleContext;
6
6
  }, api: PluginAPI<ModuleTools>) => Promise<void>;
7
7
  export declare const generatorDts: (config: BaseBuildConfig, api: PluginAPI<ModuleTools>, options: {
8
- watch: boolean;
9
- dts: DTSOptions;
8
+ watch: boolean;
9
+ dts: DTSOptions;
10
10
  }) => Promise<void>;
11
11
  export declare const buildLib: (config: BaseBuildConfig, api: PluginAPI<ModuleTools>, options: {
12
- watch: boolean;
13
- }) => Promise<void>;
12
+ watch: boolean;
13
+ }) => Promise<void>;
@@ -84,6 +84,7 @@ const generatorDts = async (config, api, options) => {
84
84
  root: appDirectory,
85
85
  autoExtension
86
86
  });
87
+ const userTsconfig = await (0, import_utils2.getProjectTsconfig)(tsconfigPath);
87
88
  const generatorDtsConfig = {
88
89
  distPath,
89
90
  watch,
@@ -97,7 +98,8 @@ const generatorDts = async (config, api, options) => {
97
98
  banner,
98
99
  alias,
99
100
  sourceDir,
100
- dtsExtension
101
+ dtsExtension,
102
+ userTsconfig
101
103
  };
102
104
  const prevTime = Date.now();
103
105
  (0, import_debug.debug)(`${(0, import_debug.label)("dts")} Build Start`);
@@ -1,3 +1,2 @@
1
1
  import type { BaseBuildConfig } from '../types';
2
- export declare const clearDtsTemp: () => Promise<void>;
3
- export declare const clearBuildConfigPaths: (configs: BaseBuildConfig[], projectAbsRootPath: string) => Promise<void>;
2
+ export declare const clearBuildConfigPaths: (configs: BaseBuildConfig[], projectAbsRootPath: string) => Promise<void>;
@@ -18,16 +18,11 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var clear_exports = {};
20
20
  __export(clear_exports, {
21
- clearBuildConfigPaths: () => clearBuildConfigPaths,
22
- clearDtsTemp: () => clearDtsTemp
21
+ clearBuildConfigPaths: () => clearBuildConfigPaths
23
22
  });
24
23
  module.exports = __toCommonJS(clear_exports);
25
24
  var import_utils = require("@modern-js/utils");
26
25
  var import_locale = require("../locale");
27
- var import_dts = require("../constants/dts");
28
- const clearDtsTemp = async () => {
29
- await import_utils.fs.remove(import_dts.dtsTempDirectory);
30
- };
31
26
  const clearBuildConfigPaths = async (configs, projectAbsRootPath) => {
32
27
  for (const config of configs) {
33
28
  if (projectAbsRootPath === config.outDir) {
@@ -39,6 +34,5 @@ const clearBuildConfigPaths = async (configs, projectAbsRootPath) => {
39
34
  };
40
35
  // Annotate the CommonJS export names for ESM import in node:
41
36
  0 && (module.exports = {
42
- clearBuildConfigPaths,
43
- clearDtsTemp
37
+ clearBuildConfigPaths
44
38
  });
@@ -2,16 +2,16 @@ import { watch } from '@modern-js/utils';
2
2
  import type { CopyOptions, CopyPattern } from '../types/config/copy';
3
3
  import type { BaseBuildConfig } from '../types/config';
4
4
  export declare const runPatterns: (pattern: CopyPattern, options: {
5
- appDirectory: string;
6
- enableCopySync?: boolean;
7
- outDir: string;
8
- defaultContext: string;
9
- watch?: boolean;
5
+ appDirectory: string;
6
+ enableCopySync?: boolean;
7
+ outDir: string;
8
+ defaultContext: string;
9
+ watch?: boolean;
10
10
  }) => Promise<void>;
11
11
  export declare const watchCopyFiles: (options: {
12
- appDirectory: string;
12
+ appDirectory: string;
13
13
  }, copyConfig: CopyOptions) => Promise<void>;
14
14
  export declare const copyTask: (buildConfig: BaseBuildConfig, options: {
15
- appDirectory: string;
16
- watch?: boolean;
17
- }) => Promise<void>;
15
+ appDirectory: string;
16
+ watch?: boolean;
17
+ }) => Promise<void>;
@@ -1,2 +1,2 @@
1
1
  export { runRollup } from './rollup';
2
- export { runTsc } from './tsc';
2
+ export { runTsc } from './tsc';
@@ -1,16 +1,4 @@
1
1
  import type { RollupWatcher } from '../../../compiled/rollup';
2
2
  import type { GeneratorDtsConfig, PluginAPI, ModuleTools } from '../../types';
3
3
  export type { RollupWatcher };
4
- export declare const runRollup: (api: PluginAPI<ModuleTools>, {
5
- distPath,
6
- tsconfigPath,
7
- externals,
8
- input,
9
- watch,
10
- abortOnError,
11
- respectExternal,
12
- appDirectory,
13
- footer,
14
- banner,
15
- dtsExtension
16
- }: GeneratorDtsConfig) => Promise<RollupWatcher | import("../../../compiled/rollup").RollupBuild | null>;
4
+ export declare const runRollup: (api: PluginAPI<ModuleTools>, { distPath, tsconfigPath, externals, input, watch, abortOnError, respectExternal, appDirectory, footer, banner, dtsExtension, }: GeneratorDtsConfig) => Promise<RollupWatcher | import("../../../compiled/rollup").RollupBuild | null>;
@@ -1,3 +1,3 @@
1
1
  import type { GeneratorDtsConfig, PluginAPI, ModuleTools } from '../../types';
2
2
  export declare const removeTscLogTime: (log: string) => string;
3
- export declare const runTsc: (api: PluginAPI<ModuleTools>, config: GeneratorDtsConfig) => Promise<void>;
3
+ export declare const runTsc: (api: PluginAPI<ModuleTools>, config: GeneratorDtsConfig) => Promise<void>;
@@ -45,21 +45,31 @@ const resolveLog = async (childProgress, options) => {
45
45
  import_utils.logger.error(chunk.toString());
46
46
  });
47
47
  };
48
- const runTscBin = async (api, config, info) => {
48
+ const runTscBin = async (api, config) => {
49
49
  const { appDirectory, watch = false, abortOnError = true } = config;
50
- const { tempTsconfigPath } = info;
51
50
  const tscBinFile = await (0, import_utils2.getTscBinPath)(appDirectory);
52
- const watchParams = watch ? [
53
- "-w"
54
- ] : [];
51
+ const { tsconfigPath, userTsconfig, distPath } = config;
52
+ const params = [];
53
+ if (watch) {
54
+ params.push("-w");
55
+ }
56
+ if (userTsconfig.references) {
57
+ params.push("-b");
58
+ }
55
59
  const childProgress = (0, import_utils.execa)(tscBinFile, [
56
60
  "-p",
57
- tempTsconfigPath,
61
+ tsconfigPath,
58
62
  /* Required parameter, use it stdout have color */
59
63
  "--pretty",
60
64
  // https://github.com/microsoft/TypeScript/issues/21824
61
65
  "--preserveWatchOutput",
62
- ...watchParams
66
+ // Only emit d.ts files
67
+ "--declaration",
68
+ "--emitDeclarationOnly",
69
+ // write d.ts files to distPath that defined in buildConfig.dts
70
+ "--outDir",
71
+ distPath,
72
+ ...params
63
73
  ], {
64
74
  stdio: "pipe",
65
75
  cwd: appDirectory
@@ -68,9 +78,7 @@ const runTscBin = async (api, config, info) => {
68
78
  resolveLog(childProgress, {
69
79
  watch,
70
80
  watchFn: async () => {
71
- const result = await (0, import_utils2.resolveAlias)(config, info);
72
- const dtsFiles = (0, import_utils2.addBannerAndFooter)(result, config.banner, config.footer);
73
- await (0, import_utils2.writeDtsFiles)(config, info, dtsFiles);
81
+ await (0, import_utils2.processDtsFilesAfterTsc)(config);
74
82
  runner.buildWatchDts({
75
83
  buildType: "bundleless"
76
84
  });
@@ -86,11 +94,8 @@ const runTscBin = async (api, config, info) => {
86
94
  }
87
95
  };
88
96
  const runTsc = async (api, config) => {
89
- const generatedDtsInfo = await (0, import_utils2.generateDtsInfo)(config);
90
- await runTscBin(api, config, generatedDtsInfo);
91
- const result = await (0, import_utils2.resolveAlias)(config, generatedDtsInfo);
92
- const dtsFiles = (0, import_utils2.addBannerAndFooter)(result, config.banner, config.footer);
93
- await (0, import_utils2.writeDtsFiles)(config, generatedDtsInfo, dtsFiles);
97
+ await runTscBin(api, config);
98
+ await (0, import_utils2.processDtsFilesAfterTsc)(config);
94
99
  await (0, import_utils2.addDtsFiles)(config.distPath, config.appDirectory);
95
100
  };
96
101
  // Annotate the CommonJS export names for ESM import in node:
@@ -1,3 +1,3 @@
1
1
  import { Plugin } from 'esbuild';
2
2
  import type { ICompiler } from '../../types';
3
- export declare const adapterPlugin: (compiler: ICompiler) => Plugin;
3
+ export declare const adapterPlugin: (compiler: ICompiler) => Plugin;
@@ -1,4 +1,4 @@
1
1
  import * as tapable from 'tapable';
2
2
  import { Source, Chunk, ICompiler } from '../../types';
3
3
  export declare function createTransformHook(compiler: ICompiler): tapable.AsyncSeriesWaterfallHook<Source, tapable.UnsetAdditionalOptions>;
4
- export declare function createRenderChunkHook(compiler: ICompiler): tapable.AsyncSeriesWaterfallHook<Chunk, tapable.UnsetAdditionalOptions>;
4
+ export declare function createRenderChunkHook(compiler: ICompiler): tapable.AsyncSeriesWaterfallHook<Chunk, tapable.UnsetAdditionalOptions>;
@@ -4,32 +4,32 @@ import { BaseBuildConfig, BuilderHooks, Chunk, ICompiler, ModuleTools, PluginAPI
4
4
  import { TransformContext } from './transform';
5
5
  import { SourcemapContext } from './sourcemap';
6
6
  export declare class EsbuildCompiler implements ICompiler {
7
- instance?: BuildContext;
8
- result?: BuildResult;
9
- hookList?: HookList;
10
- reBuildCount: number;
11
- buildOptions: BuildOptions;
12
- context: Context;
13
- config: BaseBuildConfig;
14
- hooks: BuilderHooks;
15
- api: PluginAPI<ModuleTools>;
16
- outputChunk: Map<string, Chunk>;
17
- watchedFiles: Set<string>;
18
- css_resolve: (id: string, dir: string) => string;
19
- node_resolve: (id: string, dir: string, kind: ImportKind) => string | false;
20
- watcher?: FSWatcher;
21
- virtualModule: Map<string, string>;
22
- private transformContextMap;
23
- private sourcemapContextMap;
24
- constructor(context: Context);
25
- init(): Promise<void>;
26
- addWatchFile(id: string): void;
27
- convertConfigToEsbuild(config: BaseBuildConfig): BuildOptions;
28
- getTransformContext(path: string): TransformContext;
29
- getSourcemapContext(path: string): SourcemapContext;
30
- emitAsset(name: string, chunk: string | Chunk): void;
31
- close(): Promise<void>;
32
- build(): Promise<void>;
33
- reBuild(type: 'link' | 'change', config: BaseBuildConfig): Promise<void>;
7
+ instance?: BuildContext;
8
+ result?: BuildResult;
9
+ hookList?: HookList;
10
+ reBuildCount: number;
11
+ buildOptions: BuildOptions;
12
+ context: Context;
13
+ config: BaseBuildConfig;
14
+ hooks: BuilderHooks;
15
+ api: PluginAPI<ModuleTools>;
16
+ outputChunk: Map<string, Chunk>;
17
+ watchedFiles: Set<string>;
18
+ css_resolve: (id: string, dir: string) => string;
19
+ node_resolve: (id: string, dir: string, kind: ImportKind) => string | false;
20
+ watcher?: FSWatcher;
21
+ virtualModule: Map<string, string>;
22
+ private transformContextMap;
23
+ private sourcemapContextMap;
24
+ constructor(context: Context);
25
+ init(): Promise<void>;
26
+ addWatchFile(id: string): void;
27
+ convertConfigToEsbuild(config: BaseBuildConfig): BuildOptions;
28
+ getTransformContext(path: string): TransformContext;
29
+ getSourcemapContext(path: string): SourcemapContext;
30
+ emitAsset(name: string, chunk: string | Chunk): void;
31
+ close(): Promise<void>;
32
+ build(): Promise<void>;
33
+ reBuild(type: 'link' | 'change', config: BaseBuildConfig): Promise<void>;
34
34
  }
35
- export declare const createCompiler: (context: Context) => Promise<EsbuildCompiler>;
35
+ export declare const createCompiler: (context: Context) => Promise<EsbuildCompiler>;
@@ -6,13 +6,13 @@ export declare const cssExtensions: string[];
6
6
  export declare const createJsResolver: (options: ResolverOptions) => (id: string, dir: string, kind?: ImportKind) => string | false;
7
7
  export declare const createCssResolver: (options: ResolverOptions) => (id: string, dir: string, kind?: ImportKind) => string;
8
8
  interface ResolverOptions {
9
- platform: Platform;
10
- resolveType: 'js' | 'css';
11
- extensions: string[];
12
- root: string;
13
- alias: Record<string, string>;
14
- tsconfig: string;
15
- mainFields: string[];
16
- preferRelative?: boolean;
9
+ platform: Platform;
10
+ resolveType: 'js' | 'css';
11
+ extensions: string[];
12
+ root: string;
13
+ alias: Record<string, string>;
14
+ tsconfig: string;
15
+ mainFields: string[];
16
+ preferRelative?: boolean;
17
17
  }
18
- export {};
18
+ export {};
@@ -1,16 +1,16 @@
1
1
  import { SourceMap, ISourcemapContext } from '../../types';
2
2
  export declare class SourcemapContext implements ISourcemapContext {
3
- private enableSourceMap?;
4
- private sourceMapChain;
5
- private sourceMapDirty;
6
- private cachedInlineSourceMap;
7
- private cachedSourceMap;
8
- private pluginIdMap;
9
- constructor(enableSourceMap?: boolean | undefined);
10
- private markSourceMapStatus;
11
- addSourceMap(pluginId: number, map?: SourceMap): void;
12
- getInlineSourceMap(): string;
13
- getSourceMap(): SourceMap | undefined;
14
- getSourceMapChain(): SourceMap[];
15
- genPluginId(name: string): number;
16
- }
3
+ private enableSourceMap?;
4
+ private sourceMapChain;
5
+ private sourceMapDirty;
6
+ private cachedInlineSourceMap;
7
+ private cachedSourceMap;
8
+ private pluginIdMap;
9
+ constructor(enableSourceMap?: boolean | undefined);
10
+ private markSourceMapStatus;
11
+ addSourceMap(pluginId: number, map?: SourceMap): void;
12
+ getInlineSourceMap(): string;
13
+ getSourceMap(): SourceMap | undefined;
14
+ getSourceMapChain(): SourceMap[];
15
+ genPluginId(name: string): number;
16
+ }
@@ -1,7 +1,7 @@
1
1
  import { ITransformContext, CacheValue } from '../../types';
2
2
  import { SourcemapContext } from './sourcemap';
3
3
  export declare class TransformContext extends SourcemapContext implements ITransformContext {
4
- private cachedTransformResult;
5
- addTransformResult(pluginId: number, result: CacheValue): void;
6
- getValidCache(pluginId: number, code: string): CacheValue | undefined;
7
- }
4
+ private cachedTransformResult;
5
+ addTransformResult(pluginId: number, result: CacheValue): void;
6
+ getValidCache(pluginId: number, code: string): CacheValue | undefined;
7
+ }
@@ -1,2 +1,2 @@
1
1
  import { ICompiler } from '../../types';
2
- export declare const initWatcher: (compiler: ICompiler) => void;
2
+ export declare const initWatcher: (compiler: ICompiler) => void;
@@ -1,2 +1,2 @@
1
1
  import { ICompiler } from '../../types';
2
- export declare const writeFile: (compiler: ICompiler) => Promise<void>;
2
+ export declare const writeFile: (compiler: ICompiler) => Promise<void>;
@@ -1,8 +1,8 @@
1
1
  /// <reference types="node" />
2
2
  import { ICompiler, LoadResult, SvgrOptions } from '../../types';
3
3
  export declare const asset: {
4
- name: string;
5
- apply(compiler: ICompiler): void;
4
+ name: string;
5
+ apply(compiler: ICompiler): void;
6
6
  };
7
7
  /**
8
8
  *
@@ -13,7 +13,7 @@ export declare const asset: {
13
13
  * @returns dataurl or path
14
14
  */
15
15
  export declare function getAssetContents(this: ICompiler, assetPath: string, rebaseFrom: string, calledOnLoad?: boolean): Promise<{
16
- contents: string | Buffer;
17
- loader: "copy" | "text";
16
+ contents: string | Buffer;
17
+ loader: "copy" | "text";
18
18
  }>;
19
- export declare function loadSvgr(path: string, options: boolean | SvgrOptions): Promise<LoadResult | undefined>;
19
+ export declare function loadSvgr(path: string, options: boolean | SvgrOptions): Promise<LoadResult | undefined>;
@@ -1,5 +1,5 @@
1
1
  import { ICompiler } from '../../types';
2
2
  export declare const formatCjs: {
3
- name: string;
4
- apply: (compiler: ICompiler) => void;
5
- };
3
+ name: string;
4
+ apply: (compiler: ICompiler) => void;
5
+ };
@@ -1,2 +1,2 @@
1
1
  import { HookList, Context } from '../../types';
2
- export declare function getInternalList(context: Context): Promise<HookList>;
2
+ export declare function getInternalList(context: Context): Promise<HookList>;
@@ -1,5 +1,5 @@
1
1
  import { ICompiler } from '../../types';
2
2
  export declare const json: {
3
- name: string;
4
- apply(compiler: ICompiler): void;
5
- };
3
+ name: string;
4
+ apply(compiler: ICompiler): void;
5
+ };
@@ -1,5 +1,5 @@
1
1
  import { ICompiler } from '../../types';
2
2
  export declare const redirect: {
3
- name: string;
4
- apply(compiler: ICompiler): void;
5
- };
3
+ name: string;
4
+ apply(compiler: ICompiler): void;
5
+ };
@@ -1,5 +1,5 @@
1
1
  import { ICompiler } from '../../../types';
2
2
  export declare const css: {
3
- name: string;
4
- apply(compiler: ICompiler): void;
5
- };
3
+ name: string;
4
+ apply(compiler: ICompiler): void;
5
+ };
@@ -1,12 +1,12 @@
1
1
  import { ICompiler } from '../../../types';
2
2
  interface Options {
3
- compiler: ICompiler;
4
- stdinDir: string;
3
+ compiler: ICompiler;
4
+ stdinDir: string;
5
5
  }
6
6
  export default class LessAliasesPlugin {
7
- compiler: ICompiler;
8
- stdinDir: string;
9
- constructor(options: Options);
10
- install(less: any, pluginManager: any): void;
7
+ compiler: ICompiler;
8
+ stdinDir: string;
9
+ constructor(options: Options);
10
+ install(less: any, pluginManager: any): void;
11
11
  }
12
- export {};
12
+ export {};
@@ -34,7 +34,8 @@ module.exports = __toCommonJS(lessAliasPlugin_exports);
34
34
  var import_define_property = require("@swc/helpers/_/_define_property");
35
35
  var import_fs = __toESM(require("fs"));
36
36
  var import_utils = require("./utils");
37
- class LessAliasesPlugin {
37
+ var LessAliasesPlugin;
38
+ LessAliasesPlugin = class LessAliasesPlugin2 {
38
39
  install(less, pluginManager) {
39
40
  const getResolve = (filename, currentDirectory) => {
40
41
  return this.compiler.css_resolve(filename, currentDirectory || this.stdinDir);
@@ -67,4 +68,4 @@ class LessAliasesPlugin {
67
68
  this.compiler = options.compiler;
68
69
  this.stdinDir = options.stdinDir;
69
70
  }
70
- }
71
+ };
@@ -1,2 +1,2 @@
1
1
  import { PreprocessRender } from './transformStyle';
2
- export declare const lessRender: PreprocessRender;
2
+ export declare const lessRender: PreprocessRender;
@@ -1,6 +1,6 @@
1
1
  import { ICompiler } from '../../../types';
2
2
  export declare const isCssModule: (filePath: string, autoModules: boolean | RegExp) => boolean;
3
3
  export declare const postcssTransformer: (css: string, entryPath: string, compilation: ICompiler) => Promise<{
4
- code: string;
5
- loader: 'js' | 'css';
6
- }>;
4
+ code: string;
5
+ loader: 'js' | 'css';
6
+ }>;
@@ -1,6 +1,6 @@
1
1
  import { Plugin } from 'postcss';
2
2
  import { ICompiler } from '../../../types';
3
3
  export declare const postcssUrlPlugin: (options: {
4
- entryPath: string;
5
- compilation: ICompiler;
6
- }) => Plugin;
4
+ entryPath: string;
5
+ compilation: ICompiler;
6
+ }) => Plugin;
@@ -1,2 +1,2 @@
1
1
  import { PreprocessRender } from './transformStyle';
2
- export declare const sassRender: PreprocessRender;
2
+ export declare const sassRender: PreprocessRender;
@@ -2,12 +2,12 @@
2
2
  import { PartialMessage } from 'esbuild';
3
3
  import { ICompiler, Source } from '../../../types';
4
4
  export type PreprocessRender = (content: string, stdinPath: string, stdinDir: string, preprocessOptions: any, resolvePathMap: Map<string, string>, implementation?: object | string) => Promise<{
5
- css: Buffer | string;
6
- errors?: PartialMessage[];
7
- warnings?: PartialMessage[];
8
- map?: Buffer | string;
5
+ css: Buffer | string;
6
+ errors?: PartialMessage[];
7
+ warnings?: PartialMessage[];
8
+ map?: Buffer | string;
9
9
  }>;
10
10
  export declare function transformStyle(this: ICompiler, source: Source): Promise<{
11
- code: string;
12
- loader: "js" | "css";
13
- }>;
11
+ code: string;
12
+ loader: "js" | "css";
13
+ }>;
@@ -11,8 +11,8 @@ type CssUrlReplacer = (url: string, importer?: string) => string | Promise<strin
11
11
  * root file as base.
12
12
  */
13
13
  export declare function rebaseUrls(filepath: string, rootDir: string, resolver: (id: string, dir: string) => string): Promise<{
14
- file: string;
15
- contents?: string;
14
+ file: string;
15
+ contents?: string;
16
16
  }>;
17
17
  export declare function rewriteCssUrls(css: string, type: false | string, replacer: CssUrlReplacer): Promise<string>;
18
- export {};
18
+ export {};
@@ -1,9 +1,9 @@
1
1
  import type { ICompiler, ITsconfig } from '../../types';
2
2
  export declare const swcTransform: (userTsconfig: ITsconfig) => {
3
- name: string;
4
- apply(compiler: ICompiler): void;
3
+ name: string;
4
+ apply(compiler: ICompiler): void;
5
5
  };
6
6
  export declare const swcRenderChunk: {
7
- name: string;
8
- apply(compiler: ICompiler): void;
9
- };
7
+ name: string;
8
+ apply(compiler: ICompiler): void;
9
+ };
@@ -1,5 +1,5 @@
1
1
  import { ICompiler } from '../../types';
2
2
  export declare const minify: {
3
- name: string;
4
- apply: (compiler: ICompiler) => void;
5
- };
3
+ name: string;
4
+ apply: (compiler: ICompiler) => void;
5
+ };
@@ -2,7 +2,7 @@ import type { PluginAPI } from '@modern-js/core';
2
2
  import type { ModuleContext } from '../types/context';
3
3
  import type { BuildCommandOptions, BaseBuildConfig, ModuleTools } from '../types';
4
4
  export declare const run: (options: {
5
- cmdOptions: BuildCommandOptions;
6
- resolvedBuildConfig: BaseBuildConfig[];
7
- context: ModuleContext;
8
- }, api: PluginAPI<ModuleTools>) => Promise<void>;
5
+ cmdOptions: BuildCommandOptions;
6
+ normalizedBuildConfig: BaseBuildConfig[];
7
+ context: ModuleContext;
8
+ }, api: PluginAPI<ModuleTools>) => Promise<void>;
@@ -38,23 +38,22 @@ var import_debug = require("../debug");
38
38
  var import_build = require("./build");
39
39
  var import_clear = require("./clear");
40
40
  const run = async (options, api) => {
41
- const { resolvedBuildConfig, context, cmdOptions } = options;
41
+ const { normalizedBuildConfig, context, cmdOptions } = options;
42
42
  const { watch, clear } = cmdOptions;
43
43
  const runner = api.useHookRunners();
44
44
  let totalDuration = 0;
45
- if (resolvedBuildConfig.length !== 0) {
45
+ if (normalizedBuildConfig.length !== 0) {
46
46
  totalDuration = Date.now();
47
47
  if (clear) {
48
48
  (0, import_debug.debug)("clear output paths");
49
- await (0, import_clear.clearBuildConfigPaths)(resolvedBuildConfig, context.appDirectory);
49
+ await (0, import_clear.clearBuildConfigPaths)(normalizedBuildConfig, context.appDirectory);
50
50
  (0, import_debug.debug)("clear output paths done");
51
51
  }
52
- await (0, import_clear.clearDtsTemp)();
53
52
  if (watch) {
54
53
  import_utils.logger.info("Start build in watch mode...");
55
54
  }
56
55
  try {
57
- await (0, import_p_map.default)(resolvedBuildConfig, async (config) => {
56
+ await (0, import_p_map.default)(normalizedBuildConfig, async (config) => {
58
57
  (0, import_debug.debug)("run beforeBuildTask hooks");
59
58
  const buildConfig = await runner.beforeBuildTask(config);
60
59
  (0, import_debug.debug)("run beforeBuildTask hooks done");
@@ -92,7 +91,7 @@ const run = async (options, api) => {
92
91
  (0, import_debug.debug)("run afterBuild hooks");
93
92
  await runner.afterBuild({
94
93
  status: "success",
95
- config: resolvedBuildConfig,
94
+ config: normalizedBuildConfig,
96
95
  commandOptions: cmdOptions,
97
96
  totalDuration
98
97
  });