@karmaniverous/get-dotenv 6.2.4 → 6.3.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.
- package/README.md +1 -0
- package/dist/chunks/{AwsRestJsonProtocol-Bq1HE-Ln.mjs → AwsRestJsonProtocol-Dv5q8CFK.mjs} +2 -2
- package/dist/chunks/{createCli-BY6_cfZr.mjs → createCli-BSn6Be40.mjs} +6 -5
- package/dist/chunks/{externalDataInterceptor-CbsdEYa-.mjs → externalDataInterceptor-pqHO-Qmn.mjs} +2 -2
- package/dist/chunks/{getSSOTokenFromFile-hUSpR7Wf.mjs → getSSOTokenFromFile-otmZHSRV.mjs} +1 -1
- package/dist/chunks/{index-BpCF5UKx.mjs → index-B18W-ELX.mjs} +5 -4
- package/dist/chunks/{index-CeCufHlm.mjs → index-BNcKuiBy.mjs} +11 -10
- package/dist/chunks/{index-DyU5pKKi.mjs → index-Bi0RIILn.mjs} +5 -4
- package/dist/chunks/{index-Bc3h0a95.mjs → index-BqZ3PB6c.mjs} +6 -5
- package/dist/chunks/{index-Dp1Ip6Ra.mjs → index-C4Ac6feq.mjs} +10 -9
- package/dist/chunks/{index-cIunyiUQ.mjs → index-C6uLiKpC.mjs} +5 -4
- package/dist/chunks/{index-C_wqbTwI.mjs → index-CGg5wWCm.mjs} +6 -5
- package/dist/chunks/{index-c7zKtEuy.mjs → index-CXpZ0pei.mjs} +7 -6
- package/dist/chunks/{index-Cu7rdyqN.mjs → index-CYoFYXZv.mjs} +8 -7
- package/dist/chunks/{index-B5JKTBOL.mjs → index-DFNcs3pR.mjs} +7 -6
- package/dist/chunks/{index-BPYF6K_G.mjs → index-DLQEHTw4.mjs} +8 -7
- package/dist/chunks/{index-DWAtHEA-.mjs → index-DtRaL61T.mjs} +5 -4
- package/dist/chunks/{index-BEJFiHMX.mjs → index-eZMlmESW.mjs} +14 -14
- package/dist/chunks/{loadSso-w1eTVg0O.mjs → loadSso-CJ_XUhEj.mjs} +7 -6
- package/dist/chunks/{loader-DnhPeGfq.mjs → loader-CePOf74i.mjs} +1 -0
- package/dist/chunks/{overlayEnv-Bs2kVayG.mjs → overlayEnv-Bqh_kPGA.mjs} +2 -1
- package/dist/chunks/{parseKnownFiles-B9cDK21V.mjs → parseKnownFiles-B6x1cUmR.mjs} +1 -1
- package/dist/chunks/{readMergedOptions-Nt0TR7dX.mjs → readMergedOptions-DLBDzpXX.mjs} +5 -4
- package/dist/chunks/{resolveCliOptions-TFRzhB2c.mjs → resolveCliOptions-_qtsVxda.mjs} +2 -1
- package/dist/chunks/{sdk-stream-mixin-BZoJ5jy9.mjs → sdk-stream-mixin-DCdC70Up.mjs} +1 -1
- package/dist/chunks/{spawnEnv-CN8a7cNR.mjs → spawnEnv-CQwFu7ZJ.mjs} +2 -1
- package/dist/chunks/{types-DJ-BGABd.mjs → types-DdqcXCV1.mjs} +1 -1
- package/dist/cli.mjs +9 -9
- package/dist/cliHost.mjs +7 -6
- package/dist/config.mjs +2 -1
- package/dist/env-overlay.mjs +2 -1
- package/dist/getdotenv.cli.mjs +9 -9
- package/dist/index.d.ts +485 -2
- package/dist/index.mjs +703 -11
- package/dist/plugins-aws.mjs +5 -4
- package/dist/plugins-batch.mjs +5 -4
- package/dist/plugins-cmd.mjs +7 -6
- package/dist/plugins-init.mjs +4 -4
- package/dist/plugins.mjs +8 -8
- package/package.json +1 -1
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { w as resolveAwsSdkSigV4Config, x as normalizeProvider, y as getSmithyContext, z as EndpointCache, A as resolveEndpoint, B as awsEndpointFunctions, D as customEndpointFunctions, t as toUtf8, i as fromUtf8, F as parseUrl, G as NoOpLogger, I as AwsSdkSigV4Signer, J as NoAuthSigner, n as toBase64, m as fromBase64, K as emitWarningIfUnsupportedVersion, L as resolveDefaultsModeConfig, M as emitWarningIfUnsupportedVersion$1, O as loadConfig, r as streamCollector, P as Hash, N as NodeHttpHandler, Q as createDefaultUserAgentProvider, R as calculateBodyLength, S as NODE_APP_ID_CONFIG_OPTIONS, T as NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, U as NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, V as NODE_RETRY_MODE_CONFIG_OPTIONS, W as DEFAULT_RETRY_MODE, X as NODE_REGION_CONFIG_FILE_OPTIONS, Y as NODE_REGION_CONFIG_OPTIONS, Z as NODE_MAX_ATTEMPT_CONFIG_OPTIONS, _ as NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, $ as loadConfigsForDefaultMode, a0 as getAwsRegionExtensionConfiguration, a1 as getDefaultExtensionConfiguration, a2 as getHttpHandlerExtensionConfiguration, a3 as resolveAwsRegionExtensionConfiguration, a4 as resolveDefaultRuntimeConfig, a5 as resolveHttpHandlerRuntimeConfig, a6 as Client, a7 as resolveUserAgentConfig, a8 as resolveRetryConfig, a9 as resolveRegionConfig, aa as resolveEndpointConfig, ab as resolveHostHeaderConfig, ac as getSchemaSerdePlugin, ad as getUserAgentPlugin, ae as getRetryPlugin, af as getContentLengthPlugin, ag as getHostHeaderPlugin, ah as getLoggerPlugin, ai as getRecursionDetectionPlugin, aj as getHttpAuthSchemeEndpointRuleSetPlugin, ak as DefaultIdentityProviderConfig, al as getHttpSigningPlugin, am as ServiceException, an as TypeRegistry, ao as Command, ap as getEndpointPlugin } from './index-
|
|
2
|
-
import { A as AwsRestJsonProtocol } from './AwsRestJsonProtocol-
|
|
3
|
-
import './readMergedOptions-
|
|
1
|
+
import { w as resolveAwsSdkSigV4Config, x as normalizeProvider, y as getSmithyContext, z as EndpointCache, A as resolveEndpoint, B as awsEndpointFunctions, D as customEndpointFunctions, t as toUtf8, i as fromUtf8, F as parseUrl, G as NoOpLogger, I as AwsSdkSigV4Signer, J as NoAuthSigner, n as toBase64, m as fromBase64, K as emitWarningIfUnsupportedVersion, L as resolveDefaultsModeConfig, M as emitWarningIfUnsupportedVersion$1, O as loadConfig, r as streamCollector, P as Hash, N as NodeHttpHandler, Q as createDefaultUserAgentProvider, R as calculateBodyLength, S as NODE_APP_ID_CONFIG_OPTIONS, T as NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, U as NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, V as NODE_RETRY_MODE_CONFIG_OPTIONS, W as DEFAULT_RETRY_MODE, X as NODE_REGION_CONFIG_FILE_OPTIONS, Y as NODE_REGION_CONFIG_OPTIONS, Z as NODE_MAX_ATTEMPT_CONFIG_OPTIONS, _ as NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, $ as loadConfigsForDefaultMode, a0 as getAwsRegionExtensionConfiguration, a1 as getDefaultExtensionConfiguration, a2 as getHttpHandlerExtensionConfiguration, a3 as resolveAwsRegionExtensionConfiguration, a4 as resolveDefaultRuntimeConfig, a5 as resolveHttpHandlerRuntimeConfig, a6 as Client, a7 as resolveUserAgentConfig, a8 as resolveRetryConfig, a9 as resolveRegionConfig, aa as resolveEndpointConfig, ab as resolveHostHeaderConfig, ac as getSchemaSerdePlugin, ad as getUserAgentPlugin, ae as getRetryPlugin, af as getContentLengthPlugin, ag as getHostHeaderPlugin, ah as getLoggerPlugin, ai as getRecursionDetectionPlugin, aj as getHttpAuthSchemeEndpointRuleSetPlugin, ak as DefaultIdentityProviderConfig, al as getHttpSigningPlugin, am as ServiceException, an as TypeRegistry, ao as Command, ap as getEndpointPlugin } from './index-BNcKuiBy.mjs';
|
|
2
|
+
import { A as AwsRestJsonProtocol } from './AwsRestJsonProtocol-Dv5q8CFK.mjs';
|
|
3
|
+
import './readMergedOptions-DLBDzpXX.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import '@commander-js/extra-typings';
|
|
6
|
-
import './overlayEnv-
|
|
6
|
+
import './overlayEnv-Bqh_kPGA.mjs';
|
|
7
7
|
import 'fs-extra';
|
|
8
|
+
import 'node:path';
|
|
8
9
|
import './loadModuleDefault-Dj8B3Stt.mjs';
|
|
9
10
|
import 'crypto';
|
|
10
11
|
import 'path';
|
|
11
12
|
import 'url';
|
|
12
13
|
import 'nanoid';
|
|
13
14
|
import 'dotenv';
|
|
14
|
-
import './loader-
|
|
15
|
+
import './loader-CePOf74i.mjs';
|
|
15
16
|
import 'package-directory';
|
|
16
17
|
import 'yaml';
|
|
17
18
|
import 'execa';
|
|
@@ -23,7 +24,7 @@ import 'https';
|
|
|
23
24
|
import 'stream';
|
|
24
25
|
import 'process';
|
|
25
26
|
import 'node:fs';
|
|
26
|
-
import './sdk-stream-mixin-
|
|
27
|
+
import './sdk-stream-mixin-DCdC70Up.mjs';
|
|
27
28
|
|
|
28
29
|
const defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
29
30
|
return {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import fs from 'fs-extra';
|
|
2
|
+
import 'node:path';
|
|
2
3
|
import { l as loadModuleDefault } from './loadModuleDefault-Dj8B3Stt.mjs';
|
|
3
4
|
|
|
4
5
|
/**
|
|
@@ -231,4 +232,4 @@ function overlayEnv(args) {
|
|
|
231
232
|
return current;
|
|
232
233
|
}
|
|
233
234
|
|
|
234
|
-
export {
|
|
235
|
+
export { applyDynamicMap as a, dotenvExpandAll as b, dotenvExpandFromProcessEnv as c, dotenvExpand as d, loadAndApplyDynamic as l, overlayEnv as o };
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { Option, Command } from '@commander-js/extra-typings';
|
|
3
|
-
import { d as dotenvExpand,
|
|
3
|
+
import { d as dotenvExpand, b as dotenvExpandAll, l as loadAndApplyDynamic, a as applyDynamicMap, o as overlayEnv, c as dotenvExpandFromProcessEnv } from './overlayEnv-Bqh_kPGA.mjs';
|
|
4
|
+
import 'node:path';
|
|
5
|
+
import fs from 'fs-extra';
|
|
4
6
|
import { nanoid } from 'nanoid';
|
|
5
7
|
import path from 'path';
|
|
6
|
-
import fs from 'fs-extra';
|
|
7
8
|
import 'crypto';
|
|
8
9
|
import { fileURLToPath } from 'url';
|
|
9
10
|
import { parse } from 'dotenv';
|
|
10
|
-
import { g as getDotenvOptionsSchemaResolved, r as resolveGetDotenvConfigSources } from './loader-
|
|
11
|
+
import { g as getDotenvOptionsSchemaResolved, r as resolveGetDotenvConfigSources } from './loader-CePOf74i.mjs';
|
|
11
12
|
import { packageDirectory } from 'package-directory';
|
|
12
13
|
|
|
13
14
|
/** @internal */
|
|
@@ -1623,4 +1624,4 @@ const readMergedOptions = (cmd) => {
|
|
|
1623
1624
|
return bag;
|
|
1624
1625
|
};
|
|
1625
1626
|
|
|
1626
|
-
export { GetDotenvCli as G,
|
|
1627
|
+
export { GetDotenvCli as G, defaultsDeep as a, baseRootOptionDefaults as b, attachRootOptions as c, definePlugin as d, defineDynamic as e, defineGetDotenvConfig as f, getDotenvCliOptions2Options as g, getDotenv as h, redactDisplay as i, redactObject as j, interpolateDeep as k, redactTriple as l, maybeWarnEntropy as m, readMergedOptions as r };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as baseRootOptionDefaults, a as defaultsDeep } from './readMergedOptions-DLBDzpXX.mjs';
|
|
2
2
|
import 'fs-extra';
|
|
3
|
+
import 'node:path';
|
|
3
4
|
import 'crypto';
|
|
4
5
|
import 'path';
|
|
5
6
|
import 'url';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as fromBase64, n as toBase64, o as toHex, t as toUtf8, q as fromArrayBuffer, r as streamCollector$1 } from './index-
|
|
1
|
+
import { m as fromBase64, n as toBase64, o as toHex, t as toUtf8, q as fromArrayBuffer, r as streamCollector$1 } from './index-BNcKuiBy.mjs';
|
|
2
2
|
import { Readable } from 'stream';
|
|
3
3
|
|
|
4
4
|
const isReadableStream = (stream) => typeof ReadableStream === "function" &&
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { execa, execaCommand } from 'execa';
|
|
2
2
|
import 'fs-extra';
|
|
3
|
+
import 'node:path';
|
|
3
4
|
import 'crypto';
|
|
4
5
|
import 'path';
|
|
5
6
|
import 'url';
|
|
@@ -303,4 +304,4 @@ const buildSpawnEnv = (base, overlay) => {
|
|
|
303
304
|
return out;
|
|
304
305
|
};
|
|
305
306
|
|
|
306
|
-
export { runCommandResult as a,
|
|
307
|
+
export { runCommandResult as a, resolveCommand as b, resolveShell as c, buildSpawnEnv as d, runCommand as r, shouldCapture as s, tokenize as t };
|
package/dist/cli.mjs
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
export { c as createCli } from './chunks/createCli-
|
|
1
|
+
export { c as createCli } from './chunks/createCli-BSn6Be40.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'path';
|
|
4
|
-
import './chunks/loader-
|
|
4
|
+
import './chunks/loader-CePOf74i.mjs';
|
|
5
5
|
import 'fs-extra';
|
|
6
6
|
import 'package-directory';
|
|
7
7
|
import 'url';
|
|
8
8
|
import 'yaml';
|
|
9
|
+
import 'node:path';
|
|
9
10
|
import './chunks/loadModuleDefault-Dj8B3Stt.mjs';
|
|
10
11
|
import 'crypto';
|
|
11
|
-
import './chunks/readMergedOptions-
|
|
12
|
+
import './chunks/readMergedOptions-DLBDzpXX.mjs';
|
|
12
13
|
import '@commander-js/extra-typings';
|
|
13
|
-
import './chunks/overlayEnv-
|
|
14
|
+
import './chunks/overlayEnv-Bqh_kPGA.mjs';
|
|
14
15
|
import 'nanoid';
|
|
15
16
|
import 'dotenv';
|
|
16
17
|
import 'execa';
|
|
17
18
|
import './chunks/helpConfig-CGejgwWW.mjs';
|
|
18
|
-
import './chunks/resolveCliOptions-
|
|
19
|
+
import './chunks/resolveCliOptions-_qtsVxda.mjs';
|
|
19
20
|
import './chunks/validate-CDl0rE6k.mjs';
|
|
20
21
|
import './plugins-aws.mjs';
|
|
21
|
-
import './chunks/spawnEnv-
|
|
22
|
-
import './chunks/index-
|
|
22
|
+
import './chunks/spawnEnv-CQwFu7ZJ.mjs';
|
|
23
|
+
import './chunks/index-BNcKuiBy.mjs';
|
|
23
24
|
import 'buffer';
|
|
24
25
|
import 'os';
|
|
25
26
|
import 'node:fs/promises';
|
|
@@ -31,9 +32,8 @@ import 'node:fs';
|
|
|
31
32
|
import './plugins-batch.mjs';
|
|
32
33
|
import './chunks/invoke-DuRPU1oC.mjs';
|
|
33
34
|
import 'globby';
|
|
34
|
-
import './chunks/index-
|
|
35
|
+
import './chunks/index-BqZ3PB6c.mjs';
|
|
35
36
|
import './plugins-init.mjs';
|
|
36
37
|
import 'node:process';
|
|
37
38
|
import 'readline/promises';
|
|
38
|
-
import 'node:path';
|
|
39
39
|
import 'node:url';
|
package/dist/cliHost.mjs
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
export { G as GetDotenvCli, d as definePlugin, r as readMergedOptions } from './chunks/readMergedOptions-
|
|
2
|
-
export {
|
|
3
|
-
export { b as baseGetDotenvCliOptions, r as resolveCliOptions } from './chunks/resolveCliOptions-
|
|
4
|
-
export { d as defineScripts, g as groupPlugins } from './chunks/types-
|
|
1
|
+
export { G as GetDotenvCli, d as definePlugin, r as readMergedOptions } from './chunks/readMergedOptions-DLBDzpXX.mjs';
|
|
2
|
+
export { d as buildSpawnEnv, b as resolveCommand, c as resolveShell, r as runCommand, a as runCommandResult, s as shouldCapture } from './chunks/spawnEnv-CQwFu7ZJ.mjs';
|
|
3
|
+
export { b as baseGetDotenvCliOptions, r as resolveCliOptions } from './chunks/resolveCliOptions-_qtsVxda.mjs';
|
|
4
|
+
export { d as defineScripts, g as groupPlugins } from './chunks/types-DdqcXCV1.mjs';
|
|
5
5
|
export { t as toHelpConfig } from './chunks/helpConfig-CGejgwWW.mjs';
|
|
6
6
|
export { c as composeNestedEnv, m as maybePreserveNodeEvalArgv, s as stripOne } from './chunks/invoke-DuRPU1oC.mjs';
|
|
7
7
|
export { z } from 'zod';
|
|
8
8
|
import '@commander-js/extra-typings';
|
|
9
|
-
import './chunks/overlayEnv-
|
|
9
|
+
import './chunks/overlayEnv-Bqh_kPGA.mjs';
|
|
10
10
|
import 'fs-extra';
|
|
11
|
+
import 'node:path';
|
|
11
12
|
import './chunks/loadModuleDefault-Dj8B3Stt.mjs';
|
|
12
13
|
import 'crypto';
|
|
13
14
|
import 'path';
|
|
14
15
|
import 'url';
|
|
15
16
|
import 'nanoid';
|
|
16
17
|
import 'dotenv';
|
|
17
|
-
import './chunks/loader-
|
|
18
|
+
import './chunks/loader-CePOf74i.mjs';
|
|
18
19
|
import 'package-directory';
|
|
19
20
|
import 'yaml';
|
|
20
21
|
import 'execa';
|
package/dist/config.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { d as discoverConfigFiles, l as loadConfigFile, r as resolveGetDotenvConfigSources, t as toFileUrl } from './chunks/loader-
|
|
1
|
+
export { d as discoverConfigFiles, l as loadConfigFile, r as resolveGetDotenvConfigSources, t as toFileUrl } from './chunks/loader-CePOf74i.mjs';
|
|
2
2
|
export { v as validateEnvAgainstSources } from './chunks/validate-CDl0rE6k.mjs';
|
|
3
3
|
import 'fs-extra';
|
|
4
4
|
import 'package-directory';
|
|
@@ -6,5 +6,6 @@ import 'path';
|
|
|
6
6
|
import 'url';
|
|
7
7
|
import 'yaml';
|
|
8
8
|
import 'zod';
|
|
9
|
+
import 'node:path';
|
|
9
10
|
import './chunks/loadModuleDefault-Dj8B3Stt.mjs';
|
|
10
11
|
import 'crypto';
|
package/dist/env-overlay.mjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { a as applyDynamicMap, l as loadAndApplyDynamic, o as overlayEnv } from './chunks/overlayEnv-Bqh_kPGA.mjs';
|
|
2
2
|
import 'fs-extra';
|
|
3
|
+
import 'node:path';
|
|
3
4
|
import './chunks/loadModuleDefault-Dj8B3Stt.mjs';
|
|
4
5
|
import 'crypto';
|
|
5
6
|
import 'path';
|
package/dist/getdotenv.cli.mjs
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { c as createCli } from './chunks/createCli-
|
|
2
|
+
import { c as createCli } from './chunks/createCli-BSn6Be40.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'path';
|
|
5
|
-
import './chunks/loader-
|
|
5
|
+
import './chunks/loader-CePOf74i.mjs';
|
|
6
6
|
import 'fs-extra';
|
|
7
7
|
import 'package-directory';
|
|
8
8
|
import 'url';
|
|
9
9
|
import 'yaml';
|
|
10
|
+
import 'node:path';
|
|
10
11
|
import './chunks/loadModuleDefault-Dj8B3Stt.mjs';
|
|
11
12
|
import 'crypto';
|
|
12
|
-
import './chunks/readMergedOptions-
|
|
13
|
+
import './chunks/readMergedOptions-DLBDzpXX.mjs';
|
|
13
14
|
import '@commander-js/extra-typings';
|
|
14
|
-
import './chunks/overlayEnv-
|
|
15
|
+
import './chunks/overlayEnv-Bqh_kPGA.mjs';
|
|
15
16
|
import 'nanoid';
|
|
16
17
|
import 'dotenv';
|
|
17
18
|
import 'execa';
|
|
18
19
|
import './chunks/helpConfig-CGejgwWW.mjs';
|
|
19
|
-
import './chunks/resolveCliOptions-
|
|
20
|
+
import './chunks/resolveCliOptions-_qtsVxda.mjs';
|
|
20
21
|
import './chunks/validate-CDl0rE6k.mjs';
|
|
21
22
|
import './plugins-aws.mjs';
|
|
22
|
-
import './chunks/spawnEnv-
|
|
23
|
-
import './chunks/index-
|
|
23
|
+
import './chunks/spawnEnv-CQwFu7ZJ.mjs';
|
|
24
|
+
import './chunks/index-BNcKuiBy.mjs';
|
|
24
25
|
import 'buffer';
|
|
25
26
|
import 'os';
|
|
26
27
|
import 'node:fs/promises';
|
|
@@ -32,11 +33,10 @@ import 'node:fs';
|
|
|
32
33
|
import './plugins-batch.mjs';
|
|
33
34
|
import './chunks/invoke-DuRPU1oC.mjs';
|
|
34
35
|
import 'globby';
|
|
35
|
-
import './chunks/index-
|
|
36
|
+
import './chunks/index-BqZ3PB6c.mjs';
|
|
36
37
|
import './plugins-init.mjs';
|
|
37
38
|
import 'node:process';
|
|
38
39
|
import 'readline/promises';
|
|
39
|
-
import 'node:path';
|
|
40
40
|
import 'node:url';
|
|
41
41
|
|
|
42
42
|
// Delegate to the canonical host factory.
|