@powerlines/plugin-env 0.13.15 → 0.13.17
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/dist/babel/index.d.cts +3 -5
- package/dist/babel/index.d.ts +3 -5
- package/dist/babel/plugin.d.cts +3 -5
- package/dist/babel/plugin.d.ts +3 -5
- package/dist/components/env.d.cts +1 -3
- package/dist/components/env.d.ts +1 -3
- package/dist/components/index.d.cts +1 -3
- package/dist/components/index.d.ts +1 -3
- package/dist/helpers/index.d.cts +3 -5
- package/dist/helpers/index.d.ts +3 -5
- package/dist/helpers/load.d.cts +4 -6
- package/dist/helpers/load.d.ts +4 -6
- package/dist/helpers/persistence.cjs +1 -1
- package/dist/helpers/persistence.d.cts +6 -8
- package/dist/helpers/persistence.d.ts +6 -8
- package/dist/helpers/persistence.js +1 -1
- package/dist/helpers/reflect.d.cts +3 -5
- package/dist/helpers/reflect.d.ts +3 -5
- package/dist/helpers/template-helpers.d.cts +3 -5
- package/dist/helpers/template-helpers.d.ts +3 -5
- package/dist/index.d.cts +4 -6
- package/dist/index.d.ts +4 -6
- package/dist/{runtime-BRVCxO4z.d.cts → runtime-BZR8Re97.d.ts} +166 -64
- package/dist/{runtime-nCpMYmRi.d.ts → runtime-CXFOdIeH.d.cts} +166 -64
- package/dist/types/index.d.cts +3 -5
- package/dist/types/index.d.ts +3 -5
- package/dist/types/plugin.d.cts +3 -5
- package/dist/types/plugin.d.ts +3 -5
- package/dist/types/runtime.d.cts +3 -5
- package/dist/types/runtime.d.ts +3 -5
- package/dist/{vfs-Bl84Hw2V.d.cts → vfs-BGmsy47f.d.cts} +36 -52
- package/dist/{vfs-Bl84Hw2V.d.ts → vfs-BGmsy47f.d.ts} +36 -52
- package/package.json +7 -7
package/dist/babel/index.d.cts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { envBabelPlugin } from './plugin.cjs';
|
|
2
|
-
import '../runtime-
|
|
2
|
+
import '../runtime-CXFOdIeH.cjs';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
|
+
import '@stryke/types/base';
|
|
4
5
|
import '@stryke/types/package-json';
|
|
5
6
|
import 'jiti';
|
|
6
7
|
import 'oxc-parser';
|
|
@@ -10,7 +11,6 @@ import '@babel/core';
|
|
|
10
11
|
import '@storm-software/build-tools/types';
|
|
11
12
|
import '@storm-software/config-tools/types';
|
|
12
13
|
import '@storm-software/config/types';
|
|
13
|
-
import '@stryke/types/base';
|
|
14
14
|
import '@stryke/types/configuration';
|
|
15
15
|
import '@stryke/types/file';
|
|
16
16
|
import 'vite';
|
|
@@ -18,11 +18,9 @@ import '@babel/helper-plugin-utils';
|
|
|
18
18
|
import '@stryke/types/array';
|
|
19
19
|
import '@stryke/types/tsconfig';
|
|
20
20
|
import 'typescript';
|
|
21
|
-
import '../vfs-
|
|
21
|
+
import '../vfs-BGmsy47f.cjs';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '../types/plugin.cjs';
|
|
27
25
|
import '@alloy-js/core/jsx-runtime';
|
|
28
26
|
import '@deepkit/type';
|
package/dist/babel/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { envBabelPlugin } from './plugin.js';
|
|
2
|
-
import '../runtime-
|
|
2
|
+
import '../runtime-BZR8Re97.js';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
|
+
import '@stryke/types/base';
|
|
4
5
|
import '@stryke/types/package-json';
|
|
5
6
|
import 'jiti';
|
|
6
7
|
import 'oxc-parser';
|
|
@@ -10,7 +11,6 @@ import '@babel/core';
|
|
|
10
11
|
import '@storm-software/build-tools/types';
|
|
11
12
|
import '@storm-software/config-tools/types';
|
|
12
13
|
import '@storm-software/config/types';
|
|
13
|
-
import '@stryke/types/base';
|
|
14
14
|
import '@stryke/types/configuration';
|
|
15
15
|
import '@stryke/types/file';
|
|
16
16
|
import 'vite';
|
|
@@ -18,11 +18,9 @@ import '@babel/helper-plugin-utils';
|
|
|
18
18
|
import '@stryke/types/array';
|
|
19
19
|
import '@stryke/types/tsconfig';
|
|
20
20
|
import 'typescript';
|
|
21
|
-
import '../vfs-
|
|
21
|
+
import '../vfs-BGmsy47f.js';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '../types/plugin.js';
|
|
27
25
|
import '@alloy-js/core/jsx-runtime';
|
|
28
26
|
import '@deepkit/type';
|
package/dist/babel/plugin.d.cts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { D as DeclareBabelTransformPluginReturn } from '../runtime-
|
|
1
|
+
import { D as DeclareBabelTransformPluginReturn } from '../runtime-CXFOdIeH.cjs';
|
|
2
2
|
import { EnvPluginContext, EnvPluginResolvedConfig } from '../types/plugin.cjs';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
|
+
import '@stryke/types/base';
|
|
4
5
|
import '@stryke/types/package-json';
|
|
5
6
|
import 'jiti';
|
|
6
7
|
import 'oxc-parser';
|
|
@@ -10,7 +11,6 @@ import '@babel/core';
|
|
|
10
11
|
import '@storm-software/build-tools/types';
|
|
11
12
|
import '@storm-software/config-tools/types';
|
|
12
13
|
import '@storm-software/config/types';
|
|
13
|
-
import '@stryke/types/base';
|
|
14
14
|
import '@stryke/types/configuration';
|
|
15
15
|
import '@stryke/types/file';
|
|
16
16
|
import 'vite';
|
|
@@ -18,11 +18,9 @@ import '@babel/helper-plugin-utils';
|
|
|
18
18
|
import '@stryke/types/array';
|
|
19
19
|
import '@stryke/types/tsconfig';
|
|
20
20
|
import 'typescript';
|
|
21
|
-
import '../vfs-
|
|
21
|
+
import '../vfs-BGmsy47f.cjs';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@alloy-js/core/jsx-runtime';
|
|
27
25
|
import '@deepkit/type';
|
|
28
26
|
import '@stryke/capnp';
|
package/dist/babel/plugin.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { D as DeclareBabelTransformPluginReturn } from '../runtime-
|
|
1
|
+
import { D as DeclareBabelTransformPluginReturn } from '../runtime-BZR8Re97.js';
|
|
2
2
|
import { EnvPluginContext, EnvPluginResolvedConfig } from '../types/plugin.js';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
|
+
import '@stryke/types/base';
|
|
4
5
|
import '@stryke/types/package-json';
|
|
5
6
|
import 'jiti';
|
|
6
7
|
import 'oxc-parser';
|
|
@@ -10,7 +11,6 @@ import '@babel/core';
|
|
|
10
11
|
import '@storm-software/build-tools/types';
|
|
11
12
|
import '@storm-software/config-tools/types';
|
|
12
13
|
import '@storm-software/config/types';
|
|
13
|
-
import '@stryke/types/base';
|
|
14
14
|
import '@stryke/types/configuration';
|
|
15
15
|
import '@stryke/types/file';
|
|
16
16
|
import 'vite';
|
|
@@ -18,11 +18,9 @@ import '@babel/helper-plugin-utils';
|
|
|
18
18
|
import '@stryke/types/array';
|
|
19
19
|
import '@stryke/types/tsconfig';
|
|
20
20
|
import 'typescript';
|
|
21
|
-
import '../vfs-
|
|
21
|
+
import '../vfs-BGmsy47f.js';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@alloy-js/core/jsx-runtime';
|
|
27
25
|
import '@deepkit/type';
|
|
28
26
|
import '@stryke/capnp';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { Children as Children$1, SourceFileProps as SourceFileProps$1 } from '@alloy-js/core';
|
|
2
2
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
3
|
-
import { O as OutputModeType } from '../vfs-
|
|
3
|
+
import { O as OutputModeType } from '../vfs-BGmsy47f.cjs';
|
|
4
4
|
import { InterfaceDeclarationProps } from '@alloy-js/typescript';
|
|
5
5
|
import { ReflectionClass } from '@deepkit/type';
|
|
6
6
|
import '@stryke/json/types';
|
|
7
|
-
import 'memfs';
|
|
8
7
|
import 'node:fs';
|
|
9
|
-
import 'unionfs';
|
|
10
8
|
|
|
11
9
|
/**
|
|
12
10
|
* A type that represents the props of a component that can have children.
|
package/dist/components/env.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { Children as Children$1, SourceFileProps as SourceFileProps$1 } from '@alloy-js/core';
|
|
2
2
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
3
|
-
import { O as OutputModeType } from '../vfs-
|
|
3
|
+
import { O as OutputModeType } from '../vfs-BGmsy47f.js';
|
|
4
4
|
import { InterfaceDeclarationProps } from '@alloy-js/typescript';
|
|
5
5
|
import { ReflectionClass } from '@deepkit/type';
|
|
6
6
|
import '@stryke/json/types';
|
|
7
|
-
import 'memfs';
|
|
8
7
|
import 'node:fs';
|
|
9
|
-
import 'unionfs';
|
|
10
8
|
|
|
11
9
|
/**
|
|
12
10
|
* A type that represents the props of a component that can have children.
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition } from './env.cjs';
|
|
2
2
|
import '@alloy-js/core';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '../vfs-
|
|
4
|
+
import '../vfs-BGmsy47f.cjs';
|
|
5
5
|
import '@stryke/json/types';
|
|
6
|
-
import 'memfs';
|
|
7
6
|
import 'node:fs';
|
|
8
|
-
import 'unionfs';
|
|
9
7
|
import '@alloy-js/typescript';
|
|
10
8
|
import '@deepkit/type';
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition } from './env.js';
|
|
2
2
|
import '@alloy-js/core';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '../vfs-
|
|
4
|
+
import '../vfs-BGmsy47f.js';
|
|
5
5
|
import '@stryke/json/types';
|
|
6
|
-
import 'memfs';
|
|
7
6
|
import 'node:fs';
|
|
8
|
-
import 'unionfs';
|
|
9
7
|
import '@alloy-js/typescript';
|
|
10
8
|
import '@deepkit/type';
|
package/dist/helpers/index.d.cts
CHANGED
|
@@ -3,8 +3,9 @@ export { getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectio
|
|
|
3
3
|
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './reflect.cjs';
|
|
4
4
|
export { formatEnvField, removeEnvPrefix } from './source-file-env.cjs';
|
|
5
5
|
export { createTemplateReflection } from './template-helpers.cjs';
|
|
6
|
-
import '../runtime-
|
|
6
|
+
import '../runtime-CXFOdIeH.cjs';
|
|
7
7
|
import '@stryke/env/get-env-paths';
|
|
8
|
+
import '@stryke/types/base';
|
|
8
9
|
import '@stryke/types/package-json';
|
|
9
10
|
import 'jiti';
|
|
10
11
|
import 'oxc-parser';
|
|
@@ -14,7 +15,6 @@ import '@babel/core';
|
|
|
14
15
|
import '@storm-software/build-tools/types';
|
|
15
16
|
import '@storm-software/config-tools/types';
|
|
16
17
|
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/base';
|
|
18
18
|
import '@stryke/types/configuration';
|
|
19
19
|
import '@stryke/types/file';
|
|
20
20
|
import 'vite';
|
|
@@ -22,11 +22,9 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BGmsy47f.cjs';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
|
-
import 'memfs';
|
|
28
27
|
import 'node:fs';
|
|
29
|
-
import 'unionfs';
|
|
30
28
|
import '@stryke/env/types';
|
|
31
29
|
import '../types/plugin.cjs';
|
|
32
30
|
import '@alloy-js/core/jsx-runtime';
|
package/dist/helpers/index.d.ts
CHANGED
|
@@ -3,8 +3,9 @@ export { getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectio
|
|
|
3
3
|
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './reflect.js';
|
|
4
4
|
export { formatEnvField, removeEnvPrefix } from './source-file-env.js';
|
|
5
5
|
export { createTemplateReflection } from './template-helpers.js';
|
|
6
|
-
import '../runtime-
|
|
6
|
+
import '../runtime-BZR8Re97.js';
|
|
7
7
|
import '@stryke/env/get-env-paths';
|
|
8
|
+
import '@stryke/types/base';
|
|
8
9
|
import '@stryke/types/package-json';
|
|
9
10
|
import 'jiti';
|
|
10
11
|
import 'oxc-parser';
|
|
@@ -14,7 +15,6 @@ import '@babel/core';
|
|
|
14
15
|
import '@storm-software/build-tools/types';
|
|
15
16
|
import '@storm-software/config-tools/types';
|
|
16
17
|
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/base';
|
|
18
18
|
import '@stryke/types/configuration';
|
|
19
19
|
import '@stryke/types/file';
|
|
20
20
|
import 'vite';
|
|
@@ -22,11 +22,9 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BGmsy47f.js';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
|
-
import 'memfs';
|
|
28
27
|
import 'node:fs';
|
|
29
|
-
import 'unionfs';
|
|
30
28
|
import '@stryke/env/types';
|
|
31
29
|
import '../types/plugin.js';
|
|
32
30
|
import '@alloy-js/core/jsx-runtime';
|
package/dist/helpers/load.d.cts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { a as EnvironmentResolvedConfig } from '../runtime-
|
|
1
|
+
import { a as EnvironmentResolvedConfig } from '../runtime-CXFOdIeH.cjs';
|
|
2
2
|
import { DotenvParseOutput } from '@stryke/env/types';
|
|
3
3
|
import { EnvPluginContext, EnvPluginOptions } from '../types/plugin.cjs';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
5
|
+
import '@stryke/types/base';
|
|
5
6
|
import '@stryke/types/package-json';
|
|
6
7
|
import 'jiti';
|
|
7
8
|
import 'oxc-parser';
|
|
@@ -11,7 +12,6 @@ import '@babel/core';
|
|
|
11
12
|
import '@storm-software/build-tools/types';
|
|
12
13
|
import '@storm-software/config-tools/types';
|
|
13
14
|
import '@storm-software/config/types';
|
|
14
|
-
import '@stryke/types/base';
|
|
15
15
|
import '@stryke/types/configuration';
|
|
16
16
|
import '@stryke/types/file';
|
|
17
17
|
import 'vite';
|
|
@@ -19,11 +19,9 @@ import '@babel/helper-plugin-utils';
|
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BGmsy47f.cjs';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
|
-
import 'memfs';
|
|
25
24
|
import 'node:fs';
|
|
26
|
-
import 'unionfs';
|
|
27
25
|
import '@alloy-js/core/jsx-runtime';
|
|
28
26
|
import '@deepkit/type';
|
|
29
27
|
import '@stryke/capnp';
|
|
@@ -45,7 +43,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
45
43
|
RELEASE_TAG: string;
|
|
46
44
|
DEFAULT_LOCALE: string | undefined;
|
|
47
45
|
DEFAULT_TIMEZONE: string | undefined;
|
|
48
|
-
LOG_LEVEL: "debug" | "error" | "
|
|
46
|
+
LOG_LEVEL: "debug" | "error" | "warn" | "info" | "trace" | null;
|
|
49
47
|
ERROR_URL: string | undefined;
|
|
50
48
|
ORGANIZATION: string | undefined;
|
|
51
49
|
PLATFORM: "node" | "browser" | "neutral" | undefined;
|
package/dist/helpers/load.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { a as EnvironmentResolvedConfig } from '../runtime-
|
|
1
|
+
import { a as EnvironmentResolvedConfig } from '../runtime-BZR8Re97.js';
|
|
2
2
|
import { DotenvParseOutput } from '@stryke/env/types';
|
|
3
3
|
import { EnvPluginContext, EnvPluginOptions } from '../types/plugin.js';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
5
|
+
import '@stryke/types/base';
|
|
5
6
|
import '@stryke/types/package-json';
|
|
6
7
|
import 'jiti';
|
|
7
8
|
import 'oxc-parser';
|
|
@@ -11,7 +12,6 @@ import '@babel/core';
|
|
|
11
12
|
import '@storm-software/build-tools/types';
|
|
12
13
|
import '@storm-software/config-tools/types';
|
|
13
14
|
import '@storm-software/config/types';
|
|
14
|
-
import '@stryke/types/base';
|
|
15
15
|
import '@stryke/types/configuration';
|
|
16
16
|
import '@stryke/types/file';
|
|
17
17
|
import 'vite';
|
|
@@ -19,11 +19,9 @@ import '@babel/helper-plugin-utils';
|
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BGmsy47f.js';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
|
-
import 'memfs';
|
|
25
24
|
import 'node:fs';
|
|
26
|
-
import 'unionfs';
|
|
27
25
|
import '@alloy-js/core/jsx-runtime';
|
|
28
26
|
import '@deepkit/type';
|
|
29
27
|
import '@stryke/capnp';
|
|
@@ -45,7 +43,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
45
43
|
RELEASE_TAG: string;
|
|
46
44
|
DEFAULT_LOCALE: string | undefined;
|
|
47
45
|
DEFAULT_TIMEZONE: string | undefined;
|
|
48
|
-
LOG_LEVEL: "debug" | "error" | "
|
|
46
|
+
LOG_LEVEL: "debug" | "error" | "warn" | "info" | "trace" | null;
|
|
49
47
|
ERROR_URL: string | undefined;
|
|
50
48
|
ORGANIZATION: string | undefined;
|
|
51
49
|
PLATFORM: "node" | "browser" | "neutral" | undefined;
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
*
|
|
5
5
|
*****************************************/
|
|
6
6
|
|
|
7
|
-
async function b(e){return resolve.resolvePackage("@powerlines/plugin-env/types/runtime",{paths:[e.workspaceConfig.workspaceRoot,joinPaths.joinPaths(e.workspaceConfig.workspaceRoot,e.config.projectRoot)]})}chunkFBBMZ4NC_cjs.a(b,"resolveRuntimeTypeFile");async function
|
|
7
|
+
async function b(e){return resolve.resolvePackage("@powerlines/plugin-env/types/runtime",{paths:[e.workspaceConfig.workspaceRoot,joinPaths.joinPaths(e.workspaceConfig.workspaceRoot,e.config.projectRoot)]})}chunkFBBMZ4NC_cjs.a(b,"resolveRuntimeTypeFile");async function x(e){return {file:await b(e),name:"EnvInterface"}}chunkFBBMZ4NC_cjs.a(x,"getEnvDefaultTypeDefinition");async function ee(e){return {file:await b(e),name:"SecretsInterface"}}chunkFBBMZ4NC_cjs.a(ee,"getSecretsDefaultTypeDefinition");function B(e,n="env"){return joinPaths.joinPaths(resolveReflections.getReflectionsPath(e),"env",`${n}-types.bin`)}chunkFBBMZ4NC_cjs.a(B,"getEnvTypeReflectionsPath");async function M(e,n="env"){const t=B(e,n);if(!node_fs.existsSync(t)){if(!e.env.types.env||isEmptyObject.isEmptyObject(e.env.types.env)){const f=reflect.createEnvReflection(e),P=new v__namespace.Message;f.messageRoot=P.initRoot(reflection.SerializedTypes),f.dataBuffer=P.toArrayBuffer(),e.env.types.env=f,await z(e,e.env.types.env,n);}return e.env.types.env}const o=await buffer.readFileBuffer(t),i=new v__namespace.Message(o,false).getRoot(reflection.SerializedTypes),r=type.resolveClassType(type.deserializeType(capnp.convertFromCapnp(i.types)));return e.env.types[n]=r,e.env.types[n].messageRoot=i,e.env.types[n].dataBuffer=o,r}chunkFBBMZ4NC_cjs.a(M,"readEnvTypeReflection");async function z(e,n,t="env"){const o=n.serializeType(),s=new v__namespace.Message,i=s.initRoot(reflection.SerializedTypes);capnp.convertToCapnp(o,i._initTypes(o.length)),await e.fs.writeFile(B(e,t),node_buffer.Buffer.from(s.toArrayBuffer()),{encoding:"binary",mode:"fs"});}chunkFBBMZ4NC_cjs.a(z,"writeEnvTypeReflection");function l(e,n){return joinPaths.joinPaths(resolveReflections.getReflectionsPath(e),"env",`${n}.bin`)}chunkFBBMZ4NC_cjs.a(l,"getEnvReflectionsPath");async function ne(e){const n=l(e,"env");if(!node_fs.existsSync(n)){if(e.env.types.env||(e.env.types.env=await M(e,"env")),!e.env.used.env||isEmptyObject.isEmptyObject(e.env.used.env)){const r=reflect.createEnvReflection(e,{type:{kind:type.ReflectionKind.objectLiteral,typeName:"Env",description:`An object containing the environment configuration parameters that are used (at least once) by the ${e.config.name?`${e.config.name} application`:"application"}.`,types:[]},superReflection:e.env.types.env});r.name="Env";const f=new v__namespace.Message;r.messageRoot=f.initRoot(reflection.SerializedTypes),r.dataBuffer=f.toArrayBuffer(),e.env.used.env=r,await S(e,e.env.used.env,"env");}return e.env.used.env}const t=await buffer.readFileBuffer(n),s=new v__namespace.Message(t,false).getRoot(reflection.SerializedTypes),i=type.resolveClassType(type.deserializeType(capnp.convertFromCapnp(s.types)));return e.env.used.env=i,e.env.used.env.messageRoot=s,e.env.used.env.dataBuffer=t,i}chunkFBBMZ4NC_cjs.a(ne,"readEnvReflection");async function se(e){const n=l(e,"secrets");if(!node_fs.existsSync(n)){if(e.env.types.secrets||(e.env.types.secrets=await M(e,"secrets")),!e.env.used.secrets||isEmptyObject.isEmptyObject(e.env.used.secrets)){const r=reflect.createEnvReflection(e,{type:{kind:type.ReflectionKind.objectLiteral,typeName:"Secrets",description:`An object containing the secret configuration parameters that are used (at least once) by the ${e.config.name?`${e.config.name} application`:"application"}.`,types:[]},superReflection:e.env.types.secrets});r.name="Secrets";const f=new v__namespace.Message;r.messageRoot=f.initRoot(reflection.SerializedTypes),r.dataBuffer=f.toArrayBuffer(),e.env.used.secrets=r,await S(e,e.env.used.secrets,"secrets");}return e.env.used.secrets}const t=await buffer.readFileBuffer(n),s=new v__namespace.Message(t,false).getRoot(reflection.SerializedTypes),i=type.resolveClassType(type.deserializeType(capnp.convertFromCapnp(s.types)));return e.env.used.secrets=i,e.env.used.secrets.messageRoot=s,e.env.used.secrets.dataBuffer=t,i}chunkFBBMZ4NC_cjs.a(se,"readSecretsReflection");async function S(e,n,t="env"){const o=n.serializeType(),s=new v__namespace.Message,i=s.initRoot(reflection.SerializedTypes);capnp.convertToCapnp(o,i._initTypes(o.length)),await e.fs.writeFile(l(e,t),node_buffer.Buffer.from(s.toArrayBuffer()),{encoding:"binary",mode:"fs"});}chunkFBBMZ4NC_cjs.a(S,"writeEnvReflection");function te(e,n,t="env"){const o=n.serializeType(),s=new v__namespace.Message,i=s.initRoot(reflection.SerializedTypes);capnp.convertToCapnp(o,i._initTypes(o.length)),e.fs.writeFileSync(l(e,t),node_buffer.Buffer.from(s.toArrayBuffer()),{encoding:"binary",mode:"fs"});}chunkFBBMZ4NC_cjs.a(te,"writeEnvReflectionSync");exports.getEnvDefaultTypeDefinition=x;exports.getEnvReflectionsPath=l;exports.getEnvTypeReflectionsPath=B;exports.getSecretsDefaultTypeDefinition=ee;exports.readEnvReflection=ne;exports.readEnvTypeReflection=M;exports.readSecretsReflection=se;exports.resolveRuntimeTypeFile=b;exports.writeEnvReflection=S;exports.writeEnvReflectionSync=te;exports.writeEnvTypeReflection=z;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ReflectionClass } from '@deepkit/type';
|
|
2
2
|
import { TypeDefinition } from '@stryke/types/configuration';
|
|
3
|
-
import { C as Context } from '../runtime-
|
|
3
|
+
import { U as UnresolvedContext, C as Context } from '../runtime-CXFOdIeH.cjs';
|
|
4
4
|
import { EnvPluginResolvedConfig, EnvType, EnvPluginContext } from '../types/plugin.cjs';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
|
6
|
+
import '@stryke/types/base';
|
|
6
7
|
import '@stryke/types/package-json';
|
|
7
8
|
import 'jiti';
|
|
8
9
|
import 'oxc-parser';
|
|
@@ -12,18 +13,15 @@ import '@babel/core';
|
|
|
12
13
|
import '@storm-software/build-tools/types';
|
|
13
14
|
import '@storm-software/config-tools/types';
|
|
14
15
|
import '@storm-software/config/types';
|
|
15
|
-
import '@stryke/types/base';
|
|
16
16
|
import '@stryke/types/file';
|
|
17
17
|
import 'vite';
|
|
18
18
|
import '@babel/helper-plugin-utils';
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BGmsy47f.cjs';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
|
-
import 'memfs';
|
|
25
24
|
import 'node:fs';
|
|
26
|
-
import 'unionfs';
|
|
27
25
|
import '@alloy-js/core/jsx-runtime';
|
|
28
26
|
import '@stryke/capnp';
|
|
29
27
|
import '@stryke/env/types';
|
|
@@ -34,20 +32,20 @@ import '@stryke/env/types';
|
|
|
34
32
|
* @param context - The plugin context.
|
|
35
33
|
* @returns The runtime type definition file for the environment variables.
|
|
36
34
|
*/
|
|
37
|
-
declare function resolveRuntimeTypeFile(context:
|
|
35
|
+
declare function resolveRuntimeTypeFile(context: UnresolvedContext<EnvPluginResolvedConfig>): Promise<string>;
|
|
38
36
|
/**
|
|
39
37
|
* Gets the default type definition for the environment variables.
|
|
40
38
|
*
|
|
41
39
|
* @param context - The plugin context.
|
|
42
40
|
* @returns The default type definition for the environment variables.
|
|
43
41
|
*/
|
|
44
|
-
declare function getEnvDefaultTypeDefinition(context:
|
|
42
|
+
declare function getEnvDefaultTypeDefinition(context: UnresolvedContext<EnvPluginResolvedConfig>): Promise<TypeDefinition>;
|
|
45
43
|
/** Gets the default type definition for the environment secrets.
|
|
46
44
|
*
|
|
47
45
|
* @param context - The plugin context.
|
|
48
46
|
* @returns The default type definition for the environment secrets.
|
|
49
47
|
*/
|
|
50
|
-
declare function getSecretsDefaultTypeDefinition(context:
|
|
48
|
+
declare function getSecretsDefaultTypeDefinition(context: UnresolvedContext<EnvPluginResolvedConfig>): Promise<TypeDefinition>;
|
|
51
49
|
/**
|
|
52
50
|
* Gets the path to the environment type reflections.
|
|
53
51
|
*
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ReflectionClass } from '@deepkit/type';
|
|
2
2
|
import { TypeDefinition } from '@stryke/types/configuration';
|
|
3
|
-
import { C as Context } from '../runtime-
|
|
3
|
+
import { U as UnresolvedContext, C as Context } from '../runtime-BZR8Re97.js';
|
|
4
4
|
import { EnvPluginResolvedConfig, EnvType, EnvPluginContext } from '../types/plugin.js';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
|
6
|
+
import '@stryke/types/base';
|
|
6
7
|
import '@stryke/types/package-json';
|
|
7
8
|
import 'jiti';
|
|
8
9
|
import 'oxc-parser';
|
|
@@ -12,18 +13,15 @@ import '@babel/core';
|
|
|
12
13
|
import '@storm-software/build-tools/types';
|
|
13
14
|
import '@storm-software/config-tools/types';
|
|
14
15
|
import '@storm-software/config/types';
|
|
15
|
-
import '@stryke/types/base';
|
|
16
16
|
import '@stryke/types/file';
|
|
17
17
|
import 'vite';
|
|
18
18
|
import '@babel/helper-plugin-utils';
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BGmsy47f.js';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
|
-
import 'memfs';
|
|
25
24
|
import 'node:fs';
|
|
26
|
-
import 'unionfs';
|
|
27
25
|
import '@alloy-js/core/jsx-runtime';
|
|
28
26
|
import '@stryke/capnp';
|
|
29
27
|
import '@stryke/env/types';
|
|
@@ -34,20 +32,20 @@ import '@stryke/env/types';
|
|
|
34
32
|
* @param context - The plugin context.
|
|
35
33
|
* @returns The runtime type definition file for the environment variables.
|
|
36
34
|
*/
|
|
37
|
-
declare function resolveRuntimeTypeFile(context:
|
|
35
|
+
declare function resolveRuntimeTypeFile(context: UnresolvedContext<EnvPluginResolvedConfig>): Promise<string>;
|
|
38
36
|
/**
|
|
39
37
|
* Gets the default type definition for the environment variables.
|
|
40
38
|
*
|
|
41
39
|
* @param context - The plugin context.
|
|
42
40
|
* @returns The default type definition for the environment variables.
|
|
43
41
|
*/
|
|
44
|
-
declare function getEnvDefaultTypeDefinition(context:
|
|
42
|
+
declare function getEnvDefaultTypeDefinition(context: UnresolvedContext<EnvPluginResolvedConfig>): Promise<TypeDefinition>;
|
|
45
43
|
/** Gets the default type definition for the environment secrets.
|
|
46
44
|
*
|
|
47
45
|
* @param context - The plugin context.
|
|
48
46
|
* @returns The default type definition for the environment secrets.
|
|
49
47
|
*/
|
|
50
|
-
declare function getSecretsDefaultTypeDefinition(context:
|
|
48
|
+
declare function getSecretsDefaultTypeDefinition(context: UnresolvedContext<EnvPluginResolvedConfig>): Promise<TypeDefinition>;
|
|
51
49
|
/**
|
|
52
50
|
* Gets the path to the environment type reflections.
|
|
53
51
|
*
|
|
@@ -4,4 +4,4 @@ import {a}from'../chunk-UCUR73HG.js';import {convertFromCapnp,convertToCapnp}fro
|
|
|
4
4
|
*
|
|
5
5
|
*****************************************/
|
|
6
6
|
|
|
7
|
-
async function b(e){return resolvePackage("@powerlines/plugin-env/types/runtime",{paths:[e.workspaceConfig.workspaceRoot,joinPaths(e.workspaceConfig.workspaceRoot,e.config.projectRoot)]})}a(b,"resolveRuntimeTypeFile");async function
|
|
7
|
+
async function b(e){return resolvePackage("@powerlines/plugin-env/types/runtime",{paths:[e.workspaceConfig.workspaceRoot,joinPaths(e.workspaceConfig.workspaceRoot,e.config.projectRoot)]})}a(b,"resolveRuntimeTypeFile");async function ee(e){return {file:await b(e),name:"EnvInterface"}}a(ee,"getEnvDefaultTypeDefinition");async function ne(e){return {file:await b(e),name:"SecretsInterface"}}a(ne,"getSecretsDefaultTypeDefinition");function B(e,n="env"){return joinPaths(getReflectionsPath(e),"env",`${n}-types.bin`)}a(B,"getEnvTypeReflectionsPath");async function M(e,n="env"){const t=B(e,n);if(!existsSync(t)){if(!e.env.types.env||isEmptyObject(e.env.types.env)){const f=createEnvReflection(e),P=new v.Message;f.messageRoot=P.initRoot(SerializedTypes),f.dataBuffer=P.toArrayBuffer(),e.env.types.env=f,await z(e,e.env.types.env,n);}return e.env.types.env}const o=await readFileBuffer(t),i=new v.Message(o,false).getRoot(SerializedTypes),r=resolveClassType(deserializeType(convertFromCapnp(i.types)));return e.env.types[n]=r,e.env.types[n].messageRoot=i,e.env.types[n].dataBuffer=o,r}a(M,"readEnvTypeReflection");async function z(e,n,t="env"){const o=n.serializeType(),s=new v.Message,i=s.initRoot(SerializedTypes);convertToCapnp(o,i._initTypes(o.length)),await e.fs.writeFile(B(e,t),Buffer.from(s.toArrayBuffer()),{encoding:"binary",mode:"fs"});}a(z,"writeEnvTypeReflection");function l(e,n){return joinPaths(getReflectionsPath(e),"env",`${n}.bin`)}a(l,"getEnvReflectionsPath");async function se(e){const n=l(e,"env");if(!existsSync(n)){if(e.env.types.env||(e.env.types.env=await M(e,"env")),!e.env.used.env||isEmptyObject(e.env.used.env)){const r=createEnvReflection(e,{type:{kind:ReflectionKind.objectLiteral,typeName:"Env",description:`An object containing the environment configuration parameters that are used (at least once) by the ${e.config.name?`${e.config.name} application`:"application"}.`,types:[]},superReflection:e.env.types.env});r.name="Env";const f=new v.Message;r.messageRoot=f.initRoot(SerializedTypes),r.dataBuffer=f.toArrayBuffer(),e.env.used.env=r,await S(e,e.env.used.env,"env");}return e.env.used.env}const t=await readFileBuffer(n),s=new v.Message(t,false).getRoot(SerializedTypes),i=resolveClassType(deserializeType(convertFromCapnp(s.types)));return e.env.used.env=i,e.env.used.env.messageRoot=s,e.env.used.env.dataBuffer=t,i}a(se,"readEnvReflection");async function te(e){const n=l(e,"secrets");if(!existsSync(n)){if(e.env.types.secrets||(e.env.types.secrets=await M(e,"secrets")),!e.env.used.secrets||isEmptyObject(e.env.used.secrets)){const r=createEnvReflection(e,{type:{kind:ReflectionKind.objectLiteral,typeName:"Secrets",description:`An object containing the secret configuration parameters that are used (at least once) by the ${e.config.name?`${e.config.name} application`:"application"}.`,types:[]},superReflection:e.env.types.secrets});r.name="Secrets";const f=new v.Message;r.messageRoot=f.initRoot(SerializedTypes),r.dataBuffer=f.toArrayBuffer(),e.env.used.secrets=r,await S(e,e.env.used.secrets,"secrets");}return e.env.used.secrets}const t=await readFileBuffer(n),s=new v.Message(t,false).getRoot(SerializedTypes),i=resolveClassType(deserializeType(convertFromCapnp(s.types)));return e.env.used.secrets=i,e.env.used.secrets.messageRoot=s,e.env.used.secrets.dataBuffer=t,i}a(te,"readSecretsReflection");async function S(e,n,t="env"){const o=n.serializeType(),s=new v.Message,i=s.initRoot(SerializedTypes);convertToCapnp(o,i._initTypes(o.length)),await e.fs.writeFile(l(e,t),Buffer.from(s.toArrayBuffer()),{encoding:"binary",mode:"fs"});}a(S,"writeEnvReflection");function ie(e,n,t="env"){const o=n.serializeType(),s=new v.Message,i=s.initRoot(SerializedTypes);convertToCapnp(o,i._initTypes(o.length)),e.fs.writeFileSync(l(e,t),Buffer.from(s.toArrayBuffer()),{encoding:"binary",mode:"fs"});}a(ie,"writeEnvReflectionSync");export{ee as getEnvDefaultTypeDefinition,l as getEnvReflectionsPath,B as getEnvTypeReflectionsPath,ne as getSecretsDefaultTypeDefinition,se as readEnvReflection,M as readEnvTypeReflection,te as readSecretsReflection,b as resolveRuntimeTypeFile,S as writeEnvReflection,ie as writeEnvReflectionSync,z as writeEnvTypeReflection};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ReflectionClass, TypeObjectLiteral, TypeClass } from '@deepkit/type';
|
|
2
2
|
import { EnvPluginContext } from '../types/plugin.cjs';
|
|
3
|
-
import { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
3
|
+
import { E as EnvInterface, S as SecretsInterface } from '../runtime-CXFOdIeH.cjs';
|
|
4
4
|
import '@alloy-js/core/jsx-runtime';
|
|
5
5
|
import '@stryke/capnp';
|
|
6
6
|
import '@stryke/env/types';
|
|
7
7
|
import '@stryke/types/configuration';
|
|
8
8
|
import '@stryke/env/get-env-paths';
|
|
9
|
+
import '@stryke/types/base';
|
|
9
10
|
import '@stryke/types/package-json';
|
|
10
11
|
import 'jiti';
|
|
11
12
|
import 'oxc-parser';
|
|
@@ -15,18 +16,15 @@ import '@babel/core';
|
|
|
15
16
|
import '@storm-software/build-tools/types';
|
|
16
17
|
import '@storm-software/config-tools/types';
|
|
17
18
|
import '@storm-software/config/types';
|
|
18
|
-
import '@stryke/types/base';
|
|
19
19
|
import '@stryke/types/file';
|
|
20
20
|
import 'vite';
|
|
21
21
|
import '@babel/helper-plugin-utils';
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BGmsy47f.cjs';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
|
-
import 'memfs';
|
|
28
27
|
import 'node:fs';
|
|
29
|
-
import 'unionfs';
|
|
30
28
|
|
|
31
29
|
declare function mergeEnvReflections(context: EnvPluginContext, reflections: ReflectionClass<any>[]): ReflectionClass<any>;
|
|
32
30
|
declare function mergeSecretsReflections(context: EnvPluginContext, reflections: ReflectionClass<any>[]): ReflectionClass<any>;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ReflectionClass, TypeObjectLiteral, TypeClass } from '@deepkit/type';
|
|
2
2
|
import { EnvPluginContext } from '../types/plugin.js';
|
|
3
|
-
import { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
3
|
+
import { E as EnvInterface, S as SecretsInterface } from '../runtime-BZR8Re97.js';
|
|
4
4
|
import '@alloy-js/core/jsx-runtime';
|
|
5
5
|
import '@stryke/capnp';
|
|
6
6
|
import '@stryke/env/types';
|
|
7
7
|
import '@stryke/types/configuration';
|
|
8
8
|
import '@stryke/env/get-env-paths';
|
|
9
|
+
import '@stryke/types/base';
|
|
9
10
|
import '@stryke/types/package-json';
|
|
10
11
|
import 'jiti';
|
|
11
12
|
import 'oxc-parser';
|
|
@@ -15,18 +16,15 @@ import '@babel/core';
|
|
|
15
16
|
import '@storm-software/build-tools/types';
|
|
16
17
|
import '@storm-software/config-tools/types';
|
|
17
18
|
import '@storm-software/config/types';
|
|
18
|
-
import '@stryke/types/base';
|
|
19
19
|
import '@stryke/types/file';
|
|
20
20
|
import 'vite';
|
|
21
21
|
import '@babel/helper-plugin-utils';
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BGmsy47f.js';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
|
-
import 'memfs';
|
|
28
27
|
import 'node:fs';
|
|
29
|
-
import 'unionfs';
|
|
30
28
|
|
|
31
29
|
declare function mergeEnvReflections(context: EnvPluginContext, reflections: ReflectionClass<any>[]): ReflectionClass<any>;
|
|
32
30
|
declare function mergeSecretsReflections(context: EnvPluginContext, reflections: ReflectionClass<any>[]): ReflectionClass<any>;
|
|
@@ -2,8 +2,9 @@ import { ReflectionClass } from '@deepkit/type';
|
|
|
2
2
|
import { EnvPluginContext, EnvType } from '../types/plugin.cjs';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@stryke/capnp';
|
|
5
|
-
import '../runtime-
|
|
5
|
+
import '../runtime-CXFOdIeH.cjs';
|
|
6
6
|
import '@stryke/env/get-env-paths';
|
|
7
|
+
import '@stryke/types/base';
|
|
7
8
|
import '@stryke/types/package-json';
|
|
8
9
|
import 'jiti';
|
|
9
10
|
import 'oxc-parser';
|
|
@@ -13,7 +14,6 @@ import '@babel/core';
|
|
|
13
14
|
import '@storm-software/build-tools/types';
|
|
14
15
|
import '@storm-software/config-tools/types';
|
|
15
16
|
import '@storm-software/config/types';
|
|
16
|
-
import '@stryke/types/base';
|
|
17
17
|
import '@stryke/types/configuration';
|
|
18
18
|
import '@stryke/types/file';
|
|
19
19
|
import 'vite';
|
|
@@ -21,11 +21,9 @@ import '@babel/helper-plugin-utils';
|
|
|
21
21
|
import '@stryke/types/array';
|
|
22
22
|
import '@stryke/types/tsconfig';
|
|
23
23
|
import 'typescript';
|
|
24
|
-
import '../vfs-
|
|
24
|
+
import '../vfs-BGmsy47f.cjs';
|
|
25
25
|
import '@stryke/json/types';
|
|
26
|
-
import 'memfs';
|
|
27
26
|
import 'node:fs';
|
|
28
|
-
import 'unionfs';
|
|
29
27
|
import '@stryke/env/types';
|
|
30
28
|
|
|
31
29
|
/**
|
|
@@ -2,8 +2,9 @@ import { ReflectionClass } from '@deepkit/type';
|
|
|
2
2
|
import { EnvPluginContext, EnvType } from '../types/plugin.js';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@stryke/capnp';
|
|
5
|
-
import '../runtime-
|
|
5
|
+
import '../runtime-BZR8Re97.js';
|
|
6
6
|
import '@stryke/env/get-env-paths';
|
|
7
|
+
import '@stryke/types/base';
|
|
7
8
|
import '@stryke/types/package-json';
|
|
8
9
|
import 'jiti';
|
|
9
10
|
import 'oxc-parser';
|
|
@@ -13,7 +14,6 @@ import '@babel/core';
|
|
|
13
14
|
import '@storm-software/build-tools/types';
|
|
14
15
|
import '@storm-software/config-tools/types';
|
|
15
16
|
import '@storm-software/config/types';
|
|
16
|
-
import '@stryke/types/base';
|
|
17
17
|
import '@stryke/types/configuration';
|
|
18
18
|
import '@stryke/types/file';
|
|
19
19
|
import 'vite';
|
|
@@ -21,11 +21,9 @@ import '@babel/helper-plugin-utils';
|
|
|
21
21
|
import '@stryke/types/array';
|
|
22
22
|
import '@stryke/types/tsconfig';
|
|
23
23
|
import 'typescript';
|
|
24
|
-
import '../vfs-
|
|
24
|
+
import '../vfs-BGmsy47f.js';
|
|
25
25
|
import '@stryke/json/types';
|
|
26
|
-
import 'memfs';
|
|
27
26
|
import 'node:fs';
|
|
28
|
-
import 'unionfs';
|
|
29
27
|
import '@stryke/env/types';
|
|
30
28
|
|
|
31
29
|
/**
|