@storm-software/esbuild 0.26.11 → 0.26.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/esbuild.cjs +2 -8
- package/dist/build.cjs +8 -8
- package/dist/build.js +7 -7
- package/dist/{chunk-A7M6QDWG.cjs → chunk-3ENEOIKE.cjs} +4 -3
- package/dist/{chunk-2HAHXU54.js → chunk-4ATDIKBQ.js} +1 -1
- package/dist/{chunk-57Z7YYTW.cjs → chunk-5F7O7BRG.cjs} +33 -59
- package/dist/{chunk-VWP2SU7A.cjs → chunk-DEO4HWIA.cjs} +3 -3
- package/dist/{chunk-62KAIAWT.cjs → chunk-DITM26C7.cjs} +3 -3
- package/dist/{chunk-XZED6WF3.cjs → chunk-F665CCSS.cjs} +1 -1
- package/dist/{chunk-JOPUDEEC.cjs → chunk-H7G4L4A7.cjs} +38 -43
- package/dist/{chunk-GQQQCEJN.cjs → chunk-I2FH4C27.cjs} +2 -2
- package/dist/{chunk-F5ULKQSO.js → chunk-KFFQSANO.js} +5 -10
- package/dist/{chunk-V23YDDCC.js → chunk-LUJTYV5C.js} +3 -2
- package/dist/{chunk-7NZ2E6EC.js → chunk-NCMOSDGN.js} +1 -1
- package/dist/{chunk-DNJAV4NQ.js → chunk-TUAAYWUJ.js} +1 -1
- package/dist/{chunk-D5ZZNDUG.js → chunk-VZIK4SOK.js} +3 -29
- package/dist/{chunk-IW7GZHF7.js → chunk-YWKYHSIN.js} +1 -1
- package/dist/clean.cjs +3 -3
- package/dist/clean.js +2 -2
- package/dist/config.cjs +5 -7
- package/dist/config.d.cts +2 -3
- package/dist/config.d.ts +2 -3
- package/dist/config.js +6 -8
- package/dist/index.cjs +8 -10
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +8 -10
- package/dist/plugins/deps-check.cjs +3 -3
- package/dist/plugins/deps-check.js +2 -2
- package/dist/plugins/on-error.cjs +3 -3
- package/dist/plugins/on-error.js +2 -2
- package/dist/plugins/tsc.cjs +3 -3
- package/dist/plugins/tsc.js +2 -2
- package/dist/types.d.cts +3 -10
- package/dist/types.d.ts +3 -10
- package/package.json +2 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkDEO4HWIAcjs = require('../chunk-DEO4HWIA.cjs');
|
|
4
|
+
require('../chunk-F665CCSS.cjs');
|
|
5
5
|
require('../chunk-XITTOHOG.cjs');
|
|
6
6
|
require('../chunk-BGYQAVKQ.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.depsCheckPlugin =
|
|
9
|
+
exports.depsCheckPlugin = _chunkDEO4HWIAcjs.depsCheckPlugin;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkI2FH4C27cjs = require('../chunk-I2FH4C27.cjs');
|
|
4
|
+
require('../chunk-F665CCSS.cjs');
|
|
5
5
|
require('../chunk-XITTOHOG.cjs');
|
|
6
6
|
require('../chunk-BGYQAVKQ.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.onErrorPlugin =
|
|
9
|
+
exports.onErrorPlugin = _chunkI2FH4C27cjs.onErrorPlugin;
|
package/dist/plugins/on-error.js
CHANGED
package/dist/plugins/tsc.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunk3ENEOIKEcjs = require('../chunk-3ENEOIKE.cjs');
|
|
4
|
+
require('../chunk-F665CCSS.cjs');
|
|
5
5
|
require('../chunk-XITTOHOG.cjs');
|
|
6
6
|
require('../chunk-BGYQAVKQ.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.tscPlugin =
|
|
9
|
+
exports.tscPlugin = _chunk3ENEOIKEcjs.tscPlugin;
|
package/dist/plugins/tsc.js
CHANGED
package/dist/types.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ProjectGraph, ProjectsConfigurations } from '@nx/devkit';
|
|
2
2
|
import { TypeScriptBuildOptions, TypeScriptBuildResolvedOptions, AdditionalCLIOptions } from '@storm-software/build-tools';
|
|
3
|
-
import { BuildOptions, OutputFile, Metafile,
|
|
3
|
+
import { BuildOptions, OutputFile, Metafile, BuildResult, Format } from 'esbuild';
|
|
4
4
|
import { SourceMap } from 'rollup';
|
|
5
5
|
import { RawSourceMap } from 'source-map';
|
|
6
6
|
|
|
@@ -17,24 +17,17 @@ declare class RendererEngine {
|
|
|
17
17
|
}): Promise<void>;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
type OutExtensionObject = {
|
|
21
|
-
js?: string;
|
|
22
|
-
dts?: string;
|
|
23
|
-
};
|
|
24
|
-
type OutExtensionFactory = (format?: Format, pkgType?: string) => OutExtensionObject;
|
|
25
20
|
type ESBuildOptions = Omit<BuildOptions, "outbase" | "outfile" | "outExtension" | "banner" | "entryPoints"> & Omit<TypeScriptBuildOptions, "format"> & {
|
|
26
21
|
emitTypes?: boolean;
|
|
27
22
|
injectShims?: boolean;
|
|
28
|
-
outExtension?: OutExtensionFactory;
|
|
29
23
|
renderers?: Renderer[];
|
|
30
24
|
};
|
|
31
25
|
type ESBuildResult = BuildResult;
|
|
32
|
-
type ESBuildResolvedOptions = Omit<TypeScriptBuildResolvedOptions, "banner" | "footer" | "target" | "format" | "sourcemap"> & Pick<BuildOptions, "loader" | "inject" | "metafile" | "keepNames" | "target" | "color" | "banner" | "footer" | "sourcemap"> & {
|
|
26
|
+
type ESBuildResolvedOptions = Omit<TypeScriptBuildResolvedOptions, "banner" | "footer" | "target" | "format" | "sourcemap" | "outExtension"> & Pick<BuildOptions, "loader" | "inject" | "metafile" | "keepNames" | "target" | "color" | "banner" | "footer" | "sourcemap"> & {
|
|
33
27
|
injectShims: boolean;
|
|
34
28
|
outdir: string;
|
|
35
29
|
projectGraph: ProjectGraph;
|
|
36
30
|
projectConfigurations: ProjectsConfigurations;
|
|
37
|
-
outExtension: OutExtensionObject;
|
|
38
31
|
entryPoints: string[];
|
|
39
32
|
renderers?: Renderer[];
|
|
40
33
|
format: Format;
|
|
@@ -91,4 +84,4 @@ type WrittenFile = {
|
|
|
91
84
|
readonly size: number;
|
|
92
85
|
};
|
|
93
86
|
|
|
94
|
-
export type { AssetInfo, BuildEnd, BuildStart, ChunkInfo, ESBuildCLIOptions, ESBuildContext, ESBuildOptions, ESBuildResolvedOptions, ESBuildResult, MaybePromise, ModifyEsbuildOptions,
|
|
87
|
+
export type { AssetInfo, BuildEnd, BuildStart, ChunkInfo, ESBuildCLIOptions, ESBuildContext, ESBuildOptions, ESBuildResolvedOptions, ESBuildResult, MaybePromise, ModifyEsbuildOptions, RenderChunk, Renderer, WrittenFile };
|
package/dist/types.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ProjectGraph, ProjectsConfigurations } from '@nx/devkit';
|
|
2
2
|
import { TypeScriptBuildOptions, TypeScriptBuildResolvedOptions, AdditionalCLIOptions } from '@storm-software/build-tools';
|
|
3
|
-
import { BuildOptions, OutputFile, Metafile,
|
|
3
|
+
import { BuildOptions, OutputFile, Metafile, BuildResult, Format } from 'esbuild';
|
|
4
4
|
import { SourceMap } from 'rollup';
|
|
5
5
|
import { RawSourceMap } from 'source-map';
|
|
6
6
|
|
|
@@ -17,24 +17,17 @@ declare class RendererEngine {
|
|
|
17
17
|
}): Promise<void>;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
type OutExtensionObject = {
|
|
21
|
-
js?: string;
|
|
22
|
-
dts?: string;
|
|
23
|
-
};
|
|
24
|
-
type OutExtensionFactory = (format?: Format, pkgType?: string) => OutExtensionObject;
|
|
25
20
|
type ESBuildOptions = Omit<BuildOptions, "outbase" | "outfile" | "outExtension" | "banner" | "entryPoints"> & Omit<TypeScriptBuildOptions, "format"> & {
|
|
26
21
|
emitTypes?: boolean;
|
|
27
22
|
injectShims?: boolean;
|
|
28
|
-
outExtension?: OutExtensionFactory;
|
|
29
23
|
renderers?: Renderer[];
|
|
30
24
|
};
|
|
31
25
|
type ESBuildResult = BuildResult;
|
|
32
|
-
type ESBuildResolvedOptions = Omit<TypeScriptBuildResolvedOptions, "banner" | "footer" | "target" | "format" | "sourcemap"> & Pick<BuildOptions, "loader" | "inject" | "metafile" | "keepNames" | "target" | "color" | "banner" | "footer" | "sourcemap"> & {
|
|
26
|
+
type ESBuildResolvedOptions = Omit<TypeScriptBuildResolvedOptions, "banner" | "footer" | "target" | "format" | "sourcemap" | "outExtension"> & Pick<BuildOptions, "loader" | "inject" | "metafile" | "keepNames" | "target" | "color" | "banner" | "footer" | "sourcemap"> & {
|
|
33
27
|
injectShims: boolean;
|
|
34
28
|
outdir: string;
|
|
35
29
|
projectGraph: ProjectGraph;
|
|
36
30
|
projectConfigurations: ProjectsConfigurations;
|
|
37
|
-
outExtension: OutExtensionObject;
|
|
38
31
|
entryPoints: string[];
|
|
39
32
|
renderers?: Renderer[];
|
|
40
33
|
format: Format;
|
|
@@ -91,4 +84,4 @@ type WrittenFile = {
|
|
|
91
84
|
readonly size: number;
|
|
92
85
|
};
|
|
93
86
|
|
|
94
|
-
export type { AssetInfo, BuildEnd, BuildStart, ChunkInfo, ESBuildCLIOptions, ESBuildContext, ESBuildOptions, ESBuildResolvedOptions, ESBuildResult, MaybePromise, ModifyEsbuildOptions,
|
|
87
|
+
export type { AssetInfo, BuildEnd, BuildStart, ChunkInfo, ESBuildCLIOptions, ESBuildContext, ESBuildOptions, ESBuildResolvedOptions, ESBuildResult, MaybePromise, ModifyEsbuildOptions, RenderChunk, Renderer, WrittenFile };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"@nx/js": "^20.3.1",
|
|
171
171
|
"@storm-software/build-tools": "0.140.5",
|
|
172
172
|
"@storm-software/config": "1.103.5",
|
|
173
|
-
"@storm-software/config-tools": "1.155.
|
|
173
|
+
"@storm-software/config-tools": "1.155.10",
|
|
174
174
|
"@types/node": "^22.10.2",
|
|
175
175
|
"defu": "6.1.4",
|
|
176
176
|
"esbuild": "^0.24.0",
|