@powerlines/plugin-nodejs 0.1.491 → 0.1.493
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/_virtual/_rolldown/runtime.cjs +14 -0
- package/dist/_virtual/_rolldown/runtime.mjs +18 -0
- package/dist/components/env-builtin.cjs +8 -1
- package/dist/components/env-builtin.mjs +3 -1
- package/dist/components/env-builtin.mjs.map +1 -1
- package/dist/components/env-builtin.test.cjs +16 -0
- package/dist/components/env-builtin.test.d.cts +1 -0
- package/dist/components/env-builtin.test.d.mts +1 -0
- package/dist/components/env-builtin.test.mjs +18 -0
- package/dist/components/env-builtin.test.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.cjs +78 -0
- package/dist/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +78 -0
- package/dist/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_expect@4.1.7/node_modules/@vitest/expect/dist/index.cjs +1487 -0
- package/dist/node_modules/.pnpm/@vitest_expect@4.1.7/node_modules/@vitest/expect/dist/index.mjs +1473 -0
- package/dist/node_modules/.pnpm/@vitest_expect@4.1.7/node_modules/@vitest/expect/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_pretty-format@4.1.7/node_modules/@vitest/pretty-format/dist/index.cjs +889 -0
- package/dist/node_modules/.pnpm/@vitest_pretty-format@4.1.7/node_modules/@vitest/pretty-format/dist/index.mjs +888 -0
- package/dist/node_modules/.pnpm/@vitest_pretty-format@4.1.7/node_modules/@vitest/pretty-format/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_runner@4.1.7/node_modules/@vitest/runner/dist/chunk-artifact.cjs +1614 -0
- package/dist/node_modules/.pnpm/@vitest_runner@4.1.7/node_modules/@vitest/runner/dist/chunk-artifact.mjs +1594 -0
- package/dist/node_modules/.pnpm/@vitest_runner@4.1.7/node_modules/@vitest/runner/dist/chunk-artifact.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_runner@4.1.7/node_modules/@vitest/runner/dist/index.cjs +1 -0
- package/dist/node_modules/.pnpm/@vitest_runner@4.1.7/node_modules/@vitest/runner/dist/index.mjs +3 -0
- package/dist/node_modules/.pnpm/@vitest_runner@4.1.7/node_modules/@vitest/runner/dist/utils.cjs +1 -0
- package/dist/node_modules/.pnpm/@vitest_runner@4.1.7/node_modules/@vitest/runner/dist/utils.mjs +3 -0
- package/dist/node_modules/.pnpm/@vitest_snapshot@4.1.7/node_modules/@vitest/snapshot/dist/index.cjs +923 -0
- package/dist/node_modules/.pnpm/@vitest_snapshot@4.1.7/node_modules/@vitest/snapshot/dist/index.mjs +922 -0
- package/dist/node_modules/.pnpm/@vitest_snapshot@4.1.7/node_modules/@vitest/snapshot/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_spy@4.1.7/node_modules/@vitest/spy/dist/index.cjs +391 -0
- package/dist/node_modules/.pnpm/@vitest_spy@4.1.7/node_modules/@vitest/spy/dist/index.mjs +386 -0
- package/dist/node_modules/.pnpm/@vitest_spy@4.1.7/node_modules/@vitest/spy/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/chunk-pathe.M-eThtNZ.cjs +82 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/chunk-pathe.M-eThtNZ.mjs +82 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/chunk-pathe.M-eThtNZ.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/diff.cjs +1358 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/diff.mjs +1357 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/diff.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/display.cjs +561 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/display.mjs +559 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/display.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/error.cjs +37 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/error.mjs +38 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/error.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/helpers.cjs +197 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/helpers.mjs +181 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/helpers.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/offset.cjs +29 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/offset.mjs +27 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/offset.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/serialize.cjs +77 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/serialize.mjs +77 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/serialize.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/source-map.cjs +374 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/source-map.mjs +374 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/source-map.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/timers.cjs +38 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/timers.mjs +37 -0
- package/dist/node_modules/.pnpm/@vitest_utils@4.1.7/node_modules/@vitest/utils/dist/timers.mjs.map +1 -0
- package/dist/node_modules/.pnpm/chai@6.2.2/node_modules/chai/index.cjs +2978 -0
- package/dist/node_modules/.pnpm/chai@6.2.2/node_modules/chai/index.mjs +2973 -0
- package/dist/node_modules/.pnpm/chai@6.2.2/node_modules/chai/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/magic-string@0.30.21/node_modules/magic-string/dist/magic-string.es.cjs +939 -0
- package/dist/node_modules/.pnpm/magic-string@0.30.21/node_modules/magic-string/dist/magic-string.es.mjs +940 -0
- package/dist/node_modules/.pnpm/magic-string@0.30.21/node_modules/magic-string/dist/magic-string.es.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tinyrainbow@3.1.0/node_modules/tinyrainbow/dist/index.cjs +87 -0
- package/dist/node_modules/.pnpm/tinyrainbow@3.1.0/node_modules/tinyrainbow/dist/index.mjs +87 -0
- package/dist/node_modules/.pnpm/tinyrainbow@3.1.0/node_modules/tinyrainbow/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/_commonjsHelpers.D26ty3Ew.cjs +6 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/_commonjsHelpers.D26ty3Ew.mjs +6 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/_commonjsHelpers.D26ty3Ew.mjs.map +1 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/rpc.MzXet3jl.cjs +54 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/rpc.MzXet3jl.mjs +52 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/rpc.MzXet3jl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/test.DNmyFkvJ.cjs +2696 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/test.DNmyFkvJ.mjs +2697 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/test.DNmyFkvJ.mjs.map +1 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/utils.BX5Fg8C4.cjs +47 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/utils.BX5Fg8C4.mjs +45 -0
- package/dist/node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/utils.BX5Fg8C4.mjs.map +1 -0
- package/package.json +36 -9
|
@@ -5,6 +5,19 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __exportAll = (all, no_symbols) => {
|
|
9
|
+
let target = {};
|
|
10
|
+
for (var name in all) {
|
|
11
|
+
__defProp(target, name, {
|
|
12
|
+
get: all[name],
|
|
13
|
+
enumerable: true
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
if (!no_symbols) {
|
|
17
|
+
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
18
|
+
}
|
|
19
|
+
return target;
|
|
20
|
+
};
|
|
8
21
|
var __copyProps = (to, from, except, desc) => {
|
|
9
22
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
10
23
|
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
@@ -26,4 +39,5 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
39
|
|
|
27
40
|
//#endregion
|
|
28
41
|
|
|
42
|
+
exports.__exportAll = __exportAll;
|
|
29
43
|
exports.__toESM = __toESM;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
//#region \0rolldown/runtime.js
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __exportAll = (all, no_symbols) => {
|
|
4
|
+
let target = {};
|
|
5
|
+
for (var name in all) {
|
|
6
|
+
__defProp(target, name, {
|
|
7
|
+
get: all[name],
|
|
8
|
+
enumerable: true
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
if (!no_symbols) {
|
|
12
|
+
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
//#endregion
|
|
18
|
+
export { __exportAll };
|
|
@@ -13,6 +13,7 @@ let defu = require("defu");
|
|
|
13
13
|
defu = require_runtime.__toESM(defu);
|
|
14
14
|
|
|
15
15
|
//#region src/components/env-builtin.tsx
|
|
16
|
+
var env_builtin_exports = /* @__PURE__ */ require_runtime.__exportAll({ NodeJsEnvBuiltin: () => NodeJsEnvBuiltin });
|
|
16
17
|
/**
|
|
17
18
|
* Generates the NodeJs environment configuration module for the Powerlines project.
|
|
18
19
|
*/
|
|
@@ -176,4 +177,10 @@ function NodeJsEnvBuiltin(props) {
|
|
|
176
177
|
}
|
|
177
178
|
|
|
178
179
|
//#endregion
|
|
179
|
-
exports.NodeJsEnvBuiltin = NodeJsEnvBuiltin;
|
|
180
|
+
exports.NodeJsEnvBuiltin = NodeJsEnvBuiltin;
|
|
181
|
+
Object.defineProperty(exports, 'env_builtin_exports', {
|
|
182
|
+
enumerable: true,
|
|
183
|
+
get: function () {
|
|
184
|
+
return env_builtin_exports;
|
|
185
|
+
}
|
|
186
|
+
});
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __exportAll } from "../_virtual/_rolldown/runtime.mjs";
|
|
1
2
|
import { createComponent, mergeProps } from "@alloy-js/core/jsx-runtime";
|
|
2
3
|
import { Show, code, splitProps } from "@alloy-js/core";
|
|
3
4
|
import { TypeDeclaration, VarDeclaration } from "@alloy-js/typescript";
|
|
@@ -10,6 +11,7 @@ import { titleCase } from "@stryke/string-format/title-case";
|
|
|
10
11
|
import defu from "defu";
|
|
11
12
|
|
|
12
13
|
//#region src/components/env-builtin.tsx
|
|
14
|
+
var env_builtin_exports = /* @__PURE__ */ __exportAll({ NodeJsEnvBuiltin: () => NodeJsEnvBuiltin });
|
|
13
15
|
/**
|
|
14
16
|
* Generates the NodeJs environment configuration module for the Powerlines project.
|
|
15
17
|
*/
|
|
@@ -173,5 +175,5 @@ function NodeJsEnvBuiltin(props) {
|
|
|
173
175
|
}
|
|
174
176
|
|
|
175
177
|
//#endregion
|
|
176
|
-
export { NodeJsEnvBuiltin };
|
|
178
|
+
export { NodeJsEnvBuiltin, env_builtin_exports };
|
|
177
179
|
//# sourceMappingURL=env-builtin.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-builtin.mjs","names":[],"sources":["../../src/components/env-builtin.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { code, Show, splitProps } from \"@alloy-js/core\";\nimport { TypeDeclaration, VarDeclaration } from \"@alloy-js/typescript\";\nimport { Spacing } from \"@powerlines/plugin-alloy/core/components/spacing\";\nimport { usePowerlines } from \"@powerlines/plugin-alloy/core/contexts/context\";\nimport {\n TSDoc,\n TSDocRemarks\n} from \"@powerlines/plugin-alloy/typescript/components/tsdoc\";\nimport {\n EnvBuiltin,\n EnvBuiltinProps\n} from \"@powerlines/plugin-env/components/env-builtin\";\nimport { kebabCase } from \"@stryke/string-format/kebab-case\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport defu from \"defu\";\nimport { NodeJsPluginContext } from \"../types\";\n\n/**\n * Generates the NodeJs environment configuration module for the Powerlines project.\n */\nexport function NodeJsEnvBuiltin(props: EnvBuiltinProps) {\n const [{ children }, rest] = splitProps(props, [\"children\"]);\n\n const context = usePowerlines<NodeJsPluginContext>();\n\n return (\n <EnvBuiltin\n defaultConfig={code`process.env`}\n {...rest}\n imports={defu(\n {\n \"node:os\": \"os\",\n \"node:path\": [\"basename\", \"join\"]\n },\n rest.imports ?? {}\n )}>\n <VarDeclaration\n export\n const\n name=\"isWindows\"\n doc=\"An indicator specifying whether the current operating system is MacOS (darwin kernel).\"\n initializer={code`/^win/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration\n export\n const\n name=\"isLinux\"\n doc=\"An indicator specifying whether the current operating system is Linux.\"\n initializer={code`/^linux/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration\n export\n const\n name=\"isMacOS\"\n doc=\"An indicator specifying whether the current operating system is MacOS (darwin kernel).\"\n initializer={code`/^darwin/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration const name=\"homedir\" initializer={code`os.homedir(); `} />\n <Spacing />\n <VarDeclaration const name=\"tmpdir\" initializer={code`os.tmpdir(); `} />\n <Spacing />\n <TSDoc heading=\"The environment path types for storing things like data, config, logs, and cache in the current runtime environment.\">\n <TSDocRemarks>\n {`These environment path types are accessed in the {@link EnvPaths} type. `}\n </TSDocRemarks>\n </TSDoc>\n <TypeDeclaration export name=\"EnvPathType\">\n {code`\"data\" | \"config\" | \"cache\" | \"log\" | \"temp\"; `}\n </TypeDeclaration>\n <Spacing />\n <TSDoc heading=\"The environment paths for storing things like data, config, logs, and cache in the current runtime environment.\" />\n <TypeDeclaration export name=\"EnvPaths\">\n {code`Record<EnvPathType, string>; `}\n </TypeDeclaration>\n <Spacing />\n <TSDoc heading=\"The resolved application directories based on the current operating system and environment variables.\">\n <TSDocRemarks>\n {code`If the \\`DATA_DIR\\`, \\`CONFIG_DIR\\`, \\`CACHE_DIR\\`, \\`LOG_DIR\\`, or \\`TEMP_DIR\\` environment variables are set, they will be treated as overrides and used by default. If the environment variables are not set, the paths are determined based on the specific conventions for each operating system (with additional overrides available through operating system specific environment variables):\n - **Linux**: directories are generally created in \\`~/.config/<name>\\` (this is determined via the [XDG Base Directory spec](https://specifications.freedesktop.org/basedir-spec/latest/))\n - **Windows**: directories are generally created in \\`%AppData%/<name>\\`\n - **MacOS**: directories are generally created in \\`~/Library/Application Support/<name>\\`\n `}\n </TSDocRemarks>\n </TSDoc>\n <VarDeclaration\n export\n const\n name=\"paths\"\n initializer={code`isMacOS\n ? {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Application Support\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n config: env.CONFIG_DIR\n ? join(String(env.CONFIG_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Preferences\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Caches\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${titleCase(context.config.name)}\")\n : join(homedir, \"Library\", \"Logs\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(tmpdir, ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\")\n }\n : isWindows\n ? {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\", \"Data\"),\n config: env.CONFIG_DIR\n ? join(env.CONFIG_DIR!, \"${titleCase(context.config.name)}\")\n : join(env.APPDATA || join(homedir, \"AppData\", \"Roaming\"), ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\", \"Config\"),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), \"Cache\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\", \"Log\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${titleCase(context.config.name)}\")\n : join(tmpdir, ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\")\n }\n :\n {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${kebabCase(\n context.config.name\n )}\")\n : join(\n env.XDG_DATA_HOME || join(homedir, \".local\", \"share\"), ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\"\n ),\n config: env.CONFIG_DIR\n ? join(String(env.CONFIG_DIR), \"${kebabCase(\n context.config.name\n )}\")\n : join(\n env.XDG_CONFIG_HOME || join(homedir, \".config\"),\n ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\"\n ),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${kebabCase(context.config.name)}\")\n : join(env.XDG_CACHE_HOME || join(homedir, \".cache\"), ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\"\n context.config.name\n )}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${kebabCase(context.config.name)}\")\n : join(env.XDG_STATE_HOME || join(homedir, \".local\", \"state\"), \"${kebabCase(context.config.organization)}\", \"${kebabCase(\n context.config.name\n )}\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${kebabCase(context.config.name)}\")\n : (env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR\n ? join((env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR)!, ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\")\n : join(tmpdir, basename(homedir), ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\"))\n } as EnvPaths; `}\n />\n <Spacing />\n <Show when={Boolean(children)}>{children}</Show>\n </EnvBuiltin>\n );\n}\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"env-builtin.mjs","names":[],"sources":["../../src/components/env-builtin.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { code, Show, splitProps } from \"@alloy-js/core\";\nimport { TypeDeclaration, VarDeclaration } from \"@alloy-js/typescript\";\nimport { Spacing } from \"@powerlines/plugin-alloy/core/components/spacing\";\nimport { usePowerlines } from \"@powerlines/plugin-alloy/core/contexts/context\";\nimport {\n TSDoc,\n TSDocRemarks\n} from \"@powerlines/plugin-alloy/typescript/components/tsdoc\";\nimport {\n EnvBuiltin,\n EnvBuiltinProps\n} from \"@powerlines/plugin-env/components/env-builtin\";\nimport { kebabCase } from \"@stryke/string-format/kebab-case\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport defu from \"defu\";\nimport { NodeJsPluginContext } from \"../types\";\n\n/**\n * Generates the NodeJs environment configuration module for the Powerlines project.\n */\nexport function NodeJsEnvBuiltin(props: EnvBuiltinProps) {\n const [{ children }, rest] = splitProps(props, [\"children\"]);\n\n const context = usePowerlines<NodeJsPluginContext>();\n\n return (\n <EnvBuiltin\n defaultConfig={code`process.env`}\n {...rest}\n imports={defu(\n {\n \"node:os\": \"os\",\n \"node:path\": [\"basename\", \"join\"]\n },\n rest.imports ?? {}\n )}>\n <VarDeclaration\n export\n const\n name=\"isWindows\"\n doc=\"An indicator specifying whether the current operating system is MacOS (darwin kernel).\"\n initializer={code`/^win/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration\n export\n const\n name=\"isLinux\"\n doc=\"An indicator specifying whether the current operating system is Linux.\"\n initializer={code`/^linux/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration\n export\n const\n name=\"isMacOS\"\n doc=\"An indicator specifying whether the current operating system is MacOS (darwin kernel).\"\n initializer={code`/^darwin/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration const name=\"homedir\" initializer={code`os.homedir(); `} />\n <Spacing />\n <VarDeclaration const name=\"tmpdir\" initializer={code`os.tmpdir(); `} />\n <Spacing />\n <TSDoc heading=\"The environment path types for storing things like data, config, logs, and cache in the current runtime environment.\">\n <TSDocRemarks>\n {`These environment path types are accessed in the {@link EnvPaths} type. `}\n </TSDocRemarks>\n </TSDoc>\n <TypeDeclaration export name=\"EnvPathType\">\n {code`\"data\" | \"config\" | \"cache\" | \"log\" | \"temp\"; `}\n </TypeDeclaration>\n <Spacing />\n <TSDoc heading=\"The environment paths for storing things like data, config, logs, and cache in the current runtime environment.\" />\n <TypeDeclaration export name=\"EnvPaths\">\n {code`Record<EnvPathType, string>; `}\n </TypeDeclaration>\n <Spacing />\n <TSDoc heading=\"The resolved application directories based on the current operating system and environment variables.\">\n <TSDocRemarks>\n {code`If the \\`DATA_DIR\\`, \\`CONFIG_DIR\\`, \\`CACHE_DIR\\`, \\`LOG_DIR\\`, or \\`TEMP_DIR\\` environment variables are set, they will be treated as overrides and used by default. If the environment variables are not set, the paths are determined based on the specific conventions for each operating system (with additional overrides available through operating system specific environment variables):\n - **Linux**: directories are generally created in \\`~/.config/<name>\\` (this is determined via the [XDG Base Directory spec](https://specifications.freedesktop.org/basedir-spec/latest/))\n - **Windows**: directories are generally created in \\`%AppData%/<name>\\`\n - **MacOS**: directories are generally created in \\`~/Library/Application Support/<name>\\`\n `}\n </TSDocRemarks>\n </TSDoc>\n <VarDeclaration\n export\n const\n name=\"paths\"\n initializer={code`isMacOS\n ? {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Application Support\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n config: env.CONFIG_DIR\n ? join(String(env.CONFIG_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Preferences\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Caches\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${titleCase(context.config.name)}\")\n : join(homedir, \"Library\", \"Logs\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(tmpdir, ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\")\n }\n : isWindows\n ? {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\", \"Data\"),\n config: env.CONFIG_DIR\n ? join(env.CONFIG_DIR!, \"${titleCase(context.config.name)}\")\n : join(env.APPDATA || join(homedir, \"AppData\", \"Roaming\"), ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\", \"Config\"),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), \"Cache\", ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\", \"Log\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${titleCase(context.config.name)}\")\n : join(tmpdir, ${\n context.config.organization\n ? `\"${titleCase(context.config.organization)}\", `\n : \"\"\n }\"${titleCase(context.config.name)}\")\n }\n :\n {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${kebabCase(\n context.config.name\n )}\")\n : join(\n env.XDG_DATA_HOME || join(homedir, \".local\", \"share\"), ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\"\n ),\n config: env.CONFIG_DIR\n ? join(String(env.CONFIG_DIR), \"${kebabCase(\n context.config.name\n )}\")\n : join(\n env.XDG_CONFIG_HOME || join(homedir, \".config\"),\n ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\"\n ),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${kebabCase(context.config.name)}\")\n : join(env.XDG_CACHE_HOME || join(homedir, \".cache\"), ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\"\n context.config.name\n )}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${kebabCase(context.config.name)}\")\n : join(env.XDG_STATE_HOME || join(homedir, \".local\", \"state\"), \"${kebabCase(context.config.organization)}\", \"${kebabCase(\n context.config.name\n )}\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${kebabCase(context.config.name)}\")\n : (env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR\n ? join((env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR)!, ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\")\n : join(tmpdir, basename(homedir), ${\n context.config.organization\n ? `\"${kebabCase(context.config.organization)}\", `\n : \"\"\n }\"${kebabCase(context.config.name)}\"))\n } as EnvPaths; `}\n />\n <Spacing />\n <Show when={Boolean(children)}>{children}</Show>\n </EnvBuiltin>\n );\n}\n"],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_components_env_builtin = require('./env-builtin.cjs');
|
|
2
|
+
const require_chunk_artifact = require('../node_modules/.pnpm/@vitest_runner@4.1.7/node_modules/@vitest/runner/dist/chunk-artifact.cjs');
|
|
3
|
+
const require_test_DNmyFkvJ = require('../node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/test.DNmyFkvJ.cjs');
|
|
4
|
+
|
|
5
|
+
//#region src/components/env-builtin.test.ts
|
|
6
|
+
require_chunk_artifact.describe("plugins/plugin-nodejs/src/components/env-builtin.tsx", () => {
|
|
7
|
+
require_chunk_artifact.it("loads module exports", () => {
|
|
8
|
+
require_test_DNmyFkvJ.globalExpect(require_components_env_builtin.env_builtin_exports).toBeDefined();
|
|
9
|
+
require_test_DNmyFkvJ.globalExpect(typeof require_components_env_builtin.env_builtin_exports).toBe("object");
|
|
10
|
+
});
|
|
11
|
+
require_chunk_artifact.it("has at least one runtime export", () => {
|
|
12
|
+
require_test_DNmyFkvJ.globalExpect(Object.keys(require_components_env_builtin.env_builtin_exports).length).toBeGreaterThan(0);
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
//#endregion
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { env_builtin_exports } from "./env-builtin.mjs";
|
|
2
|
+
import { describe, it } from "../node_modules/.pnpm/@vitest_runner@4.1.7/node_modules/@vitest/runner/dist/chunk-artifact.mjs";
|
|
3
|
+
import { globalExpect } from "../node_modules/.pnpm/vitest@4.1.7_@opentelemetry_api@1.9.1_@types_node@25.9.1_@vitest_coverage-v8@4.1.7_vite_34dd47607c0af5e5ae7f1b2f95fc48c3/node_modules/vitest/dist/chunks/test.DNmyFkvJ.mjs";
|
|
4
|
+
|
|
5
|
+
//#region src/components/env-builtin.test.ts
|
|
6
|
+
describe("plugins/plugin-nodejs/src/components/env-builtin.tsx", () => {
|
|
7
|
+
it("loads module exports", () => {
|
|
8
|
+
globalExpect(env_builtin_exports).toBeDefined();
|
|
9
|
+
globalExpect(typeof env_builtin_exports).toBe("object");
|
|
10
|
+
});
|
|
11
|
+
it("has at least one runtime export", () => {
|
|
12
|
+
globalExpect(Object.keys(env_builtin_exports).length).toBeGreaterThan(0);
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
//#endregion
|
|
17
|
+
export { };
|
|
18
|
+
//# sourceMappingURL=env-builtin.test.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env-builtin.test.mjs","names":[],"sources":["../../src/components/env-builtin.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./env-builtin\";\n\ndescribe(\"plugins/plugin-nodejs/src/components/env-builtin.tsx\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n\n it(\"has at least one runtime export\", () => {\n expect(Object.keys(moduleExports).length).toBeGreaterThan(0);\n });\n});\n"],"mappings":";;;;;;CAGA,GAAA,8BAAmC;EAC/B,aAAO,mBAAQ,EAAO,YAAS;EAC/B,aAAO,OAAA,mBAAe,EAAA,KAAY,QAAC;CACrC,CAAC;CACD,GAAE,yCAAA;;CAEF,CAAA;AACF,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
|
|
2
|
+
//#region ../../../node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs
|
|
3
|
+
var comma = ",".charCodeAt(0);
|
|
4
|
+
var semicolon = ";".charCodeAt(0);
|
|
5
|
+
var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
6
|
+
var intToChar = new Uint8Array(64);
|
|
7
|
+
var charToInt = new Uint8Array(128);
|
|
8
|
+
for (let i = 0; i < chars.length; i++) {
|
|
9
|
+
const c = chars.charCodeAt(i);
|
|
10
|
+
intToChar[i] = c;
|
|
11
|
+
charToInt[c] = i;
|
|
12
|
+
}
|
|
13
|
+
function encodeInteger(builder, num, relative) {
|
|
14
|
+
let delta = num - relative;
|
|
15
|
+
delta = delta < 0 ? -delta << 1 | 1 : delta << 1;
|
|
16
|
+
do {
|
|
17
|
+
let clamped = delta & 31;
|
|
18
|
+
delta >>>= 5;
|
|
19
|
+
if (delta > 0) clamped |= 32;
|
|
20
|
+
builder.write(intToChar[clamped]);
|
|
21
|
+
} while (delta > 0);
|
|
22
|
+
return num;
|
|
23
|
+
}
|
|
24
|
+
var bufLength = 1024 * 16;
|
|
25
|
+
var td = typeof TextDecoder !== "undefined" ? /* @__PURE__ */ new TextDecoder() : typeof Buffer !== "undefined" ? { decode(buf) {
|
|
26
|
+
return Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength).toString();
|
|
27
|
+
} } : { decode(buf) {
|
|
28
|
+
let out = "";
|
|
29
|
+
for (let i = 0; i < buf.length; i++) out += String.fromCharCode(buf[i]);
|
|
30
|
+
return out;
|
|
31
|
+
} };
|
|
32
|
+
var StringWriter = class {
|
|
33
|
+
constructor() {
|
|
34
|
+
this.pos = 0;
|
|
35
|
+
this.out = "";
|
|
36
|
+
this.buffer = new Uint8Array(bufLength);
|
|
37
|
+
}
|
|
38
|
+
write(v) {
|
|
39
|
+
const { buffer } = this;
|
|
40
|
+
buffer[this.pos++] = v;
|
|
41
|
+
if (this.pos === bufLength) {
|
|
42
|
+
this.out += td.decode(buffer);
|
|
43
|
+
this.pos = 0;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
flush() {
|
|
47
|
+
const { buffer, out, pos } = this;
|
|
48
|
+
return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out;
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
function encode(decoded) {
|
|
52
|
+
const writer = new StringWriter();
|
|
53
|
+
let sourcesIndex = 0;
|
|
54
|
+
let sourceLine = 0;
|
|
55
|
+
let sourceColumn = 0;
|
|
56
|
+
let namesIndex = 0;
|
|
57
|
+
for (let i = 0; i < decoded.length; i++) {
|
|
58
|
+
const line = decoded[i];
|
|
59
|
+
if (i > 0) writer.write(semicolon);
|
|
60
|
+
if (line.length === 0) continue;
|
|
61
|
+
let genColumn = 0;
|
|
62
|
+
for (let j = 0; j < line.length; j++) {
|
|
63
|
+
const segment = line[j];
|
|
64
|
+
if (j > 0) writer.write(comma);
|
|
65
|
+
genColumn = encodeInteger(writer, segment[0], genColumn);
|
|
66
|
+
if (segment.length === 1) continue;
|
|
67
|
+
sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex);
|
|
68
|
+
sourceLine = encodeInteger(writer, segment[2], sourceLine);
|
|
69
|
+
sourceColumn = encodeInteger(writer, segment[3], sourceColumn);
|
|
70
|
+
if (segment.length === 4) continue;
|
|
71
|
+
namesIndex = encodeInteger(writer, segment[4], namesIndex);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
return writer.flush();
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
//#endregion
|
|
78
|
+
exports.encode = encode;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
//#region ../../../node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs
|
|
2
|
+
var comma = ",".charCodeAt(0);
|
|
3
|
+
var semicolon = ";".charCodeAt(0);
|
|
4
|
+
var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
5
|
+
var intToChar = new Uint8Array(64);
|
|
6
|
+
var charToInt = new Uint8Array(128);
|
|
7
|
+
for (let i = 0; i < chars.length; i++) {
|
|
8
|
+
const c = chars.charCodeAt(i);
|
|
9
|
+
intToChar[i] = c;
|
|
10
|
+
charToInt[c] = i;
|
|
11
|
+
}
|
|
12
|
+
function encodeInteger(builder, num, relative) {
|
|
13
|
+
let delta = num - relative;
|
|
14
|
+
delta = delta < 0 ? -delta << 1 | 1 : delta << 1;
|
|
15
|
+
do {
|
|
16
|
+
let clamped = delta & 31;
|
|
17
|
+
delta >>>= 5;
|
|
18
|
+
if (delta > 0) clamped |= 32;
|
|
19
|
+
builder.write(intToChar[clamped]);
|
|
20
|
+
} while (delta > 0);
|
|
21
|
+
return num;
|
|
22
|
+
}
|
|
23
|
+
var bufLength = 1024 * 16;
|
|
24
|
+
var td = typeof TextDecoder !== "undefined" ? /* @__PURE__ */ new TextDecoder() : typeof Buffer !== "undefined" ? { decode(buf) {
|
|
25
|
+
return Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength).toString();
|
|
26
|
+
} } : { decode(buf) {
|
|
27
|
+
let out = "";
|
|
28
|
+
for (let i = 0; i < buf.length; i++) out += String.fromCharCode(buf[i]);
|
|
29
|
+
return out;
|
|
30
|
+
} };
|
|
31
|
+
var StringWriter = class {
|
|
32
|
+
constructor() {
|
|
33
|
+
this.pos = 0;
|
|
34
|
+
this.out = "";
|
|
35
|
+
this.buffer = new Uint8Array(bufLength);
|
|
36
|
+
}
|
|
37
|
+
write(v) {
|
|
38
|
+
const { buffer } = this;
|
|
39
|
+
buffer[this.pos++] = v;
|
|
40
|
+
if (this.pos === bufLength) {
|
|
41
|
+
this.out += td.decode(buffer);
|
|
42
|
+
this.pos = 0;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
flush() {
|
|
46
|
+
const { buffer, out, pos } = this;
|
|
47
|
+
return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out;
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
function encode(decoded) {
|
|
51
|
+
const writer = new StringWriter();
|
|
52
|
+
let sourcesIndex = 0;
|
|
53
|
+
let sourceLine = 0;
|
|
54
|
+
let sourceColumn = 0;
|
|
55
|
+
let namesIndex = 0;
|
|
56
|
+
for (let i = 0; i < decoded.length; i++) {
|
|
57
|
+
const line = decoded[i];
|
|
58
|
+
if (i > 0) writer.write(semicolon);
|
|
59
|
+
if (line.length === 0) continue;
|
|
60
|
+
let genColumn = 0;
|
|
61
|
+
for (let j = 0; j < line.length; j++) {
|
|
62
|
+
const segment = line[j];
|
|
63
|
+
if (j > 0) writer.write(comma);
|
|
64
|
+
genColumn = encodeInteger(writer, segment[0], genColumn);
|
|
65
|
+
if (segment.length === 1) continue;
|
|
66
|
+
sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex);
|
|
67
|
+
sourceLine = encodeInteger(writer, segment[2], sourceLine);
|
|
68
|
+
sourceColumn = encodeInteger(writer, segment[3], sourceColumn);
|
|
69
|
+
if (segment.length === 4) continue;
|
|
70
|
+
namesIndex = encodeInteger(writer, segment[4], namesIndex);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
return writer.flush();
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
//#endregion
|
|
77
|
+
export { encode };
|
|
78
|
+
//# sourceMappingURL=sourcemap-codec.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sourcemap-codec.mjs","names":[],"sources":["../../../../../../../../../../../node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs"],"sourcesContent":["// src/vlq.ts\nvar comma = \",\".charCodeAt(0);\nvar semicolon = \";\".charCodeAt(0);\nvar chars = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\";\nvar intToChar = new Uint8Array(64);\nvar charToInt = new Uint8Array(128);\nfor (let i = 0; i < chars.length; i++) {\n const c = chars.charCodeAt(i);\n intToChar[i] = c;\n charToInt[c] = i;\n}\nfunction decodeInteger(reader, relative) {\n let value = 0;\n let shift = 0;\n let integer = 0;\n do {\n const c = reader.next();\n integer = charToInt[c];\n value |= (integer & 31) << shift;\n shift += 5;\n } while (integer & 32);\n const shouldNegate = value & 1;\n value >>>= 1;\n if (shouldNegate) {\n value = -2147483648 | -value;\n }\n return relative + value;\n}\nfunction encodeInteger(builder, num, relative) {\n let delta = num - relative;\n delta = delta < 0 ? -delta << 1 | 1 : delta << 1;\n do {\n let clamped = delta & 31;\n delta >>>= 5;\n if (delta > 0) clamped |= 32;\n builder.write(intToChar[clamped]);\n } while (delta > 0);\n return num;\n}\nfunction hasMoreVlq(reader, max) {\n if (reader.pos >= max) return false;\n return reader.peek() !== comma;\n}\n\n// src/strings.ts\nvar bufLength = 1024 * 16;\nvar td = typeof TextDecoder !== \"undefined\" ? /* @__PURE__ */ new TextDecoder() : typeof Buffer !== \"undefined\" ? {\n decode(buf) {\n const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength);\n return out.toString();\n }\n} : {\n decode(buf) {\n let out = \"\";\n for (let i = 0; i < buf.length; i++) {\n out += String.fromCharCode(buf[i]);\n }\n return out;\n }\n};\nvar StringWriter = class {\n constructor() {\n this.pos = 0;\n this.out = \"\";\n this.buffer = new Uint8Array(bufLength);\n }\n write(v) {\n const { buffer } = this;\n buffer[this.pos++] = v;\n if (this.pos === bufLength) {\n this.out += td.decode(buffer);\n this.pos = 0;\n }\n }\n flush() {\n const { buffer, out, pos } = this;\n return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out;\n }\n};\nvar StringReader = class {\n constructor(buffer) {\n this.pos = 0;\n this.buffer = buffer;\n }\n next() {\n return this.buffer.charCodeAt(this.pos++);\n }\n peek() {\n return this.buffer.charCodeAt(this.pos);\n }\n indexOf(char) {\n const { buffer, pos } = this;\n const idx = buffer.indexOf(char, pos);\n return idx === -1 ? buffer.length : idx;\n }\n};\n\n// src/scopes.ts\nvar EMPTY = [];\nfunction decodeOriginalScopes(input) {\n const { length } = input;\n const reader = new StringReader(input);\n const scopes = [];\n const stack = [];\n let line = 0;\n for (; reader.pos < length; reader.pos++) {\n line = decodeInteger(reader, line);\n const column = decodeInteger(reader, 0);\n if (!hasMoreVlq(reader, length)) {\n const last = stack.pop();\n last[2] = line;\n last[3] = column;\n continue;\n }\n const kind = decodeInteger(reader, 0);\n const fields = decodeInteger(reader, 0);\n const hasName = fields & 1;\n const scope = hasName ? [line, column, 0, 0, kind, decodeInteger(reader, 0)] : [line, column, 0, 0, kind];\n let vars = EMPTY;\n if (hasMoreVlq(reader, length)) {\n vars = [];\n do {\n const varsIndex = decodeInteger(reader, 0);\n vars.push(varsIndex);\n } while (hasMoreVlq(reader, length));\n }\n scope.vars = vars;\n scopes.push(scope);\n stack.push(scope);\n }\n return scopes;\n}\nfunction encodeOriginalScopes(scopes) {\n const writer = new StringWriter();\n for (let i = 0; i < scopes.length; ) {\n i = _encodeOriginalScopes(scopes, i, writer, [0]);\n }\n return writer.flush();\n}\nfunction _encodeOriginalScopes(scopes, index, writer, state) {\n const scope = scopes[index];\n const { 0: startLine, 1: startColumn, 2: endLine, 3: endColumn, 4: kind, vars } = scope;\n if (index > 0) writer.write(comma);\n state[0] = encodeInteger(writer, startLine, state[0]);\n encodeInteger(writer, startColumn, 0);\n encodeInteger(writer, kind, 0);\n const fields = scope.length === 6 ? 1 : 0;\n encodeInteger(writer, fields, 0);\n if (scope.length === 6) encodeInteger(writer, scope[5], 0);\n for (const v of vars) {\n encodeInteger(writer, v, 0);\n }\n for (index++; index < scopes.length; ) {\n const next = scopes[index];\n const { 0: l, 1: c } = next;\n if (l > endLine || l === endLine && c >= endColumn) {\n break;\n }\n index = _encodeOriginalScopes(scopes, index, writer, state);\n }\n writer.write(comma);\n state[0] = encodeInteger(writer, endLine, state[0]);\n encodeInteger(writer, endColumn, 0);\n return index;\n}\nfunction decodeGeneratedRanges(input) {\n const { length } = input;\n const reader = new StringReader(input);\n const ranges = [];\n const stack = [];\n let genLine = 0;\n let definitionSourcesIndex = 0;\n let definitionScopeIndex = 0;\n let callsiteSourcesIndex = 0;\n let callsiteLine = 0;\n let callsiteColumn = 0;\n let bindingLine = 0;\n let bindingColumn = 0;\n do {\n const semi = reader.indexOf(\";\");\n let genColumn = 0;\n for (; reader.pos < semi; reader.pos++) {\n genColumn = decodeInteger(reader, genColumn);\n if (!hasMoreVlq(reader, semi)) {\n const last = stack.pop();\n last[2] = genLine;\n last[3] = genColumn;\n continue;\n }\n const fields = decodeInteger(reader, 0);\n const hasDefinition = fields & 1;\n const hasCallsite = fields & 2;\n const hasScope = fields & 4;\n let callsite = null;\n let bindings = EMPTY;\n let range;\n if (hasDefinition) {\n const defSourcesIndex = decodeInteger(reader, definitionSourcesIndex);\n definitionScopeIndex = decodeInteger(\n reader,\n definitionSourcesIndex === defSourcesIndex ? definitionScopeIndex : 0\n );\n definitionSourcesIndex = defSourcesIndex;\n range = [genLine, genColumn, 0, 0, defSourcesIndex, definitionScopeIndex];\n } else {\n range = [genLine, genColumn, 0, 0];\n }\n range.isScope = !!hasScope;\n if (hasCallsite) {\n const prevCsi = callsiteSourcesIndex;\n const prevLine = callsiteLine;\n callsiteSourcesIndex = decodeInteger(reader, callsiteSourcesIndex);\n const sameSource = prevCsi === callsiteSourcesIndex;\n callsiteLine = decodeInteger(reader, sameSource ? callsiteLine : 0);\n callsiteColumn = decodeInteger(\n reader,\n sameSource && prevLine === callsiteLine ? callsiteColumn : 0\n );\n callsite = [callsiteSourcesIndex, callsiteLine, callsiteColumn];\n }\n range.callsite = callsite;\n if (hasMoreVlq(reader, semi)) {\n bindings = [];\n do {\n bindingLine = genLine;\n bindingColumn = genColumn;\n const expressionsCount = decodeInteger(reader, 0);\n let expressionRanges;\n if (expressionsCount < -1) {\n expressionRanges = [[decodeInteger(reader, 0)]];\n for (let i = -1; i > expressionsCount; i--) {\n const prevBl = bindingLine;\n bindingLine = decodeInteger(reader, bindingLine);\n bindingColumn = decodeInteger(reader, bindingLine === prevBl ? bindingColumn : 0);\n const expression = decodeInteger(reader, 0);\n expressionRanges.push([expression, bindingLine, bindingColumn]);\n }\n } else {\n expressionRanges = [[expressionsCount]];\n }\n bindings.push(expressionRanges);\n } while (hasMoreVlq(reader, semi));\n }\n range.bindings = bindings;\n ranges.push(range);\n stack.push(range);\n }\n genLine++;\n reader.pos = semi + 1;\n } while (reader.pos < length);\n return ranges;\n}\nfunction encodeGeneratedRanges(ranges) {\n if (ranges.length === 0) return \"\";\n const writer = new StringWriter();\n for (let i = 0; i < ranges.length; ) {\n i = _encodeGeneratedRanges(ranges, i, writer, [0, 0, 0, 0, 0, 0, 0]);\n }\n return writer.flush();\n}\nfunction _encodeGeneratedRanges(ranges, index, writer, state) {\n const range = ranges[index];\n const {\n 0: startLine,\n 1: startColumn,\n 2: endLine,\n 3: endColumn,\n isScope,\n callsite,\n bindings\n } = range;\n if (state[0] < startLine) {\n catchupLine(writer, state[0], startLine);\n state[0] = startLine;\n state[1] = 0;\n } else if (index > 0) {\n writer.write(comma);\n }\n state[1] = encodeInteger(writer, range[1], state[1]);\n const fields = (range.length === 6 ? 1 : 0) | (callsite ? 2 : 0) | (isScope ? 4 : 0);\n encodeInteger(writer, fields, 0);\n if (range.length === 6) {\n const { 4: sourcesIndex, 5: scopesIndex } = range;\n if (sourcesIndex !== state[2]) {\n state[3] = 0;\n }\n state[2] = encodeInteger(writer, sourcesIndex, state[2]);\n state[3] = encodeInteger(writer, scopesIndex, state[3]);\n }\n if (callsite) {\n const { 0: sourcesIndex, 1: callLine, 2: callColumn } = range.callsite;\n if (sourcesIndex !== state[4]) {\n state[5] = 0;\n state[6] = 0;\n } else if (callLine !== state[5]) {\n state[6] = 0;\n }\n state[4] = encodeInteger(writer, sourcesIndex, state[4]);\n state[5] = encodeInteger(writer, callLine, state[5]);\n state[6] = encodeInteger(writer, callColumn, state[6]);\n }\n if (bindings) {\n for (const binding of bindings) {\n if (binding.length > 1) encodeInteger(writer, -binding.length, 0);\n const expression = binding[0][0];\n encodeInteger(writer, expression, 0);\n let bindingStartLine = startLine;\n let bindingStartColumn = startColumn;\n for (let i = 1; i < binding.length; i++) {\n const expRange = binding[i];\n bindingStartLine = encodeInteger(writer, expRange[1], bindingStartLine);\n bindingStartColumn = encodeInteger(writer, expRange[2], bindingStartColumn);\n encodeInteger(writer, expRange[0], 0);\n }\n }\n }\n for (index++; index < ranges.length; ) {\n const next = ranges[index];\n const { 0: l, 1: c } = next;\n if (l > endLine || l === endLine && c >= endColumn) {\n break;\n }\n index = _encodeGeneratedRanges(ranges, index, writer, state);\n }\n if (state[0] < endLine) {\n catchupLine(writer, state[0], endLine);\n state[0] = endLine;\n state[1] = 0;\n } else {\n writer.write(comma);\n }\n state[1] = encodeInteger(writer, endColumn, state[1]);\n return index;\n}\nfunction catchupLine(writer, lastLine, line) {\n do {\n writer.write(semicolon);\n } while (++lastLine < line);\n}\n\n// src/sourcemap-codec.ts\nfunction decode(mappings) {\n const { length } = mappings;\n const reader = new StringReader(mappings);\n const decoded = [];\n let genColumn = 0;\n let sourcesIndex = 0;\n let sourceLine = 0;\n let sourceColumn = 0;\n let namesIndex = 0;\n do {\n const semi = reader.indexOf(\";\");\n const line = [];\n let sorted = true;\n let lastCol = 0;\n genColumn = 0;\n while (reader.pos < semi) {\n let seg;\n genColumn = decodeInteger(reader, genColumn);\n if (genColumn < lastCol) sorted = false;\n lastCol = genColumn;\n if (hasMoreVlq(reader, semi)) {\n sourcesIndex = decodeInteger(reader, sourcesIndex);\n sourceLine = decodeInteger(reader, sourceLine);\n sourceColumn = decodeInteger(reader, sourceColumn);\n if (hasMoreVlq(reader, semi)) {\n namesIndex = decodeInteger(reader, namesIndex);\n seg = [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex];\n } else {\n seg = [genColumn, sourcesIndex, sourceLine, sourceColumn];\n }\n } else {\n seg = [genColumn];\n }\n line.push(seg);\n reader.pos++;\n }\n if (!sorted) sort(line);\n decoded.push(line);\n reader.pos = semi + 1;\n } while (reader.pos <= length);\n return decoded;\n}\nfunction sort(line) {\n line.sort(sortComparator);\n}\nfunction sortComparator(a, b) {\n return a[0] - b[0];\n}\nfunction encode(decoded) {\n const writer = new StringWriter();\n let sourcesIndex = 0;\n let sourceLine = 0;\n let sourceColumn = 0;\n let namesIndex = 0;\n for (let i = 0; i < decoded.length; i++) {\n const line = decoded[i];\n if (i > 0) writer.write(semicolon);\n if (line.length === 0) continue;\n let genColumn = 0;\n for (let j = 0; j < line.length; j++) {\n const segment = line[j];\n if (j > 0) writer.write(comma);\n genColumn = encodeInteger(writer, segment[0], genColumn);\n if (segment.length === 1) continue;\n sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex);\n sourceLine = encodeInteger(writer, segment[2], sourceLine);\n sourceColumn = encodeInteger(writer, segment[3], sourceColumn);\n if (segment.length === 4) continue;\n namesIndex = encodeInteger(writer, segment[4], namesIndex);\n }\n }\n return writer.flush();\n}\nexport {\n decode,\n decodeGeneratedRanges,\n decodeOriginalScopes,\n encode,\n encodeGeneratedRanges,\n encodeOriginalScopes\n};\n//# sourceMappingURL=sourcemap-codec.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";IACI,QAAQ,IAAI,WAAW,CAAC;AAC5B,IAAI,YAAY,IAAI,WAAW,CAAC;AAChC,IAAI,QAAQ;AACZ,IAAI,YAAY,IAAI,WAAW,EAAE;AACjC,IAAI,YAAY,IAAI,WAAW,GAAG;AAClC,KAAK,IAAI,IAAI,GAAG,IAAI,MAAM,QAAQ,KAAK;CACrC,MAAM,IAAI,MAAM,WAAW,CAAC;CAC5B,UAAU,KAAK;CACf,UAAU,KAAK;AACjB;AAkBA,SAAS,cAAc,SAAS,KAAK,UAAU;CAC7C,IAAI,QAAQ,MAAM;CAClB,QAAQ,QAAQ,IAAI,CAAC,SAAS,IAAI,IAAI,SAAS;CAC/C,GAAG;EACD,IAAI,UAAU,QAAQ;EACtB,WAAW;EACX,IAAI,QAAQ,GAAG,WAAW;EAC1B,QAAQ,MAAM,UAAU,QAAQ;CAClC,SAAS,QAAQ;CACjB,OAAO;AACT;IAOI,YAAY,OAAO;AACvB,IAAI,KAAK,OAAO,gBAAgB,8BAA6B,IAAI,YAAY,IAAI,OAAO,WAAW,cAAc,EAC/G,OAAO,KAAK;CAEV,OADY,OAAO,KAAK,IAAI,QAAQ,IAAI,YAAY,IAAI,UACjD,EAAI,SAAS;AACtB,EACF,IAAI,EACF,OAAO,KAAK;CACV,IAAI,MAAM;CACV,KAAK,IAAI,IAAI,GAAG,IAAI,IAAI,QAAQ,KAC9B,OAAO,OAAO,aAAa,IAAI,EAAE;CAEnC,OAAO;AACT,EACF;AACA,IAAI,eAAe,MAAM;CACvB,cAAc;EACZ,KAAK,MAAM;EACX,KAAK,MAAM;EACX,KAAK,SAAS,IAAI,WAAW,SAAS;CACxC;CACA,MAAM,GAAG;EACP,MAAM,EACN,WACI;EACJ,OAAO,KAAK,SAAK;EACjB,IAAE,KAAK,QAAO,WAAA;GACd,KAAA,OAAA,GAAA,OAAA,MAAA;GACF,KAAA,MAAA;EACA;CACA;CACA,QAAQ;EACR,MAAA,EACD,QACG,KACF,QACM;EACJ,OAAK,MAAQ,IAAC,MAAM,GAAA,OAAA,OAAA,SAAA,GAAA,GAAA,CAAA,IAAA;CACtB;AACF;AA8UA,SAAQ,OAAA,SAAA;CACN,MAAA,SAAA,IAAA,aAAqB;CACrB,IAAA,eAAA;CACD,IAAA,aAAA;CACC,IAAE,eAAiB"}
|