@powerlines/plugin-env 0.15.13 → 0.15.14
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 +4 -0
- package/dist/_virtual/rolldown_runtime.mjs +33 -0
- package/dist/babel/plugin.cjs +16 -16
- package/dist/babel/plugin.d.mts +2 -2
- package/dist/babel/plugin.mjs +7 -7
- package/dist/components/docs.cjs +8 -8
- package/dist/components/docs.mjs +5 -5
- package/dist/components/env.cjs +38 -39
- package/dist/components/env.d.mts +2 -2
- package/dist/components/env.mjs +11 -11
- package/dist/helpers/automd-generator.cjs +4 -4
- package/dist/helpers/automd-generator.d.mts +1 -1
- package/dist/helpers/automd-generator.mjs +3 -3
- package/dist/helpers/load.cjs +12 -13
- package/dist/helpers/load.d.mts +2 -2
- package/dist/helpers/load.mjs +10 -10
- package/dist/helpers/persistence.cjs +23 -23
- package/dist/helpers/persistence.d.mts +1 -1
- package/dist/helpers/persistence.mjs +7 -7
- package/dist/helpers/reflect.cjs +9 -9
- package/dist/helpers/reflect.mjs +5 -5
- package/dist/helpers/source-file-env.cjs +1 -1
- package/dist/helpers/source-file-env.mjs +1 -1
- package/dist/index.cjs +28 -26
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +25 -25
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/parse-type-definition.cjs +31 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/parse-type-definition.mjs +31 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/to-array.cjs +8 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/to-array.mjs +7 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.cjs +6 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.mjs +5 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/index.cjs +3 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/index.mjs +5 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.cjs +6 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.mjs +6 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-collection.cjs +1 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-collection.mjs +3 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-object.cjs +13 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-object.mjs +13 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.cjs +13 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.mjs +13 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-string.cjs +12 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-string.mjs +11 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/type-detect.cjs +11 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/type-detect.mjs +12 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-parent-path.cjs +10 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-parent-path.mjs +10 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-type.cjs +13 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-type.mjs +13 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/join-paths.cjs +49 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/join-paths.mjs +49 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/regex.cjs +9 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/regex.mjs +5 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/slash.cjs +8 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/slash.mjs +7 -0
- package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.cjs +346 -0
- package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.mjs +346 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.cjs +786 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.mjs +786 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.cjs +3 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.mjs +3 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.cjs +23 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs +22 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.cjs +405 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs +404 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.cjs +657 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs +657 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.cjs +1054 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.mjs +1054 -0
- package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.cjs +43 -0
- package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs +42 -0
- package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.cjs +46 -0
- package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs +45 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.cjs +288 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.mjs +285 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.cjs +71 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.mjs +68 -0
- package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.cjs +1013 -0
- package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs +1007 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.cjs +23 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs +13 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.cjs +2698 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.mjs +2685 -0
- package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.cjs +4457 -0
- package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.mjs +4454 -0
- package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.cjs +29 -0
- package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.mjs +29 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.cjs +181 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs +176 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.cjs +22 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs +17 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.cjs +3967 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.mjs +3962 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.cjs +11768 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs +11763 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.cjs +25 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.mjs +20 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.cjs +20 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.mjs +17 -0
- package/dist/node_modules/.pnpm/nypm@0.6.2/node_modules/nypm/dist/shared/nypm.CLjaS_sz.cjs +174 -0
- package/dist/node_modules/.pnpm/nypm@0.6.2/node_modules/nypm/dist/shared/nypm.CLjaS_sz.mjs +172 -0
- package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.cjs +13 -0
- package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs +12 -0
- package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.cjs +3 -0
- package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs +3 -0
- package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.cjs +145 -0
- package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs +138 -0
- package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.cjs +127 -0
- package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs +125 -0
- package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.cjs +138 -0
- package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs +136 -0
- package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.cjs +629 -0
- package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.mjs +627 -0
- package/dist/{plugin-alloy → packages/plugin-alloy}/src/types/components.d.mts +1 -1
- package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/typescript-file.d.mts +1 -1
- package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/typescript-interface.d.mts +1 -1
- package/dist/{powerlines → packages/powerlines}/src/types/build.d.mts +6 -6
- package/dist/{powerlines → packages/powerlines}/src/types/config.d.mts +1 -2
- package/dist/{powerlines → packages/powerlines}/src/types/tsconfig.d.mts +1 -1
- package/dist/types/plugin.cjs +19 -18
- package/dist/types/plugin.d.mts +6 -6
- package/dist/types/plugin.mjs +4 -4
- package/dist/types/runtime.cjs +3 -2
- package/dist/types/runtime.d.mts +1 -1
- package/dist/types/runtime.mjs +1 -1
- package/package.json +10 -10
- package/dist/deepkit/schemas/reflection.cjs +0 -5368
- package/dist/deepkit/schemas/reflection.mjs +0 -5365
- package/dist/deepkit/schemas/reflection2.cjs +0 -4112
- package/dist/deepkit/schemas/reflection2.mjs +0 -4110
- package/dist/deepkit/src/capnp.cjs +0 -1692
- package/dist/deepkit/src/capnp.mjs +0 -1690
- package/dist/deepkit/src/esbuild-plugin.cjs +0 -99
- package/dist/deepkit/src/esbuild-plugin.mjs +0 -98
- package/dist/deepkit/src/reflect-type.cjs +0 -40
- package/dist/deepkit/src/reflect-type.mjs +0 -38
- package/dist/deepkit/src/resolve-reflections.cjs +0 -23
- package/dist/deepkit/src/resolve-reflections.mjs +0 -22
- package/dist/deepkit/src/transformer.cjs +0 -92
- package/dist/deepkit/src/transformer.mjs +0 -89
- package/dist/deepkit/src/transpile.cjs +0 -39
- package/dist/deepkit/src/transpile.mjs +0 -37
- package/dist/deepkit/src/types.cjs +0 -22
- package/dist/deepkit/src/types.mjs +0 -21
- package/dist/deepkit/src/utilities.cjs +0 -182
- package/dist/deepkit/src/utilities.mjs +0 -181
- package/dist/plugin-alloy/src/core/components/output.cjs +0 -45
- package/dist/plugin-alloy/src/core/components/output.mjs +0 -44
- package/dist/plugin-alloy/src/core/components/single-line-comment.cjs +0 -22
- package/dist/plugin-alloy/src/core/components/single-line-comment.mjs +0 -21
- package/dist/plugin-alloy/src/core/components/source-file.cjs +0 -64
- package/dist/plugin-alloy/src/core/components/source-file.mjs +0 -62
- package/dist/plugin-alloy/src/core/contexts/context.cjs +0 -136
- package/dist/plugin-alloy/src/core/contexts/context.mjs +0 -128
- package/dist/plugin-alloy/src/core/contexts/index.cjs +0 -2
- package/dist/plugin-alloy/src/core/contexts/index.mjs +0 -4
- package/dist/plugin-alloy/src/core/contexts/reflection.cjs +0 -110
- package/dist/plugin-alloy/src/core/contexts/reflection.mjs +0 -101
- package/dist/plugin-alloy/src/helpers/refkey.cjs +0 -23
- package/dist/plugin-alloy/src/helpers/refkey.mjs +0 -22
- package/dist/plugin-alloy/src/index.cjs +0 -106
- package/dist/plugin-alloy/src/index.mjs +0 -104
- package/dist/plugin-alloy/src/markdown/components/markdown-file.cjs +0 -115
- package/dist/plugin-alloy/src/markdown/components/markdown-file.mjs +0 -114
- package/dist/plugin-alloy/src/markdown/components/markdown-table.cjs +0 -39
- package/dist/plugin-alloy/src/markdown/components/markdown-table.mjs +0 -38
- package/dist/plugin-alloy/src/markdown/contexts/markdown-table.cjs +0 -72
- package/dist/plugin-alloy/src/markdown/contexts/markdown-table.mjs +0 -71
- package/dist/plugin-alloy/src/types/components.cjs +0 -22
- package/dist/plugin-alloy/src/types/components.mjs +0 -21
- package/dist/plugin-alloy/src/types/plugin.cjs +0 -55
- package/dist/plugin-alloy/src/types/plugin.mjs +0 -52
- package/dist/plugin-alloy/src/typescript/components/builtin-file.cjs +0 -57
- package/dist/plugin-alloy/src/typescript/components/builtin-file.mjs +0 -56
- package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.cjs +0 -126
- package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.mjs +0 -124
- package/dist/plugin-alloy/src/typescript/components/tsdoc.cjs +0 -442
- package/dist/plugin-alloy/src/typescript/components/tsdoc.mjs +0 -433
- package/dist/plugin-alloy/src/typescript/components/typescript-file.cjs +0 -212
- package/dist/plugin-alloy/src/typescript/components/typescript-file.mjs +0 -209
- package/dist/plugin-alloy/src/typescript/components/typescript-interface.cjs +0 -68
- package/dist/plugin-alloy/src/typescript/components/typescript-interface.mjs +0 -67
- package/dist/plugin-alloy/src/typescript/components/typescript-object.cjs +0 -124
- package/dist/plugin-alloy/src/typescript/components/typescript-object.mjs +0 -123
- package/dist/plugin-automd/src/index.cjs +0 -127
- package/dist/plugin-automd/src/index.mjs +0 -124
- package/dist/plugin-automd/src/types/plugin.cjs +0 -47
- package/dist/plugin-automd/src/types/plugin.mjs +0 -47
- package/dist/plugin-automd/src/types/toc.cjs +0 -26
- package/dist/plugin-automd/src/types/toc.mjs +0 -25
- package/dist/plugin-babel/src/helpers/ast-utils.cjs +0 -74
- package/dist/plugin-babel/src/helpers/ast-utils.mjs +0 -70
- package/dist/plugin-babel/src/helpers/create-plugin.cjs +0 -71
- package/dist/plugin-babel/src/helpers/create-plugin.mjs +0 -69
- package/dist/plugin-babel/src/helpers/filters.cjs +0 -158
- package/dist/plugin-babel/src/helpers/filters.mjs +0 -154
- package/dist/plugin-babel/src/helpers/index.cjs +0 -5
- package/dist/plugin-babel/src/helpers/index.mjs +0 -7
- package/dist/plugin-babel/src/helpers/module-helpers.cjs +0 -200
- package/dist/plugin-babel/src/helpers/module-helpers.mjs +0 -192
- package/dist/plugin-babel/src/helpers/options.cjs +0 -74
- package/dist/plugin-babel/src/helpers/options.mjs +0 -71
- package/dist/plugin-babel/src/index.cjs +0 -131
- package/dist/plugin-babel/src/index.mjs +0 -129
- package/dist/plugin-babel/src/types/plugin.cjs +0 -42
- package/dist/plugin-babel/src/types/plugin.mjs +0 -39
- package/dist/powerlines/src/internal/helpers/hooks.cjs +0 -137
- package/dist/powerlines/src/internal/helpers/hooks.mjs +0 -135
- package/dist/powerlines/src/lib/build/esbuild.cjs +0 -161
- package/dist/powerlines/src/lib/build/esbuild.mjs +0 -159
- package/dist/powerlines/src/lib/entry.cjs +0 -203
- package/dist/powerlines/src/lib/entry.mjs +0 -201
- package/dist/powerlines/src/lib/logger.cjs +0 -108
- package/dist/powerlines/src/lib/logger.mjs +0 -106
- package/dist/powerlines/src/lib/utilities/bundle.cjs +0 -67
- package/dist/powerlines/src/lib/utilities/bundle.mjs +0 -66
- package/dist/powerlines/src/lib/utilities/resolve.cjs +0 -49
- package/dist/powerlines/src/lib/utilities/resolve.mjs +0 -48
- package/dist/powerlines/src/plugin-utils/paths.cjs +0 -46
- package/dist/powerlines/src/plugin-utils/paths.mjs +0 -45
- package/dist/powerlines/src/types/api.cjs +0 -62
- package/dist/powerlines/src/types/api.mjs +0 -62
- package/dist/powerlines/src/types/babel.cjs +0 -156
- package/dist/powerlines/src/types/babel.mjs +0 -147
- package/dist/powerlines/src/types/build.cjs +0 -127
- package/dist/powerlines/src/types/build.mjs +0 -121
- package/dist/powerlines/src/types/commands.cjs +0 -16
- package/dist/powerlines/src/types/commands.mjs +0 -15
- package/dist/powerlines/src/types/config.cjs +0 -413
- package/dist/powerlines/src/types/config.mjs +0 -391
- package/dist/powerlines/src/types/context.cjs +0 -381
- package/dist/powerlines/src/types/context.mjs +0 -364
- package/dist/powerlines/src/types/fs.cjs +0 -78
- package/dist/powerlines/src/types/fs.mjs +0 -75
- package/dist/powerlines/src/types/hooks.cjs +0 -71
- package/dist/powerlines/src/types/hooks.mjs +0 -68
- package/dist/powerlines/src/types/index.cjs +0 -11
- package/dist/powerlines/src/types/index.mjs +0 -13
- package/dist/powerlines/src/types/plugin.cjs +0 -184
- package/dist/powerlines/src/types/plugin.mjs +0 -178
- package/dist/powerlines/src/types/resolved.cjs +0 -153
- package/dist/powerlines/src/types/resolved.mjs +0 -148
- package/dist/powerlines/src/types/unplugin.cjs +0 -47
- package/dist/powerlines/src/types/unplugin.mjs +0 -46
- /package/dist/{deepkit → packages/deepkit}/schemas/reflection.d.mts +0 -0
- /package/dist/{deepkit → packages/deepkit}/src/types.d.mts +0 -0
- /package/dist/{plugin-alloy → packages/plugin-alloy}/src/core/components/source-file.d.mts +0 -0
- /package/dist/{plugin-alloy → packages/plugin-alloy}/src/types/index.d.mts +0 -0
- /package/dist/{plugin-alloy → packages/plugin-alloy}/src/types/plugin.d.mts +0 -0
- /package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/builtin-file.d.mts +0 -0
- /package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/tsdoc.d.mts +0 -0
- /package/dist/{plugin-automd → packages/plugin-automd}/src/types/plugin.d.mts +0 -0
- /package/dist/{plugin-automd → packages/plugin-automd}/src/types/toc.d.mts +0 -0
- /package/dist/{plugin-babel → packages/plugin-babel}/src/types/index.d.mts +0 -0
- /package/dist/{plugin-babel → packages/plugin-babel}/src/types/plugin.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/internal/helpers/hooks.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/api.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/babel.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/commands.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/context.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/fs.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/hooks.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/index.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/plugin.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/resolved.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/unplugin.d.mts +0 -0
|
@@ -1,391 +0,0 @@
|
|
|
1
|
-
import { __ΩStoragePort, __ΩStoragePreset } from "./fs.mjs";
|
|
2
|
-
|
|
3
|
-
//#region ../powerlines/src/types/config.ts
|
|
4
|
-
const __ΩPartial = [
|
|
5
|
-
"T",
|
|
6
|
-
"Partial",
|
|
7
|
-
"l+e#!e\"!fRb!Pde\"!gN#\"w\"y"
|
|
8
|
-
];
|
|
9
|
-
const __ΩRequired = [
|
|
10
|
-
"T",
|
|
11
|
-
"Required",
|
|
12
|
-
"l+e#!e\"!fRb!Pde\"!gN##w\"y"
|
|
13
|
-
];
|
|
14
|
-
const __ΩPick = [
|
|
15
|
-
"T",
|
|
16
|
-
"K",
|
|
17
|
-
"Pick",
|
|
18
|
-
"l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
|
|
19
|
-
];
|
|
20
|
-
const __ΩParameters = [
|
|
21
|
-
"T",
|
|
22
|
-
"args",
|
|
23
|
-
"",
|
|
24
|
-
"Parameters",
|
|
25
|
-
"l>e\"!R!RPde#!Ph\"!@2\"\"/#qk#'QRb!Pde\"!p)w$y"
|
|
26
|
-
];
|
|
27
|
-
const __ΩRecord = [
|
|
28
|
-
"K",
|
|
29
|
-
"T",
|
|
30
|
-
"Record",
|
|
31
|
-
"l'e#\"Rb!b\"Pde\"!N#!w#y"
|
|
32
|
-
];
|
|
33
|
-
const __ΩOmit = [
|
|
34
|
-
"T",
|
|
35
|
-
"K",
|
|
36
|
-
() => __ΩPick,
|
|
37
|
-
() => __ΩExclude,
|
|
38
|
-
"Omit",
|
|
39
|
-
"b!b\"e!!e!!ge!\"o$#o##w%y"
|
|
40
|
-
];
|
|
41
|
-
const __ΩExclude = [
|
|
42
|
-
"T",
|
|
43
|
-
"U",
|
|
44
|
-
"Exclude",
|
|
45
|
-
"l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
|
|
46
|
-
];
|
|
47
|
-
const __ΩLogFn = [
|
|
48
|
-
"LogLevelLabel",
|
|
49
|
-
"type",
|
|
50
|
-
"args",
|
|
51
|
-
"",
|
|
52
|
-
"LogFn",
|
|
53
|
-
"P\"w!2\"&@2#$/$w%y"
|
|
54
|
-
];
|
|
55
|
-
const __ΩWorkspaceConfig = [
|
|
56
|
-
() => __ΩPartial,
|
|
57
|
-
"StormWorkspaceConfig",
|
|
58
|
-
() => __ΩRequired,
|
|
59
|
-
() => __ΩPick,
|
|
60
|
-
"workspaceRoot",
|
|
61
|
-
"WorkspaceConfig",
|
|
62
|
-
"P\"w\"o!\"\"w\".%o$#o#\"Kw&y"
|
|
63
|
-
];
|
|
64
|
-
const __ΩPluginFactory = [
|
|
65
|
-
"PluginContext",
|
|
66
|
-
"TContext",
|
|
67
|
-
"TOptions",
|
|
68
|
-
"options",
|
|
69
|
-
"",
|
|
70
|
-
"PluginFactory",
|
|
71
|
-
"\"w!c\"\"c#Pe\"\"2$!/%w&y"
|
|
72
|
-
];
|
|
73
|
-
const __ΩPluginConfigTuple = [
|
|
74
|
-
"PluginContext",
|
|
75
|
-
"TContext",
|
|
76
|
-
"TOptions",
|
|
77
|
-
() => __ΩPluginFactory,
|
|
78
|
-
"Plugin",
|
|
79
|
-
"PluginConfigTuple",
|
|
80
|
-
"\"w!c\"\"c#PPP&e$!e$\"o$#Je#\"GP\"w%GJw&y"
|
|
81
|
-
];
|
|
82
|
-
const __ΩPluginConfigObject = [
|
|
83
|
-
"PluginContext",
|
|
84
|
-
"TContext",
|
|
85
|
-
"TOptions",
|
|
86
|
-
() => __ΩPluginFactory,
|
|
87
|
-
"plugin",
|
|
88
|
-
"options",
|
|
89
|
-
"Plugin",
|
|
90
|
-
"PluginConfigObject",
|
|
91
|
-
"\"w!c\"\"c#PPP&e$!e$\"o$#J4%e#\"4&MP\"w'4%!4&8MJw(y"
|
|
92
|
-
];
|
|
93
|
-
const __ΩPluginConfig = [
|
|
94
|
-
"PluginContext",
|
|
95
|
-
"TContext",
|
|
96
|
-
() => __ΩPluginFactory,
|
|
97
|
-
"Plugin",
|
|
98
|
-
() => __ΩPluginConfigTuple,
|
|
99
|
-
() => __ΩPluginConfigObject,
|
|
100
|
-
0,
|
|
101
|
-
0,
|
|
102
|
-
"PluginConfig",
|
|
103
|
-
"\"w!c\"P&e\"!$o##\"w$e\"!o%\"e\"!o&\"e\"!o'\"`e\"!o(\"FJw)y"
|
|
104
|
-
];
|
|
105
|
-
const __ΩProjectType = [
|
|
106
|
-
"application",
|
|
107
|
-
"library",
|
|
108
|
-
"ProjectType",
|
|
109
|
-
"P.!.\"Jw#y"
|
|
110
|
-
];
|
|
111
|
-
const __ΩBabelUserConfig = [
|
|
112
|
-
() => __ΩParameters,
|
|
113
|
-
() => transformAsync,
|
|
114
|
-
1,
|
|
115
|
-
"BabelTransformPluginOptions",
|
|
116
|
-
"plugins",
|
|
117
|
-
"The Babel plugins to be used during the build process",
|
|
118
|
-
"presets",
|
|
119
|
-
"The Babel presets to be used during the build process",
|
|
120
|
-
"BabelUserConfig",
|
|
121
|
-
"Pi\"o!\".#fP\"w$F4%8?&\"w$F4'8?(MKw)y"
|
|
122
|
-
];
|
|
123
|
-
const __ΩDeployConfig = [
|
|
124
|
-
"variant",
|
|
125
|
-
"The deployment variant being used by the Powerlines engine.",
|
|
126
|
-
"DeployConfig",
|
|
127
|
-
"P&4!8?\"Mw#y"
|
|
128
|
-
];
|
|
129
|
-
const __ΩOutputConfig = [
|
|
130
|
-
"outputPath",
|
|
131
|
-
"dist/\\{projectRoot\\}",
|
|
132
|
-
"The path to output the final compiled files to",
|
|
133
|
-
"buildPath",
|
|
134
|
-
"\\{projectRoot\\}/dist",
|
|
135
|
-
"The output directory path for the project build.",
|
|
136
|
-
"artifactsPath",
|
|
137
|
-
"\\{projectRoot\\}/.powerlines",
|
|
138
|
-
"The folder where the generated runtime artifacts will be located",
|
|
139
|
-
false,
|
|
140
|
-
"dts",
|
|
141
|
-
"\\{projectRoot\\}/powerlines.d.ts",
|
|
142
|
-
"The path of the generated runtime declaration file relative to the workspace root.",
|
|
143
|
-
"builtinPrefix",
|
|
144
|
-
"powerlines",
|
|
145
|
-
"A prefix to use for identifying builtin modules",
|
|
146
|
-
"format",
|
|
147
|
-
"esm",
|
|
148
|
-
"The module format of the output files",
|
|
149
|
-
"assets",
|
|
150
|
-
"A list of assets to copy to the output directory",
|
|
151
|
-
() => __ΩStoragePort,
|
|
152
|
-
() => __ΩStoragePreset,
|
|
153
|
-
"storage",
|
|
154
|
-
"virtual",
|
|
155
|
-
"A string preset or a custom {@link StoragePort} to provide fine-grained control over generated/output file storage.",
|
|
156
|
-
"OutputConfig",
|
|
157
|
-
"P&4!8>\"?#&4$8>%?&&4'8>(?)P&.*J4+8>,?-&4.8>/?0P!!FJ418>2?3P&!JF448?5Pn6n7J488>9?:Mw;y"
|
|
158
|
-
];
|
|
159
|
-
const __ΩBaseConfig = [
|
|
160
|
-
"entry",
|
|
161
|
-
"The entry point(s) for the application",
|
|
162
|
-
() => __ΩOutputConfig,
|
|
163
|
-
"output",
|
|
164
|
-
"Configuration for the output of the build process",
|
|
165
|
-
() => __ΩRecord,
|
|
166
|
-
false,
|
|
167
|
-
"clean",
|
|
168
|
-
"Configuration for cleaning the build artifacts",
|
|
169
|
-
() => __ΩRecord,
|
|
170
|
-
false,
|
|
171
|
-
"lint",
|
|
172
|
-
"Configuration for linting the source code",
|
|
173
|
-
() => __ΩRecord,
|
|
174
|
-
false,
|
|
175
|
-
"test",
|
|
176
|
-
"Configuration for testing the source code",
|
|
177
|
-
() => __ΩRecord,
|
|
178
|
-
"transform",
|
|
179
|
-
"Configuration for the transformation of the source code",
|
|
180
|
-
"BuildConfig",
|
|
181
|
-
"build",
|
|
182
|
-
"Configuration provided to build processes",
|
|
183
|
-
() => __ΩRecord,
|
|
184
|
-
"docs",
|
|
185
|
-
"Configuration for documentation generation",
|
|
186
|
-
() => __ΩDeployConfig,
|
|
187
|
-
false,
|
|
188
|
-
"deploy",
|
|
189
|
-
"Configuration for deploying the source code",
|
|
190
|
-
"tsconfig",
|
|
191
|
-
"\\{projectRoot\\}/tsconfig.json",
|
|
192
|
-
"The path to the tsconfig file to be used by the compiler",
|
|
193
|
-
"TSConfig",
|
|
194
|
-
"tsconfigRaw",
|
|
195
|
-
"The raw {@link TSConfig} object to be used by the compiler. This object will be merged with the `tsconfig.json` file.",
|
|
196
|
-
"BaseConfig",
|
|
197
|
-
"PP!!FJ4!8?\"n#4$8?%P&\"o&#.'J4(8?)P&\"o*#.+J4,8?-P&\"o.#./J408?1&\"o2#438?4\"w5468?7&\"o8#498?:Pn;.<J4=8?>&4?8>@?A\"wB4C8?DMwEy"
|
|
198
|
-
];
|
|
199
|
-
const __ΩEnvironmentConfig = [
|
|
200
|
-
() => __ΩBaseConfig,
|
|
201
|
-
"PreviewOptions",
|
|
202
|
-
"preview",
|
|
203
|
-
"Configuration options for the preview server",
|
|
204
|
-
"ssr",
|
|
205
|
-
"A flag indicating whether the build is for a Server-Side Rendering environment.",
|
|
206
|
-
"client",
|
|
207
|
-
"server",
|
|
208
|
-
"consumer",
|
|
209
|
-
"server\" (if it isn't the client environment)",
|
|
210
|
-
"Define if this environment is used for Server-Side Rendering",
|
|
211
|
-
"EnvironmentConfig",
|
|
212
|
-
"Pn!\"w\"4#8?$)4%8?&P.'.(J4)8>*?+Mw,y"
|
|
213
|
-
];
|
|
214
|
-
const __ΩCommonUserConfig = [
|
|
215
|
-
() => __ΩBaseConfig,
|
|
216
|
-
"name",
|
|
217
|
-
"The name of the project",
|
|
218
|
-
"title",
|
|
219
|
-
"The project display title",
|
|
220
|
-
"description",
|
|
221
|
-
"A description of the project",
|
|
222
|
-
"organization",
|
|
223
|
-
"The organization or author of the project",
|
|
224
|
-
"compatibilityDate",
|
|
225
|
-
"The date to use for compatibility checks",
|
|
226
|
-
"LogLevelLabel",
|
|
227
|
-
"logLevel",
|
|
228
|
-
"info",
|
|
229
|
-
"The log level to use for the Powerlines processes.",
|
|
230
|
-
() => __ΩLogFn,
|
|
231
|
-
"customLogger",
|
|
232
|
-
"A custom logger function to use for logging messages",
|
|
233
|
-
"development",
|
|
234
|
-
"test",
|
|
235
|
-
"production",
|
|
236
|
-
"mode",
|
|
237
|
-
"production",
|
|
238
|
-
"Explicitly set a mode to run in. This mode will be used at various points throughout the Powerlines processes, such as when compiling the source code.",
|
|
239
|
-
() => __ΩProjectType,
|
|
240
|
-
"type",
|
|
241
|
-
"application",
|
|
242
|
-
"The type of project being built",
|
|
243
|
-
"root",
|
|
244
|
-
"The root directory of the project",
|
|
245
|
-
"sourceRoot",
|
|
246
|
-
"\\{root\\}/src",
|
|
247
|
-
"The root directory of the project's source code",
|
|
248
|
-
"configFile",
|
|
249
|
-
"A path to a custom configuration file to be used instead of the default `storm.json`, `powerlines.config.js`, or `powerlines.config.ts` files.",
|
|
250
|
-
"skipInstalls",
|
|
251
|
-
true,
|
|
252
|
-
"Should the Powerlines CLI processes skip installing missing packages?",
|
|
253
|
-
"skipCache",
|
|
254
|
-
"Should the compiler processes skip any improvements that make use of cache?",
|
|
255
|
-
() => __ΩPluginConfig,
|
|
256
|
-
"plugins",
|
|
257
|
-
"A list of resolvable paths to plugins used during the build process",
|
|
258
|
-
() => __ΩRecord,
|
|
259
|
-
() => __ΩEnvironmentConfig,
|
|
260
|
-
"environments",
|
|
261
|
-
"Environment-specific configurations",
|
|
262
|
-
"singleBuild",
|
|
263
|
-
"Should a single `build` process be ran for each environment?",
|
|
264
|
-
"framework",
|
|
265
|
-
"powerlines",
|
|
266
|
-
"A string identifier that allows a child framework or tool to identify itself when using Powerlines.",
|
|
267
|
-
"CommonUserConfig",
|
|
268
|
-
"Pn!&4\"8?#&4$8?%&4&8?'&4(8?)!4*8?+P\"w,,J4-8>.?/n0418?2P.3.4.5J468>7?8n94:8>;?<&4=?>&4?8>@?A&4B8?C)4D8>E?F)4G8>E?H\"oI\"F4J8?K&nMoL#4N8?O)4P8>E?Q&4R8>S?TMwUy"
|
|
269
|
-
];
|
|
270
|
-
const __ΩUserConfig = [
|
|
271
|
-
"BuildConfig",
|
|
272
|
-
"TBuildConfig",
|
|
273
|
-
"BuildResolvedConfig",
|
|
274
|
-
"TBuildResolvedConfig",
|
|
275
|
-
"TBuildVariant",
|
|
276
|
-
() => __ΩOmit,
|
|
277
|
-
() => __ΩCommonUserConfig,
|
|
278
|
-
"build",
|
|
279
|
-
() => __ΩOmit,
|
|
280
|
-
"override",
|
|
281
|
-
"variant",
|
|
282
|
-
"The build variant being used by the Powerlines engine.",
|
|
283
|
-
() => __ΩPartial,
|
|
284
|
-
"override",
|
|
285
|
-
"An optional set of override options to apply to the selected build variant.",
|
|
286
|
-
"build",
|
|
287
|
-
"Configuration provided to build processes",
|
|
288
|
-
"UserConfig",
|
|
289
|
-
"\"w!c\"\"w#c$\"c%Pn'.(o&#Pe#!.*o)#Pe$#4+8?,e$\"o-\"4.8?/MK40?1Mw2y"
|
|
290
|
-
];
|
|
291
|
-
const __ΩPowerlinesCommand = [
|
|
292
|
-
"new",
|
|
293
|
-
"prepare",
|
|
294
|
-
"build",
|
|
295
|
-
"lint",
|
|
296
|
-
"test",
|
|
297
|
-
"docs",
|
|
298
|
-
"deploy",
|
|
299
|
-
"clean",
|
|
300
|
-
"PowerlinesCommand",
|
|
301
|
-
"P.!.\".#.$.%.&.'.(Jw)y"
|
|
302
|
-
];
|
|
303
|
-
const __ΩInlineConfig = [
|
|
304
|
-
() => __ΩUserConfig,
|
|
305
|
-
"TUserConfig",
|
|
306
|
-
() => __ΩPartial,
|
|
307
|
-
() => __ΩPowerlinesCommand,
|
|
308
|
-
"command",
|
|
309
|
-
"A string identifier for the Powerlines command being executed",
|
|
310
|
-
"InlineConfig",
|
|
311
|
-
"n!c\"Pe\"!o#\"Pn$4%?&MKw'y"
|
|
312
|
-
];
|
|
313
|
-
const __ΩNewInlineConfig = [
|
|
314
|
-
() => __ΩUserConfig,
|
|
315
|
-
"TUserConfig",
|
|
316
|
-
() => __ΩInlineConfig,
|
|
317
|
-
() => __ΩRequired,
|
|
318
|
-
() => __ΩPick,
|
|
319
|
-
() => __ΩInlineConfig,
|
|
320
|
-
"root",
|
|
321
|
-
"new",
|
|
322
|
-
"command",
|
|
323
|
-
"A string identifier for the Powerlines command being executed",
|
|
324
|
-
"packageName",
|
|
325
|
-
"The package name (from the \\`package.json\\`) for the project that will be used in the \\`new\\` command to create a new project based on this configuration",
|
|
326
|
-
"NewInlineConfig",
|
|
327
|
-
"n!c\"Pe\"!o#\"e\"!o&\".'o%#o$\"P.(4)?*&4+8?,MKw-y"
|
|
328
|
-
];
|
|
329
|
-
const __ΩCleanInlineConfig = [
|
|
330
|
-
() => __ΩUserConfig,
|
|
331
|
-
"TUserConfig",
|
|
332
|
-
() => __ΩInlineConfig,
|
|
333
|
-
"clean",
|
|
334
|
-
"command",
|
|
335
|
-
"A string identifier for the Powerlines command being executed",
|
|
336
|
-
"CleanInlineConfig",
|
|
337
|
-
"n!c\"Pe\"!o#\"P.$4%?&MKw'y"
|
|
338
|
-
];
|
|
339
|
-
const __ΩPrepareInlineConfig = [
|
|
340
|
-
() => __ΩUserConfig,
|
|
341
|
-
"TUserConfig",
|
|
342
|
-
() => __ΩInlineConfig,
|
|
343
|
-
"prepare",
|
|
344
|
-
"command",
|
|
345
|
-
"A string identifier for the Powerlines command being executed",
|
|
346
|
-
"PrepareInlineConfig",
|
|
347
|
-
"n!c\"Pe\"!o#\"P.$4%?&MKw'y"
|
|
348
|
-
];
|
|
349
|
-
const __ΩBuildInlineConfig = [
|
|
350
|
-
() => __ΩUserConfig,
|
|
351
|
-
"TUserConfig",
|
|
352
|
-
() => __ΩInlineConfig,
|
|
353
|
-
"build",
|
|
354
|
-
"command",
|
|
355
|
-
"A string identifier for the Powerlines command being executed",
|
|
356
|
-
"BuildInlineConfig",
|
|
357
|
-
"n!c\"Pe\"!o#\"P.$4%?&MKw'y"
|
|
358
|
-
];
|
|
359
|
-
const __ΩLintInlineConfig = [
|
|
360
|
-
() => __ΩUserConfig,
|
|
361
|
-
"TUserConfig",
|
|
362
|
-
() => __ΩInlineConfig,
|
|
363
|
-
"lint",
|
|
364
|
-
"command",
|
|
365
|
-
"A string identifier for the Powerlines command being executed",
|
|
366
|
-
"LintInlineConfig",
|
|
367
|
-
"n!c\"Pe\"!o#\"P.$4%?&MKw'y"
|
|
368
|
-
];
|
|
369
|
-
const __ΩDocsInlineConfig = [
|
|
370
|
-
() => __ΩUserConfig,
|
|
371
|
-
"TUserConfig",
|
|
372
|
-
() => __ΩInlineConfig,
|
|
373
|
-
"docs",
|
|
374
|
-
"command",
|
|
375
|
-
"A string identifier for the Powerlines command being executed",
|
|
376
|
-
"DocsInlineConfig",
|
|
377
|
-
"n!c\"Pe\"!o#\"P.$4%?&MKw'y"
|
|
378
|
-
];
|
|
379
|
-
const __ΩDeployInlineConfig = [
|
|
380
|
-
() => __ΩUserConfig,
|
|
381
|
-
"TUserConfig",
|
|
382
|
-
() => __ΩInlineConfig,
|
|
383
|
-
"deploy",
|
|
384
|
-
"command",
|
|
385
|
-
"A string identifier for the Powerlines command being executed",
|
|
386
|
-
"DeployInlineConfig",
|
|
387
|
-
"n!c\"Pe\"!o#\"P.$4%?&MKw'y"
|
|
388
|
-
];
|
|
389
|
-
|
|
390
|
-
//#endregion
|
|
391
|
-
export { __ΩBabelUserConfig, __ΩBaseConfig, __ΩBuildInlineConfig, __ΩCleanInlineConfig, __ΩCommonUserConfig, __ΩDeployConfig, __ΩDeployInlineConfig, __ΩDocsInlineConfig, __ΩEnvironmentConfig, __ΩInlineConfig, __ΩLintInlineConfig, __ΩLogFn, __ΩNewInlineConfig, __ΩOutputConfig, __ΩPluginConfig, __ΩPluginConfigObject, __ΩPluginConfigTuple, __ΩPluginFactory, __ΩPowerlinesCommand, __ΩPrepareInlineConfig, __ΩProjectType, __ΩUserConfig, __ΩWorkspaceConfig };
|