powerlines 0.41.6 → 0.41.7
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 +14 -16
- package/dist/{api-CY668wMZ.mjs → api-6f2oVwGy.mjs} +142 -333
- package/dist/api-6f2oVwGy.mjs.map +1 -0
- package/dist/{api-GPlMYw0d.cjs → api-CFXLaAxU.cjs} +505 -722
- package/dist/astro.cjs +8 -18
- package/dist/astro.d.cts +1 -2
- package/dist/astro.d.cts.map +1 -1
- package/dist/astro.d.mts +1 -6
- package/dist/astro.d.mts.map +1 -1
- package/dist/astro.mjs +6 -16
- package/dist/astro.mjs.map +1 -1
- package/dist/{chunk-CbDLau6x.cjs → chunk-AIJqnxB6.cjs} +27 -1
- package/dist/chunk-CtajNgzt.mjs +36 -0
- package/dist/config.cjs +20 -4
- package/dist/config.d.cts +1 -2
- package/dist/config.d.mts +1 -3
- package/dist/config.mjs +11 -2
- package/dist/config.mjs.map +1 -0
- package/dist/constants.cjs +20 -20
- package/dist/constants.d.cts +1 -24
- package/dist/constants.d.mts +1 -24
- package/dist/constants.mjs +11 -3
- package/dist/constants.mjs.map +1 -0
- package/dist/context/index.cjs +4 -9
- package/dist/context/index.d.cts +56 -132
- package/dist/context/index.d.cts.map +1 -1
- package/dist/context/index.d.mts +55 -135
- package/dist/context/index.d.mts.map +1 -1
- package/dist/context/index.mjs +3 -9
- package/dist/esbuild.cjs +60 -17
- package/dist/esbuild.d.cts +5 -29
- package/dist/esbuild.d.cts.map +1 -1
- package/dist/esbuild.d.mts +5 -33
- package/dist/esbuild.d.mts.map +1 -1
- package/dist/esbuild.mjs +44 -12
- package/dist/esbuild.mjs.map +1 -0
- package/dist/farm.cjs +6 -13
- package/dist/farm.d.cts +2 -3
- package/dist/farm.d.cts.map +1 -1
- package/dist/farm.d.mts +2 -6
- package/dist/farm.d.mts.map +1 -1
- package/dist/farm.mjs +4 -11
- package/dist/farm.mjs.map +1 -1
- package/dist/index.cjs +7 -13
- package/dist/index.d.cts +263 -6
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +263 -7
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +3 -9
- package/dist/index.mjs.map +1 -1
- package/dist/next.cjs +7 -14
- package/dist/next.d.cts +0 -1
- package/dist/next.d.cts.map +1 -1
- package/dist/next.d.mts +0 -1
- package/dist/next.d.mts.map +1 -1
- package/dist/next.mjs +6 -13
- package/dist/next.mjs.map +1 -1
- package/dist/nuxt.cjs +12 -22
- package/dist/nuxt.d.cts +2 -3
- package/dist/nuxt.d.cts.map +1 -1
- package/dist/nuxt.d.mts +2 -7
- package/dist/nuxt.d.mts.map +1 -1
- package/dist/nuxt.mjs +8 -18
- package/dist/nuxt.mjs.map +1 -1
- package/dist/plugin-utils.cjs +20 -28
- package/dist/plugin-utils.d.cts +1 -267
- package/dist/plugin-utils.d.mts +1 -272
- package/dist/plugin-utils.mjs +11 -4
- package/dist/plugin-utils.mjs.map +1 -0
- package/dist/rolldown.cjs +52 -18
- package/dist/rolldown.d.cts +5 -29
- package/dist/rolldown.d.cts.map +1 -1
- package/dist/rolldown.d.mts +5 -32
- package/dist/rolldown.d.mts.map +1 -1
- package/dist/rolldown.mjs +36 -13
- package/dist/rolldown.mjs.map +1 -0
- package/dist/rollup.cjs +20 -48
- package/dist/rollup.d.cts +5 -29
- package/dist/rollup.d.cts.map +1 -1
- package/dist/rollup.d.mts +5 -32
- package/dist/rollup.d.mts.map +1 -1
- package/dist/rollup.mjs +6 -44
- package/dist/rollup.mjs.map +1 -1
- package/dist/rspack.cjs +20 -82
- package/dist/rspack.d.cts +4 -24
- package/dist/rspack.d.cts.map +1 -1
- package/dist/rspack.d.mts +4 -27
- package/dist/rspack.d.mts.map +1 -1
- package/dist/rspack.mjs +5 -77
- package/dist/rspack.mjs.map +1 -1
- package/dist/storage/index.cjs +2 -3
- package/dist/storage/index.d.cts +7 -7
- package/dist/storage/index.d.cts.map +1 -1
- package/dist/storage/index.d.mts +7 -11
- package/dist/storage/index.d.mts.map +1 -1
- package/dist/storage/index.mjs +1 -3
- package/dist/{tsconfig-C8M8X6U0.cjs → tsconfig-BJrUrPC_.cjs} +13 -13
- package/dist/{tsconfig-B92heKit.mjs → tsconfig-D9GCB2I9.mjs} +5 -5
- package/dist/tsconfig-D9GCB2I9.mjs.map +1 -0
- package/dist/tsdown.cjs +38 -187
- package/dist/tsdown.d.cts +2 -24
- package/dist/tsdown.d.cts.map +1 -1
- package/dist/tsdown.d.mts +4 -30
- package/dist/tsdown.d.mts.map +1 -1
- package/dist/tsdown.mjs +8 -167
- package/dist/tsdown.mjs.map +1 -1
- package/dist/tsup.cjs +29 -134
- package/dist/tsup.d.cts +2 -24
- package/dist/tsup.d.cts.map +1 -1
- package/dist/tsup.d.mts +2 -28
- package/dist/tsup.d.mts.map +1 -1
- package/dist/tsup.mjs +7 -122
- package/dist/tsup.mjs.map +1 -1
- package/dist/types-DerAvFjs.d.cts +4 -0
- package/dist/types-DerAvFjs.d.cts.map +1 -0
- package/dist/types-ro7jWCtL.d.mts +4 -0
- package/dist/types-ro7jWCtL.d.mts.map +1 -0
- package/dist/typescript/index.cjs +2 -1
- package/dist/typescript/index.d.cts +2 -2
- package/dist/typescript/index.d.cts.map +1 -1
- package/dist/typescript/index.d.mts +1 -4
- package/dist/typescript/index.d.mts.map +1 -1
- package/dist/typescript/index.mjs +1 -1
- package/dist/unloader.cjs +6 -13
- package/dist/unloader.d.cts +2 -4
- package/dist/unloader.d.cts.map +1 -1
- package/dist/unloader.d.mts +2 -7
- package/dist/unloader.d.mts.map +1 -1
- package/dist/unloader.mjs +4 -11
- package/dist/unloader.mjs.map +1 -1
- package/dist/unplugin.cjs +11 -14
- package/dist/unplugin.d.cts +5 -6
- package/dist/unplugin.d.cts.map +1 -1
- package/dist/unplugin.d.mts +3 -6
- package/dist/unplugin.d.mts.map +1 -1
- package/dist/unplugin.mjs +6 -10
- package/dist/utils.cjs +38 -22
- package/dist/utils.d.cts +3 -2
- package/dist/utils.d.mts +3 -3
- package/dist/utils.mjs +19 -3
- package/dist/utils.mjs.map +1 -0
- package/dist/{virtual-B1MLgqnQ.cjs → virtual-Cbvj12lU.cjs} +33 -33
- package/dist/{virtual-B9imjOqe.mjs → virtual-DvkJm7gK.mjs} +7 -7
- package/dist/virtual-DvkJm7gK.mjs.map +1 -0
- package/dist/vite.cjs +84 -19
- package/dist/vite.d.cts +5 -16
- package/dist/vite.d.cts.map +1 -1
- package/dist/vite.d.mts +5 -19
- package/dist/vite.d.mts.map +1 -1
- package/dist/vite.mjs +67 -14
- package/dist/vite.mjs.map +1 -0
- package/dist/webpack.cjs +42 -16
- package/dist/webpack.d.cts +5 -29
- package/dist/webpack.d.cts.map +1 -1
- package/dist/webpack.d.mts +5 -32
- package/dist/webpack.d.mts.map +1 -1
- package/dist/webpack.mjs +26 -11
- package/dist/webpack.mjs.map +1 -0
- package/package.json +15 -15
- package/dist/api-CY668wMZ.mjs.map +0 -1
- package/dist/commands-7TWNqTU1.d.cts +0 -12
- package/dist/commands-7TWNqTU1.d.cts.map +0 -1
- package/dist/commands-yacLkOi0.d.mts +0 -12
- package/dist/commands-yacLkOi0.d.mts.map +0 -1
- package/dist/config-CK756s0L.d.mts +0 -2232
- package/dist/config-CK756s0L.d.mts.map +0 -1
- package/dist/config-CiPXgwzt.d.mts +0 -39
- package/dist/config-CiPXgwzt.d.mts.map +0 -1
- package/dist/config-D4Fh2gQL.mjs +0 -87
- package/dist/config-D4Fh2gQL.mjs.map +0 -1
- package/dist/config-D86Vw7SC.cjs +0 -105
- package/dist/config-J74ORCFY.d.cts +0 -39
- package/dist/config-J74ORCFY.d.cts.map +0 -1
- package/dist/config-vnrrSxEB.d.cts +0 -2232
- package/dist/config-vnrrSxEB.d.cts.map +0 -1
- package/dist/constants-CZh5rsgh.cjs +0 -103
- package/dist/constants-cXxSHhNp.mjs +0 -32
- package/dist/constants-cXxSHhNp.mjs.map +0 -1
- package/dist/constants.d.cts.map +0 -1
- package/dist/constants.d.mts.map +0 -1
- package/dist/esbuild-B3NuCco0.cjs +0 -100
- package/dist/esbuild-DWiE0pYc.mjs +0 -82
- package/dist/esbuild-DWiE0pYc.mjs.map +0 -1
- package/dist/index-2JXW-b2-.d.mts +0 -82
- package/dist/index-2JXW-b2-.d.mts.map +0 -1
- package/dist/index-6BLROVtJ.d.mts +0 -261
- package/dist/index-6BLROVtJ.d.mts.map +0 -1
- package/dist/index-C7W0kmm7.d.mts +0 -171
- package/dist/index-C7W0kmm7.d.mts.map +0 -1
- package/dist/index-DJ-k0GOX.d.cts +0 -261
- package/dist/index-DJ-k0GOX.d.cts.map +0 -1
- package/dist/paths-CS8ecCnW.mjs +0 -81
- package/dist/paths-CS8ecCnW.mjs.map +0 -1
- package/dist/paths-YmyIGEVo.cjs +0 -98
- package/dist/plugin-B9TQt-p0.d.cts +0 -82
- package/dist/plugin-B9TQt-p0.d.cts.map +0 -1
- package/dist/plugin-BE3wmhoU.d.cts +0 -26
- package/dist/plugin-BE3wmhoU.d.cts.map +0 -1
- package/dist/plugin-CZ_PJPpQ.cjs +0 -96
- package/dist/plugin-C_8RhG5V.d.mts +0 -26
- package/dist/plugin-C_8RhG5V.d.mts.map +0 -1
- package/dist/plugin-E5foRD0k.mjs +0 -61
- package/dist/plugin-E5foRD0k.mjs.map +0 -1
- package/dist/plugin-utils-C3HnZJl1.mjs +0 -387
- package/dist/plugin-utils-C3HnZJl1.mjs.map +0 -1
- package/dist/plugin-utils-Ck3cx3w6.cjs +0 -531
- package/dist/plugin-utils.d.cts.map +0 -1
- package/dist/plugin-utils.d.mts.map +0 -1
- package/dist/resolve-options-6sXFqzEA.mjs +0 -116
- package/dist/resolve-options-6sXFqzEA.mjs.map +0 -1
- package/dist/resolve-options-BQnTgg3V.cjs +0 -105
- package/dist/resolve-options-D-RGs8j8.mjs +0 -117
- package/dist/resolve-options-D-RGs8j8.mjs.map +0 -1
- package/dist/resolve-options-DHL3RM8F.mjs +0 -87
- package/dist/resolve-options-DHL3RM8F.mjs.map +0 -1
- package/dist/resolve-options-lxQ2pm0W.cjs +0 -127
- package/dist/resolve-options-vyFhhkLp.cjs +0 -133
- package/dist/rolldown-CQI8ps6f.cjs +0 -83
- package/dist/rolldown-DsXEFXyP.mjs +0 -65
- package/dist/rolldown-DsXEFXyP.mjs.map +0 -1
- package/dist/tsconfig-B92heKit.mjs.map +0 -1
- package/dist/types-Bh_vLuQ0.d.mts +0 -1
- package/dist/utils-BbDma_5Y.cjs +0 -449
- package/dist/utils-DoQcX7Sk.mjs +0 -339
- package/dist/utils-DoQcX7Sk.mjs.map +0 -1
- package/dist/virtual-B9imjOqe.mjs.map +0 -1
- package/dist/vite-Bx1gbbj3.mjs +0 -171
- package/dist/vite-Bx1gbbj3.mjs.map +0 -1
- package/dist/vite-XV170zx6.cjs +0 -189
- package/dist/webpack-9G4xJBfz.cjs +0 -107
- package/dist/webpack-BkTkELre.mjs +0 -88
- package/dist/webpack-BkTkELre.mjs.map +0 -1
- package/dist/write-file-CpNWY8SV.d.cts +0 -171
- package/dist/write-file-CpNWY8SV.d.cts.map +0 -1
package/dist/context/index.d.cts
CHANGED
|
@@ -1,91 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { t as types_d_exports } from "../types-DerAvFjs.cjs";
|
|
2
|
+
import { UNSAFE_ContextInternal, UNSAFE_EnvironmentContext, UNSAFE_PluginContext } from "@powerlines/core/types/_internal";
|
|
2
3
|
import { EnvPaths } from "@stryke/env/get-env-paths";
|
|
3
4
|
import { PackageJson } from "@stryke/types/package-json";
|
|
5
|
+
import { FlatCache } from "flat-cache";
|
|
4
6
|
import { ParseResult } from "oxc-parser";
|
|
5
7
|
import { Range } from "semver";
|
|
6
8
|
import { RequestInfo, Response } from "undici";
|
|
7
9
|
import { UnpluginMessage } from "unplugin";
|
|
8
|
-
import { FlatCache } from "flat-cache";
|
|
9
10
|
|
|
10
|
-
//#region ../core/src/types/_internal.d.ts
|
|
11
|
-
/**
|
|
12
|
-
* Internal fields and methods for internal contexts
|
|
13
|
-
*
|
|
14
|
-
* @internal
|
|
15
|
-
*/
|
|
16
|
-
interface UNSAFE_ContextInternal<TResolvedConfig extends ResolvedConfig = ResolvedConfig> {
|
|
17
|
-
/**
|
|
18
|
-
* The API instance for interacting with Powerlines
|
|
19
|
-
*
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
api: API<TResolvedConfig>;
|
|
23
|
-
/**
|
|
24
|
-
* Add a Powerlines plugin used in the build process
|
|
25
|
-
*
|
|
26
|
-
* @internal
|
|
27
|
-
*
|
|
28
|
-
* @param config - The import path of the plugin to add
|
|
29
|
-
*/
|
|
30
|
-
addPlugin: (config: PluginConfig<PluginContext<TResolvedConfig>>) => Promise<void>;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* An internal representation of the environment context, used for managing hooks and environment data.
|
|
34
|
-
*
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
interface UNSAFE_EnvironmentContext<TResolvedConfig extends ResolvedConfig = ResolvedConfig> extends EnvironmentContext<TResolvedConfig> {
|
|
38
|
-
$$internal: UNSAFE_ContextInternal<TResolvedConfig>;
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* Internal fields and methods for the internal plugin context
|
|
42
|
-
*
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
|
-
interface UNSAFE_PluginContextInternal<TResolvedConfig extends ResolvedConfig = ResolvedConfig> extends UNSAFE_ContextInternal<TResolvedConfig> {
|
|
46
|
-
/**
|
|
47
|
-
* The API instance for interacting with Powerlines
|
|
48
|
-
*
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
api: API<TResolvedConfig>;
|
|
52
|
-
/**
|
|
53
|
-
* The environment context associated with this plugin context
|
|
54
|
-
*
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
environment: UNSAFE_EnvironmentContext<TResolvedConfig>;
|
|
58
|
-
/**
|
|
59
|
-
* Call a hook within the Powerlines system
|
|
60
|
-
*
|
|
61
|
-
* @internal
|
|
62
|
-
*
|
|
63
|
-
* @param hook - The name of the hook to call
|
|
64
|
-
* @param options - Options for calling the hook
|
|
65
|
-
* @param args - Arguments to pass to the hook
|
|
66
|
-
* @returns The result of the hook call
|
|
67
|
-
*/
|
|
68
|
-
callHook: <TKey extends string>(hook: TKey, options: CallHookOptions & {
|
|
69
|
-
environment?: string | EnvironmentContext<TResolvedConfig>;
|
|
70
|
-
}, ...args: InferHookParameters<PluginContext<TResolvedConfig>, TKey>) => Promise<InferHookReturnType<PluginContext<TResolvedConfig>, TKey> | undefined>;
|
|
71
|
-
/**
|
|
72
|
-
* A place to store internal data for the plugin context
|
|
73
|
-
*
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
meta: Record<string, any>;
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* An internal representation of the plugin context, used for managing hooks and environment data.
|
|
80
|
-
*
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
interface UNSAFE_PluginContext<TResolvedConfig extends ResolvedConfig = ResolvedConfig> extends PluginContext<TResolvedConfig> {
|
|
84
|
-
$$internal: UNSAFE_PluginContextInternal<TResolvedConfig>;
|
|
85
|
-
}
|
|
86
|
-
//#endregion
|
|
87
11
|
//#region src/context/context.d.ts
|
|
88
|
-
declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = ResolvedConfig> implements Context<TResolvedConfig> {
|
|
12
|
+
declare class PowerlinesContext<TResolvedConfig extends types_d_exports.ResolvedConfig = types_d_exports.ResolvedConfig> implements types_d_exports.Context<TResolvedConfig> {
|
|
89
13
|
#private;
|
|
90
14
|
/**
|
|
91
15
|
* Create a new Storm context from the workspace root and user config.
|
|
@@ -94,7 +18,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
94
18
|
* @param config - The user configuration options.
|
|
95
19
|
* @returns A promise that resolves to the new context.
|
|
96
20
|
*/
|
|
97
|
-
static from<TResolvedConfig extends ResolvedConfig = ResolvedConfig>(workspaceRoot: string, config: InitialUserConfig<TResolvedConfig["userConfig"]>): Promise<Context>;
|
|
21
|
+
static from<TResolvedConfig extends types_d_exports.ResolvedConfig = types_d_exports.ResolvedConfig>(workspaceRoot: string, config: types_d_exports.InitialUserConfig<TResolvedConfig["userConfig"]>): Promise<types_d_exports.Context>;
|
|
98
22
|
/**
|
|
99
23
|
* An object containing the dependencies that should be installed for the project
|
|
100
24
|
*/
|
|
@@ -106,7 +30,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
106
30
|
/**
|
|
107
31
|
* The persisted meta information about the current build
|
|
108
32
|
*/
|
|
109
|
-
persistedMeta: MetaInfo | undefined;
|
|
33
|
+
persistedMeta: types_d_exports.MetaInfo | undefined;
|
|
110
34
|
/**
|
|
111
35
|
* The path to the Powerlines package
|
|
112
36
|
*/
|
|
@@ -122,7 +46,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
122
46
|
/**
|
|
123
47
|
* The module resolver for the project
|
|
124
48
|
*/
|
|
125
|
-
resolver: Resolver;
|
|
49
|
+
resolver: types_d_exports.Resolver;
|
|
126
50
|
/**
|
|
127
51
|
* The resolved configuration options
|
|
128
52
|
*/
|
|
@@ -148,19 +72,19 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
148
72
|
/**
|
|
149
73
|
* The resolved entry type definitions for the project
|
|
150
74
|
*/
|
|
151
|
-
get entry(): ResolvedEntryTypeDefinition[];
|
|
75
|
+
get entry(): types_d_exports.ResolvedEntryTypeDefinition[];
|
|
152
76
|
/**
|
|
153
77
|
* The TypeScript configuration parsed from the tsconfig file
|
|
154
78
|
*/
|
|
155
|
-
get tsconfig(): ParsedTypeScriptConfig;
|
|
79
|
+
get tsconfig(): types_d_exports.ParsedTypeScriptConfig;
|
|
156
80
|
/**
|
|
157
81
|
* Sets the TypeScript configuration parsed from the tsconfig file
|
|
158
82
|
*/
|
|
159
|
-
set tsconfig(value: ParsedTypeScriptConfig);
|
|
83
|
+
set tsconfig(value: types_d_exports.ParsedTypeScriptConfig);
|
|
160
84
|
/**
|
|
161
85
|
* The virtual file system interface for the project
|
|
162
86
|
*/
|
|
163
|
-
get fs(): VirtualFileSystemInterface;
|
|
87
|
+
get fs(): types_d_exports.VirtualFileSystemInterface;
|
|
164
88
|
/**
|
|
165
89
|
* Get the checksum of the project's current state
|
|
166
90
|
*/
|
|
@@ -168,7 +92,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
168
92
|
/**
|
|
169
93
|
* The meta information about the current build
|
|
170
94
|
*/
|
|
171
|
-
get meta(): MetaInfo;
|
|
95
|
+
get meta(): types_d_exports.MetaInfo;
|
|
172
96
|
/**
|
|
173
97
|
* The resolved configuration options
|
|
174
98
|
*/
|
|
@@ -176,11 +100,11 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
176
100
|
/**
|
|
177
101
|
* The logger function
|
|
178
102
|
*/
|
|
179
|
-
get log(): LogFn;
|
|
103
|
+
get log(): types_d_exports.LogFn;
|
|
180
104
|
/**
|
|
181
105
|
* The workspace configuration
|
|
182
106
|
*/
|
|
183
|
-
get workspaceConfig(): WorkspaceConfig;
|
|
107
|
+
get workspaceConfig(): types_d_exports.WorkspaceConfig;
|
|
184
108
|
/**
|
|
185
109
|
* The environment paths for the project
|
|
186
110
|
*/
|
|
@@ -239,7 +163,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
239
163
|
/**
|
|
240
164
|
* The entry points that exist in the Powerlines virtual file system
|
|
241
165
|
*/
|
|
242
|
-
protected get resolvedEntry(): ResolvedEntryTypeDefinition[];
|
|
166
|
+
protected get resolvedEntry(): types_d_exports.ResolvedEntryTypeDefinition[];
|
|
243
167
|
/**
|
|
244
168
|
* A function to perform HTTP fetch requests
|
|
245
169
|
*
|
|
@@ -258,7 +182,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
258
182
|
* @param options - The fetch request options.
|
|
259
183
|
* @returns A promise that resolves to a response returned by the fetch.
|
|
260
184
|
*/
|
|
261
|
-
fetch(input: RequestInfo, options?: FetchOptions): Promise<Response>;
|
|
185
|
+
fetch(input: RequestInfo, options?: types_d_exports.FetchOptions): Promise<Response>;
|
|
262
186
|
/**
|
|
263
187
|
* Parse code using [Oxc-Parser](https://github.com/oxc/oxc) into an (ESTree-compatible)[https://github.com/estree/estree] AST object.
|
|
264
188
|
*
|
|
@@ -277,7 +201,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
277
201
|
* @param options - The options to pass to the parser.
|
|
278
202
|
* @returns An (ESTree-compatible)[https://github.com/estree/estree] AST object.
|
|
279
203
|
*/
|
|
280
|
-
parse(code: string, options?: ParseOptions): Promise<ParseResult>;
|
|
204
|
+
parse(code: string, options?: types_d_exports.ParseOptions): Promise<ParseResult>;
|
|
281
205
|
/**
|
|
282
206
|
* A helper function to resolve modules in the Virtual File System
|
|
283
207
|
*
|
|
@@ -294,7 +218,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
294
218
|
* @param options - Additional resolution options.
|
|
295
219
|
* @returns A promise that resolves to the resolved module path.
|
|
296
220
|
*/
|
|
297
|
-
resolve(id: string, importer?: string, options?: ResolveOptions): Promise<ResolveResult | undefined>;
|
|
221
|
+
resolve(id: string, importer?: string, options?: types_d_exports.ResolveOptions): Promise<types_d_exports.ResolveResult | undefined>;
|
|
298
222
|
/**
|
|
299
223
|
* A helper function to load modules from the Virtual File System
|
|
300
224
|
*
|
|
@@ -309,11 +233,11 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
309
233
|
* @param id - The module to load.
|
|
310
234
|
* @returns A promise that resolves to the loaded module.
|
|
311
235
|
*/
|
|
312
|
-
load(id: string): Promise<TransformResult
|
|
236
|
+
load(id: string): Promise<types_d_exports.TransformResult | undefined>;
|
|
313
237
|
/**
|
|
314
238
|
* Get the builtin virtual files that exist in the Powerlines virtual file system
|
|
315
239
|
*/
|
|
316
|
-
getBuiltins(): Promise<VirtualFile[]>;
|
|
240
|
+
getBuiltins(): Promise<types_d_exports.VirtualFile[]>;
|
|
317
241
|
/**
|
|
318
242
|
* Resolves a file and writes it to the VFS if it does not already exist
|
|
319
243
|
*
|
|
@@ -321,7 +245,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
321
245
|
* @param path - The path to write the file to
|
|
322
246
|
* @param options - Additional options for writing the file
|
|
323
247
|
*/
|
|
324
|
-
emit(code: string, path: string, options?: EmitOptions): Promise<void>;
|
|
248
|
+
emit(code: string, path: string, options?: types_d_exports.EmitOptions): Promise<void>;
|
|
325
249
|
/**
|
|
326
250
|
* Synchronously resolves a file and writes it to the VFS if it does not already exist
|
|
327
251
|
*
|
|
@@ -329,7 +253,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
329
253
|
* @param path - The path to write the file to
|
|
330
254
|
* @param options - Additional options for writing the file
|
|
331
255
|
*/
|
|
332
|
-
emitSync(code: string, path: string, options?: EmitOptions): void;
|
|
256
|
+
emitSync(code: string, path: string, options?: types_d_exports.EmitOptions): void;
|
|
333
257
|
/**
|
|
334
258
|
* Resolves a entry virtual file and writes it to the VFS if it does not already exist
|
|
335
259
|
*
|
|
@@ -337,7 +261,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
337
261
|
* @param path - A path to write the entry file to
|
|
338
262
|
* @param options - Optional write file options
|
|
339
263
|
*/
|
|
340
|
-
emitEntry(code: string, path: string, options?: EmitEntryOptions): Promise<void>;
|
|
264
|
+
emitEntry(code: string, path: string, options?: types_d_exports.EmitEntryOptions): Promise<void>;
|
|
341
265
|
/**
|
|
342
266
|
* Synchronously resolves a entry virtual file and writes it to the VFS if it does not already exist
|
|
343
267
|
*
|
|
@@ -345,7 +269,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
345
269
|
* @param path - A path to write the entry file to
|
|
346
270
|
* @param options - Optional write file options
|
|
347
271
|
*/
|
|
348
|
-
emitEntrySync(code: string, path: string, options?: EmitEntryOptions): void;
|
|
272
|
+
emitEntrySync(code: string, path: string, options?: types_d_exports.EmitEntryOptions): void;
|
|
349
273
|
/**
|
|
350
274
|
* Resolves a builtin virtual file and writes it to the VFS if it does not already exist
|
|
351
275
|
*
|
|
@@ -353,7 +277,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
353
277
|
* @param id - The unique identifier of the builtin file
|
|
354
278
|
* @param options - Optional write file options
|
|
355
279
|
*/
|
|
356
|
-
emitBuiltin(code: string, id: string, options?: EmitOptions): Promise<void>;
|
|
280
|
+
emitBuiltin(code: string, id: string, options?: types_d_exports.EmitOptions): Promise<void>;
|
|
357
281
|
/**
|
|
358
282
|
* Synchronously resolves a builtin virtual file and writes it to the VFS if it does not already exist
|
|
359
283
|
*
|
|
@@ -361,7 +285,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
361
285
|
* @param id - The unique identifier of the builtin file
|
|
362
286
|
* @param options - Optional write file options
|
|
363
287
|
*/
|
|
364
|
-
emitBuiltinSync(code: string, id: string, options?: EmitOptions): void;
|
|
288
|
+
emitBuiltinSync(code: string, id: string, options?: types_d_exports.EmitOptions): void;
|
|
365
289
|
/**
|
|
366
290
|
* Resolves a builtin virtual file and writes it to the VFS if it does not already exist
|
|
367
291
|
*
|
|
@@ -369,7 +293,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
369
293
|
* @param id - The unique identifier of the builtin file
|
|
370
294
|
* @param options - Optional write file options
|
|
371
295
|
*/
|
|
372
|
-
emitInfrastructure(code: string, id: string, options?: EmitOptions): Promise<void>;
|
|
296
|
+
emitInfrastructure(code: string, id: string, options?: types_d_exports.EmitOptions): Promise<void>;
|
|
373
297
|
/**
|
|
374
298
|
* Synchronously resolves an infrastructure virtual file and writes it to the VFS if it does not already exist
|
|
375
299
|
*
|
|
@@ -377,19 +301,19 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
377
301
|
* @param id - The unique identifier of the infrastructure file
|
|
378
302
|
* @param options - Optional write file options
|
|
379
303
|
*/
|
|
380
|
-
emitInfrastructureSync(code: string, id: string, options?: EmitOptions): void;
|
|
304
|
+
emitInfrastructureSync(code: string, id: string, options?: types_d_exports.EmitOptions): void;
|
|
381
305
|
/**
|
|
382
306
|
* Update the context using a new user configuration options
|
|
383
307
|
*
|
|
384
308
|
* @param userConfig - The new user configuration options.
|
|
385
309
|
*/
|
|
386
|
-
withUserConfig(userConfig: InitialUserConfig<TResolvedConfig["userConfig"]>, options?: InitContextOptions): Promise<void>;
|
|
310
|
+
withUserConfig(userConfig: types_d_exports.InitialUserConfig<TResolvedConfig["userConfig"]>, options?: types_d_exports.InitContextOptions): Promise<void>;
|
|
387
311
|
/**
|
|
388
312
|
* Update the context using a new inline configuration options
|
|
389
313
|
*
|
|
390
314
|
* @param inlineConfig - The new inline configuration options.
|
|
391
315
|
*/
|
|
392
|
-
withInlineConfig(inlineConfig: TResolvedConfig["inlineConfig"], options?: InitContextOptions): Promise<void>;
|
|
316
|
+
withInlineConfig(inlineConfig: TResolvedConfig["inlineConfig"], options?: types_d_exports.InitContextOptions): Promise<void>;
|
|
393
317
|
/**
|
|
394
318
|
* A logging function for fatal messages
|
|
395
319
|
*
|
|
@@ -432,14 +356,14 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
432
356
|
* @param name - The name to use for the logger instance
|
|
433
357
|
* @returns A logger function
|
|
434
358
|
*/
|
|
435
|
-
createLog(name?: string | null): LogFn;
|
|
359
|
+
createLog(name?: string | null): types_d_exports.LogFn;
|
|
436
360
|
/**
|
|
437
361
|
* Extend the current logger instance with a new name
|
|
438
362
|
*
|
|
439
363
|
* @param name - The name to use for the extended logger instance
|
|
440
364
|
* @returns A logger function
|
|
441
365
|
*/
|
|
442
|
-
extendLog(name: string): LogFn;
|
|
366
|
+
extendLog(name: string): types_d_exports.LogFn;
|
|
443
367
|
/**
|
|
444
368
|
* Generates a checksum representing the current context state
|
|
445
369
|
*
|
|
@@ -452,7 +376,7 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
452
376
|
*
|
|
453
377
|
* @param workspaceConfig - The workspace configuration.
|
|
454
378
|
*/
|
|
455
|
-
protected constructor(workspaceConfig: WorkspaceConfig);
|
|
379
|
+
protected constructor(workspaceConfig: types_d_exports.WorkspaceConfig);
|
|
456
380
|
/**
|
|
457
381
|
* The resolved configuration for this context
|
|
458
382
|
*/
|
|
@@ -460,18 +384,18 @@ declare class PowerlinesContext<TResolvedConfig extends ResolvedConfig = Resolve
|
|
|
460
384
|
/**
|
|
461
385
|
* A logger function specific to this context
|
|
462
386
|
*/
|
|
463
|
-
protected logFn: LogFn;
|
|
387
|
+
protected logFn: types_d_exports.LogFn;
|
|
464
388
|
/**
|
|
465
389
|
* Initialize the context with the provided configuration options
|
|
466
390
|
*
|
|
467
391
|
* @param config - The partial user configuration to use for initialization.
|
|
468
392
|
*/
|
|
469
|
-
protected init(config?: Partial<TResolvedConfig["userConfig"]>, options?: InitContextOptions): Promise<void>;
|
|
393
|
+
protected init(config?: Partial<TResolvedConfig["userConfig"]>, options?: types_d_exports.InitContextOptions): Promise<void>;
|
|
470
394
|
protected mergeUserConfig(from?: Partial<TResolvedConfig["userConfig"]>, into?: Partial<TResolvedConfig["userConfig"]>): void;
|
|
471
395
|
}
|
|
472
396
|
//#endregion
|
|
473
397
|
//#region src/context/api-context.d.ts
|
|
474
|
-
declare class PowerlinesAPIContext<TResolvedConfig extends ResolvedConfig = ResolvedConfig> extends PowerlinesContext<TResolvedConfig> implements APIContext<TResolvedConfig> {
|
|
398
|
+
declare class PowerlinesAPIContext<TResolvedConfig extends types_d_exports.ResolvedConfig = types_d_exports.ResolvedConfig> extends PowerlinesContext<TResolvedConfig> implements types_d_exports.APIContext<TResolvedConfig> {
|
|
475
399
|
#private;
|
|
476
400
|
/**
|
|
477
401
|
* Create a new Storm context from the workspace root and user config.
|
|
@@ -480,7 +404,7 @@ declare class PowerlinesAPIContext<TResolvedConfig extends ResolvedConfig = Reso
|
|
|
480
404
|
* @param config - The user configuration options.
|
|
481
405
|
* @returns A promise that resolves to the new context.
|
|
482
406
|
*/
|
|
483
|
-
static from<TResolvedConfig extends ResolvedConfig = ResolvedConfig>(workspaceRoot: string, config: InitialUserConfig<TResolvedConfig["userConfig"]>): Promise<APIContext<TResolvedConfig>>;
|
|
407
|
+
static from<TResolvedConfig extends types_d_exports.ResolvedConfig = types_d_exports.ResolvedConfig>(workspaceRoot: string, config: types_d_exports.InitialUserConfig<TResolvedConfig["userConfig"]>): Promise<types_d_exports.APIContext<TResolvedConfig>>;
|
|
484
408
|
/**
|
|
485
409
|
* Internal context fields and methods
|
|
486
410
|
*
|
|
@@ -503,9 +427,9 @@ declare class PowerlinesAPIContext<TResolvedConfig extends ResolvedConfig = Reso
|
|
|
503
427
|
* A record of all environments by name
|
|
504
428
|
*/
|
|
505
429
|
get environments(): Record<string, UNSAFE_EnvironmentContext<TResolvedConfig>>;
|
|
506
|
-
get log(): LogFn;
|
|
507
|
-
get plugins(): Array<Plugin<PluginContext<TResolvedConfig>>>;
|
|
508
|
-
protected constructor(workspaceConfig: WorkspaceConfig);
|
|
430
|
+
get log(): types_d_exports.LogFn;
|
|
431
|
+
get plugins(): Array<types_d_exports.Plugin<types_d_exports.PluginContext<TResolvedConfig>>>;
|
|
432
|
+
protected constructor(workspaceConfig: types_d_exports.WorkspaceConfig);
|
|
509
433
|
/**
|
|
510
434
|
* Initialize the context with the provided configuration options
|
|
511
435
|
*
|
|
@@ -518,39 +442,39 @@ declare class PowerlinesAPIContext<TResolvedConfig extends ResolvedConfig = Reso
|
|
|
518
442
|
* @param environment - The environment configuration to use.
|
|
519
443
|
* @returns A new context instance with the updated environment.
|
|
520
444
|
*/
|
|
521
|
-
in(environment: EnvironmentResolvedConfig): Promise<UNSAFE_EnvironmentContext<TResolvedConfig>>;
|
|
445
|
+
in(environment: types_d_exports.EnvironmentResolvedConfig): Promise<UNSAFE_EnvironmentContext<TResolvedConfig>>;
|
|
522
446
|
/**
|
|
523
447
|
* Update the context using a new user configuration options
|
|
524
448
|
*
|
|
525
449
|
* @param userConfig - The new user configuration options.
|
|
526
450
|
*/
|
|
527
|
-
withUserConfig(userConfig: InitialUserConfig<TResolvedConfig["userConfig"]>, options?: InitContextOptions): Promise<void>;
|
|
451
|
+
withUserConfig(userConfig: types_d_exports.InitialUserConfig<TResolvedConfig["userConfig"]>, options?: types_d_exports.InitContextOptions): Promise<void>;
|
|
528
452
|
/**
|
|
529
453
|
* Update the context using a new inline configuration options
|
|
530
454
|
*
|
|
531
455
|
* @param inlineConfig - The new inline configuration options.
|
|
532
456
|
*/
|
|
533
|
-
withInlineConfig(inlineConfig: TResolvedConfig["inlineConfig"], options?: InitContextOptions): Promise<void>;
|
|
457
|
+
withInlineConfig(inlineConfig: TResolvedConfig["inlineConfig"], options?: types_d_exports.InitContextOptions): Promise<void>;
|
|
534
458
|
/**
|
|
535
459
|
* Add a plugin to the API context and all environments
|
|
536
460
|
*
|
|
537
461
|
* @param plugin - The plugin to add.
|
|
538
462
|
*/
|
|
539
|
-
addPlugin(plugin: Plugin<PluginContext<TResolvedConfig>>): Promise<void>;
|
|
463
|
+
addPlugin(plugin: types_d_exports.Plugin<types_d_exports.PluginContext<TResolvedConfig>>): Promise<void>;
|
|
540
464
|
/**
|
|
541
465
|
* Get an environment by name, or the default environment if no name is provided
|
|
542
466
|
*
|
|
543
467
|
* @param name - The name of the environment to retrieve.
|
|
544
468
|
* @returns The requested environment context.
|
|
545
469
|
*/
|
|
546
|
-
getEnvironment(name?: string): Promise<EnvironmentContext<TResolvedConfig>>;
|
|
470
|
+
getEnvironment(name?: string): Promise<types_d_exports.EnvironmentContext<TResolvedConfig>>;
|
|
547
471
|
/**
|
|
548
472
|
* A safe version of `getEnvironment` that returns `undefined` if the environment is not found
|
|
549
473
|
*
|
|
550
474
|
* @param name - The name of the environment to retrieve.
|
|
551
475
|
* @returns The requested environment context or `undefined` if not found.
|
|
552
476
|
*/
|
|
553
|
-
getEnvironmentSafe(name?: string): Promise<EnvironmentContext<TResolvedConfig> | undefined>;
|
|
477
|
+
getEnvironmentSafe(name?: string): Promise<types_d_exports.EnvironmentContext<TResolvedConfig> | undefined>;
|
|
554
478
|
/**
|
|
555
479
|
* A function to merge all configured environments into a single context.
|
|
556
480
|
*
|
|
@@ -559,11 +483,11 @@ declare class PowerlinesAPIContext<TResolvedConfig extends ResolvedConfig = Reso
|
|
|
559
483
|
*
|
|
560
484
|
* @returns A promise that resolves to a merged/global environment context.
|
|
561
485
|
*/
|
|
562
|
-
toEnvironment(): Promise<EnvironmentContext<TResolvedConfig>>;
|
|
486
|
+
toEnvironment(): Promise<types_d_exports.EnvironmentContext<TResolvedConfig>>;
|
|
563
487
|
}
|
|
564
488
|
//#endregion
|
|
565
489
|
//#region src/context/environment-context.d.ts
|
|
566
|
-
declare class PowerlinesEnvironmentContext<TResolvedConfig extends ResolvedConfig = ResolvedConfig> extends PowerlinesContext<TResolvedConfig> implements EnvironmentContext<TResolvedConfig> {
|
|
490
|
+
declare class PowerlinesEnvironmentContext<TResolvedConfig extends types_d_exports.ResolvedConfig = types_d_exports.ResolvedConfig> extends PowerlinesContext<TResolvedConfig> implements types_d_exports.EnvironmentContext<TResolvedConfig> {
|
|
567
491
|
#private;
|
|
568
492
|
/**
|
|
569
493
|
* Create a new Storm context from the workspace root and user config.
|
|
@@ -572,26 +496,26 @@ declare class PowerlinesEnvironmentContext<TResolvedConfig extends ResolvedConfi
|
|
|
572
496
|
* @param config - The user configuration options.
|
|
573
497
|
* @returns A promise that resolves to the new context.
|
|
574
498
|
*/
|
|
575
|
-
static fromConfig<TResolvedConfig extends ResolvedConfig = ResolvedConfig>(workspaceConfig: WorkspaceConfig, config: TResolvedConfig): Promise<PowerlinesEnvironmentContext<TResolvedConfig>>;
|
|
499
|
+
static fromConfig<TResolvedConfig extends types_d_exports.ResolvedConfig = types_d_exports.ResolvedConfig>(workspaceConfig: types_d_exports.WorkspaceConfig, config: TResolvedConfig): Promise<PowerlinesEnvironmentContext<TResolvedConfig>>;
|
|
576
500
|
/**
|
|
577
501
|
* The resolved environment configuration
|
|
578
502
|
*/
|
|
579
|
-
environment: EnvironmentResolvedConfig;
|
|
503
|
+
environment: types_d_exports.EnvironmentResolvedConfig;
|
|
580
504
|
/**
|
|
581
505
|
* The list of plugins applied to this environment
|
|
582
506
|
*/
|
|
583
|
-
plugins: EnvironmentContextPlugin<TResolvedConfig>[];
|
|
507
|
+
plugins: types_d_exports.EnvironmentContextPlugin<TResolvedConfig>[];
|
|
584
508
|
/**
|
|
585
509
|
* The resolved configuration options
|
|
586
510
|
*/
|
|
587
511
|
get config(): TResolvedConfig;
|
|
588
|
-
get hooks(): HooksList<PluginContext<TResolvedConfig>>;
|
|
589
|
-
addPlugin(plugin: Plugin<PluginContext<TResolvedConfig>>): Promise<void>;
|
|
512
|
+
get hooks(): types_d_exports.HooksList<types_d_exports.PluginContext<TResolvedConfig>>;
|
|
513
|
+
addPlugin(plugin: types_d_exports.Plugin<types_d_exports.PluginContext<TResolvedConfig>>): Promise<void>;
|
|
590
514
|
/**
|
|
591
515
|
* Retrieves the hook handlers for a specific hook name
|
|
592
516
|
*/
|
|
593
|
-
selectHooks<TKey extends string>(key: TKey, options?: SelectHooksOptions): SelectHookResult<PluginContext<TResolvedConfig>, TKey>;
|
|
594
|
-
protected constructor(config: TResolvedConfig, workspaceConfig: WorkspaceConfig);
|
|
517
|
+
selectHooks<TKey extends string>(key: TKey, options?: types_d_exports.SelectHooksOptions): types_d_exports.SelectHookResult<types_d_exports.PluginContext<TResolvedConfig>, TKey>;
|
|
518
|
+
protected constructor(config: TResolvedConfig, workspaceConfig: types_d_exports.WorkspaceConfig);
|
|
595
519
|
}
|
|
596
520
|
//#endregion
|
|
597
521
|
//#region src/context/plugin-context.d.ts
|
|
@@ -602,7 +526,7 @@ declare class PowerlinesEnvironmentContext<TResolvedConfig extends ResolvedConfi
|
|
|
602
526
|
* @param environment - The environment context
|
|
603
527
|
* @returns The proxied plugin context
|
|
604
528
|
*/
|
|
605
|
-
declare function createPluginContext<TResolvedConfig extends ResolvedConfig = ResolvedConfig>(plugin: Plugin<PluginContext<TResolvedConfig>>, environment: UNSAFE_EnvironmentContext<TResolvedConfig>): UNSAFE_PluginContext<TResolvedConfig>;
|
|
529
|
+
declare function createPluginContext<TResolvedConfig extends types_d_exports.ResolvedConfig = types_d_exports.ResolvedConfig>(plugin: types_d_exports.Plugin<types_d_exports.PluginContext<TResolvedConfig>>, environment: UNSAFE_EnvironmentContext<TResolvedConfig>): UNSAFE_PluginContext<TResolvedConfig>;
|
|
606
530
|
//#endregion
|
|
607
531
|
export { PowerlinesAPIContext, PowerlinesContext, PowerlinesEnvironmentContext, createPluginContext };
|
|
608
532
|
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../../src/context/context.ts","../../src/context/api-context.ts","../../src/context/environment-context.ts","../../src/context/plugin-context.ts"],"mappings":"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"}
|