@modern-js/module-tools 2.41.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 (97) hide show
  1. package/dist/build.d.ts +1 -1
  2. package/dist/builder/build.d.ts +7 -7
  3. package/dist/builder/build.js +3 -1
  4. package/dist/builder/clear.d.ts +1 -2
  5. package/dist/builder/clear.js +2 -8
  6. package/dist/builder/copy.d.ts +9 -9
  7. package/dist/builder/dts/index.d.ts +1 -1
  8. package/dist/builder/dts/rollup.d.ts +1 -13
  9. package/dist/builder/dts/tsc.d.ts +1 -1
  10. package/dist/builder/dts/tsc.js +20 -15
  11. package/dist/builder/esbuild/adapter.d.ts +1 -1
  12. package/dist/builder/esbuild/hook.d.ts +1 -1
  13. package/dist/builder/esbuild/index.d.ts +28 -28
  14. package/dist/builder/esbuild/resolve.d.ts +9 -9
  15. package/dist/builder/esbuild/sourcemap.d.ts +14 -14
  16. package/dist/builder/esbuild/transform.d.ts +4 -4
  17. package/dist/builder/esbuild/watch.d.ts +1 -1
  18. package/dist/builder/esbuild/write-file.d.ts +1 -1
  19. package/dist/builder/feature/asset.d.ts +5 -5
  20. package/dist/builder/feature/format-cjs.d.ts +3 -3
  21. package/dist/builder/feature/index.d.ts +1 -1
  22. package/dist/builder/feature/json.d.ts +3 -3
  23. package/dist/builder/feature/redirect.d.ts +3 -3
  24. package/dist/builder/feature/style/index.d.ts +3 -3
  25. package/dist/builder/feature/style/lessAliasPlugin.d.ts +7 -7
  26. package/dist/builder/feature/style/lessRender.d.ts +1 -1
  27. package/dist/builder/feature/style/postcssTransformer.d.ts +3 -3
  28. package/dist/builder/feature/style/postcssUrlPlugin.d.ts +3 -3
  29. package/dist/builder/feature/style/sassRender.d.ts +1 -1
  30. package/dist/builder/feature/style/transformStyle.d.ts +7 -7
  31. package/dist/builder/feature/style/utils.d.ts +3 -3
  32. package/dist/builder/feature/swc.d.ts +5 -5
  33. package/dist/builder/feature/terser.d.ts +3 -3
  34. package/dist/builder/index.d.ts +4 -4
  35. package/dist/builder/index.js +0 -1
  36. package/dist/builder/platform.d.ts +1 -1
  37. package/dist/cli.d.ts +1 -1
  38. package/dist/command.d.ts +1 -1
  39. package/dist/config/defineConfig.d.ts +1 -1
  40. package/dist/config/merge.d.ts +4 -4
  41. package/dist/config/normalize.d.ts +3 -3
  42. package/dist/config/transformLegacyConfig.d.ts +1 -1
  43. package/dist/config/valid.d.ts +1 -1
  44. package/dist/constants/build.d.ts +1 -1
  45. package/dist/constants/color.d.ts +1 -1
  46. package/dist/constants/dts.d.ts +0 -1
  47. package/dist/constants/dts.js +0 -3
  48. package/dist/constants/file.d.ts +1 -1
  49. package/dist/constants/legacy-preset.d.ts +11 -11
  50. package/dist/constants/loader.d.ts +1 -1
  51. package/dist/constants/log.d.ts +1 -1
  52. package/dist/constants/preset.d.ts +5 -5
  53. package/dist/debug.d.ts +1 -1
  54. package/dist/dev.d.ts +1 -1
  55. package/dist/error.d.ts +19 -19
  56. package/dist/hooks/build.d.ts +16 -16
  57. package/dist/hooks/dev.d.ts +11 -11
  58. package/dist/hooks/index.d.ts +29 -29
  59. package/dist/hooks/misc.d.ts +11 -11
  60. package/dist/index.d.ts +1 -1
  61. package/dist/locale/en.d.ts +40 -40
  62. package/dist/locale/index.d.ts +79 -79
  63. package/dist/locale/zh.d.ts +40 -40
  64. package/dist/plugins.d.ts +1 -1
  65. package/dist/types/color.d.ts +1 -1
  66. package/dist/types/command.d.ts +9 -9
  67. package/dist/types/config/copy.d.ts +10 -10
  68. package/dist/types/config/dev.d.ts +4 -4
  69. package/dist/types/config/index.d.ts +106 -106
  70. package/dist/types/config/style.d.ts +37 -37
  71. package/dist/types/context.d.ts +4 -4
  72. package/dist/types/dts.d.ts +39 -38
  73. package/dist/types/esbuild.d.ts +77 -77
  74. package/dist/types/hooks.d.ts +14 -14
  75. package/dist/types/index.d.ts +7 -7
  76. package/dist/types/legacyConfig/index.d.ts +8 -8
  77. package/dist/types/legacyConfig/output.d.ts +44 -44
  78. package/dist/types/legacyConfig/source.d.ts +10 -10
  79. package/dist/types/legacyConfig/tools.d.ts +39 -39
  80. package/dist/utils/assert.d.ts +1 -1
  81. package/dist/utils/builder.d.ts +9 -9
  82. package/dist/utils/common.d.ts +1 -1
  83. package/dist/utils/dts.d.ts +4 -34
  84. package/dist/utils/dts.js +71 -93
  85. package/dist/utils/hash.d.ts +1 -1
  86. package/dist/utils/index.d.ts +1 -2
  87. package/dist/utils/index.js +0 -2
  88. package/dist/utils/input.d.ts +5 -8
  89. package/dist/utils/log.d.ts +1 -1
  90. package/dist/utils/map.d.ts +5 -5
  91. package/dist/utils/onExit.d.ts +1 -1
  92. package/dist/utils/outExtension.d.ts +6 -6
  93. package/dist/utils/print.d.ts +3 -3
  94. package/dist/utils/style.d.ts +7 -7
  95. package/package.json +14 -20
  96. package/dist/utils/tspath.d.ts +0 -15
  97. 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>;
@@ -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 {};
@@ -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
- normalizedBuildConfig: 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>;
@@ -49,7 +49,6 @@ const run = async (options, api) => {
49
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
  }
@@ -1,4 +1,4 @@
1
1
  import { PluginAPI } from '@modern-js/core';
2
2
  import { ModuleContext } from '../types/context';
3
3
  import { BuildCommandOptions, ModuleTools } from '../types';
4
- export declare const buildPlatform: (options: BuildCommandOptions, api: PluginAPI<ModuleTools>, context: ModuleContext) => Promise<void>;
4
+ export declare const buildPlatform: (options: BuildCommandOptions, api: PluginAPI<ModuleTools>, context: ModuleContext) => Promise<void>;
package/dist/cli.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import type { CliPlugin } from '@modern-js/core';
2
2
  import type { ModuleTools } from './types';
3
- export declare const moduleTools: () => CliPlugin<ModuleTools>;
3
+ export declare const moduleTools: () => CliPlugin<ModuleTools>;
package/dist/command.d.ts CHANGED
@@ -4,4 +4,4 @@ import type { ModuleTools } from './types';
4
4
  export declare const buildCommand: (program: Command, api: PluginAPI<ModuleTools>) => Promise<void>;
5
5
  export declare const devCommand: (program: Command, api: PluginAPI<ModuleTools>) => Promise<void>;
6
6
  export declare const newCommand: (program: Command) => Promise<void>;
7
- export declare const upgradeCommand: (program: Command) => Promise<void>;
7
+ export declare const upgradeCommand: (program: Command) => Promise<void>;
@@ -5,4 +5,4 @@ export declare const defineConfig: (config: UserConfigExport<ModuleConfigParams>
5
5
  * @deprecated
6
6
  * Using defineConfig first.
7
7
  */
8
- export declare const defineLegacyConfig: (config: ModuleLegacyUserConfig) => ModuleLegacyUserConfig;
8
+ export declare const defineLegacyConfig: (config: ModuleLegacyUserConfig) => ModuleLegacyUserConfig;
@@ -1,9 +1,9 @@
1
1
  import { ModuleContext } from '../types';
2
2
  import type { BaseBuildConfig, PartialBaseBuildConfig, ModuleLegacyUserConfig, BuildCommandOptions } from '../types';
3
3
  export declare const mergeDefaultBaseConfig: (pConfig: PartialBaseBuildConfig, options: {
4
- context: ModuleContext;
5
- buildCmdOptions: BuildCommandOptions;
4
+ context: ModuleContext;
5
+ buildCmdOptions: BuildCommandOptions;
6
6
  }) => Promise<BaseBuildConfig>;
7
7
  export declare const isLegacyUserConfig: (config: {
8
- legacy?: boolean;
9
- }) => config is ModuleLegacyUserConfig;
8
+ legacy?: boolean;
9
+ }) => config is ModuleLegacyUserConfig;
@@ -3,6 +3,6 @@ export declare const presetToConfig: (preset?: BuildPreset) => Promise<PartialBa
3
3
  export declare const mergeConfig: (low?: PartialBaseBuildConfig[], high?: PartialBuildConfig) => PartialBaseBuildConfig[];
4
4
  export declare const normalizeBuildConfig: (resolvedConfig: ModuleUserConfig, context: ModuleContext, buildCmdOptions: BuildCommandOptions) => Promise<BaseBuildConfig[]>;
5
5
  export declare const transformToAbsPath: (baseConfig: BaseBuildConfig, options: {
6
- context: ModuleContext;
7
- buildCmdOptions: BuildCommandOptions;
8
- }) => Promise<BaseBuildConfig>;
6
+ context: ModuleContext;
7
+ buildCmdOptions: BuildCommandOptions;
8
+ }) => Promise<BaseBuildConfig>;
@@ -22,4 +22,4 @@ export declare const createConfigByBuildPreset: (legacyUserConfig: Readonly<Modu
22
22
  export declare const createConfigByPackageFields: (legacyUserConfig: Readonly<ModuleToolsLegacyUserConfig>) => Promise<ModuleUserConfig>;
23
23
  export declare const createConfigByPackageMode: (legacyUserConfig: Readonly<ModuleToolsLegacyUserConfig>) => Promise<ModuleUserConfig>;
24
24
  export declare const createConfigByDefault: (legacyUserConfig: Readonly<ModuleToolsLegacyUserConfig>) => Promise<ModuleUserConfig>;
25
- export declare const createUserConfigFromLegacy: (config: Readonly<ModuleToolsLegacyUserConfig>) => Promise<ModuleUserConfig>;
25
+ export declare const createUserConfigFromLegacy: (config: Readonly<ModuleToolsLegacyUserConfig>) => Promise<ModuleUserConfig>;
@@ -1,3 +1,3 @@
1
1
  import type { PartialBuildConfig, PartialBaseBuildConfig } from '../types';
2
2
  export declare const validPartialBuildConfig: (config: PartialBuildConfig, appDirectory: string) => void;
3
- export declare const validBuildConfig: (config: PartialBaseBuildConfig, appDirectory: string) => void;
3
+ export declare const validBuildConfig: (config: PartialBaseBuildConfig, appDirectory: string) => void;