@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,364 +0,0 @@
|
|
|
1
|
-
//#region ../powerlines/src/types/context.ts
|
|
2
|
-
const __ΩOmit = [
|
|
3
|
-
"T",
|
|
4
|
-
"K",
|
|
5
|
-
() => __ΩPick,
|
|
6
|
-
() => __ΩExclude,
|
|
7
|
-
"Omit",
|
|
8
|
-
"b!b\"e!!e!!ge!\"o$#o##w%y"
|
|
9
|
-
];
|
|
10
|
-
const __ΩParameters = [
|
|
11
|
-
"T",
|
|
12
|
-
"args",
|
|
13
|
-
"",
|
|
14
|
-
"Parameters",
|
|
15
|
-
"l>e\"!R!RPde#!Ph\"!@2\"\"/#qk#'QRb!Pde\"!p)w$y"
|
|
16
|
-
];
|
|
17
|
-
const __ΩRequired = [
|
|
18
|
-
"T",
|
|
19
|
-
"Required",
|
|
20
|
-
"l+e#!e\"!fRb!Pde\"!gN##w\"y"
|
|
21
|
-
];
|
|
22
|
-
const __ΩPick = [
|
|
23
|
-
"T",
|
|
24
|
-
"K",
|
|
25
|
-
"Pick",
|
|
26
|
-
"l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
|
|
27
|
-
];
|
|
28
|
-
const __ΩRecord = [
|
|
29
|
-
"K",
|
|
30
|
-
"T",
|
|
31
|
-
"Record",
|
|
32
|
-
"l'e#\"Rb!b\"Pde\"!N#!w#y"
|
|
33
|
-
];
|
|
34
|
-
const __ΩExclude = [
|
|
35
|
-
"T",
|
|
36
|
-
"U",
|
|
37
|
-
"Exclude",
|
|
38
|
-
"l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
|
|
39
|
-
];
|
|
40
|
-
const __ΩLogLevel = [
|
|
41
|
-
"debug",
|
|
42
|
-
"info",
|
|
43
|
-
"warning",
|
|
44
|
-
"error",
|
|
45
|
-
"fatal",
|
|
46
|
-
"LogLevel",
|
|
47
|
-
"P.!.\".#.$.%Jw&y"
|
|
48
|
-
];
|
|
49
|
-
const __ΩMetaInfo = [
|
|
50
|
-
"checksum",
|
|
51
|
-
"The checksum generated from the resolved options",
|
|
52
|
-
"buildId",
|
|
53
|
-
"The build id",
|
|
54
|
-
"releaseId",
|
|
55
|
-
"The release id",
|
|
56
|
-
"timestamp",
|
|
57
|
-
"The build timestamp",
|
|
58
|
-
"projectRootHash",
|
|
59
|
-
"A hash that represents the path to the project root directory",
|
|
60
|
-
"configHash",
|
|
61
|
-
"MetaInfo",
|
|
62
|
-
"P&4!?\"&4#?$&4%?&'4'?(&4)?*&4+?*Mw,y"
|
|
63
|
-
];
|
|
64
|
-
const __ΩResolver = [
|
|
65
|
-
"plugin",
|
|
66
|
-
"Resolver",
|
|
67
|
-
"P!!4!Mw\"y"
|
|
68
|
-
];
|
|
69
|
-
const __ΩTransformResult = [
|
|
70
|
-
"code",
|
|
71
|
-
"map",
|
|
72
|
-
"TransformResult",
|
|
73
|
-
"P&4!P!,J4\"Mw#y"
|
|
74
|
-
];
|
|
75
|
-
const __ΩSelectHooksOptions = [
|
|
76
|
-
"pre",
|
|
77
|
-
"post",
|
|
78
|
-
"normal",
|
|
79
|
-
"order",
|
|
80
|
-
"SelectHooksOptions",
|
|
81
|
-
"PP.!.\".#J4$8Mw%y"
|
|
82
|
-
];
|
|
83
|
-
const __ΩInitContextOptions = [
|
|
84
|
-
"isHighPriority",
|
|
85
|
-
true,
|
|
86
|
-
"If false, the plugin will be loaded after all other plugins.",
|
|
87
|
-
"Options for initializing or updating the context with new configuration values",
|
|
88
|
-
"InitContextOptions",
|
|
89
|
-
"P)4!>\"?#M?$w%y"
|
|
90
|
-
];
|
|
91
|
-
const __ΩFetchOptions = [
|
|
92
|
-
"skipCache",
|
|
93
|
-
"An indicator specifying that the request should bypass any caching",
|
|
94
|
-
"Options for fetch requests made via the context's {@link Context.fetch} method",
|
|
95
|
-
"FetchOptions",
|
|
96
|
-
"P!)4!8?\"M?#w$y"
|
|
97
|
-
];
|
|
98
|
-
const __ΩParseOptions = [
|
|
99
|
-
"ParserOptions",
|
|
100
|
-
"allowReturnOutsideFunction",
|
|
101
|
-
"When true this allows return statements to be outside functions to e.g. support parsing CommonJS code.",
|
|
102
|
-
"Options for parsing code using [Oxc-Parser](https://github.com/oxc/oxc)",
|
|
103
|
-
"ParseOptions",
|
|
104
|
-
"P\"w!)4\"8?#M?$w%y"
|
|
105
|
-
];
|
|
106
|
-
const __ΩEmitOptions = [
|
|
107
|
-
"WriteOptions",
|
|
108
|
-
"emitWithBundler",
|
|
109
|
-
"If true, will emit the file using {@link UnpluginBuildContext.emitFile | the bundler's emit function}.",
|
|
110
|
-
() => __ΩParameters,
|
|
111
|
-
"emitFile",
|
|
112
|
-
0,
|
|
113
|
-
"needsCodeReference",
|
|
114
|
-
"needsCodeReference",
|
|
115
|
-
() => __ΩParameters,
|
|
116
|
-
"emitFile",
|
|
117
|
-
0,
|
|
118
|
-
"originalFileName",
|
|
119
|
-
"originalFileName",
|
|
120
|
-
"EmitOptions",
|
|
121
|
-
"P\"w!)4\"8?#!.%fo$\".&f.'f4(8!.*fo)\".+f.,f4-8Mw.y"
|
|
122
|
-
];
|
|
123
|
-
const __ΩEmitEntryOptions = [
|
|
124
|
-
() => __ΩEmitOptions,
|
|
125
|
-
() => __ΩOmit,
|
|
126
|
-
"ResolvedEntryTypeDefinition",
|
|
127
|
-
"file",
|
|
128
|
-
"EmitEntryOptions",
|
|
129
|
-
"Pn!\"w#.$o\"#Kw%y"
|
|
130
|
-
];
|
|
131
|
-
const __ΩUnresolvedContext = [
|
|
132
|
-
"ResolvedConfig",
|
|
133
|
-
"TResolvedConfig",
|
|
134
|
-
"WorkspaceConfig",
|
|
135
|
-
"workspaceConfig",
|
|
136
|
-
"The Storm workspace configuration",
|
|
137
|
-
() => __ΩOmit,
|
|
138
|
-
"userConfig",
|
|
139
|
-
"build",
|
|
140
|
-
"output",
|
|
141
|
-
() => __ΩRequired,
|
|
142
|
-
() => __ΩPick,
|
|
143
|
-
"userConfig",
|
|
144
|
-
"build",
|
|
145
|
-
"output",
|
|
146
|
-
"projectRoot",
|
|
147
|
-
"sourceRoot",
|
|
148
|
-
"output",
|
|
149
|
-
"output",
|
|
150
|
-
"config",
|
|
151
|
-
"An object containing the options provided to Powerlines",
|
|
152
|
-
"LogFn",
|
|
153
|
-
"log",
|
|
154
|
-
"A logging function for the Powerlines engine",
|
|
155
|
-
"message",
|
|
156
|
-
"",
|
|
157
|
-
"fatal",
|
|
158
|
-
"A logging function for fatal messages",
|
|
159
|
-
"error",
|
|
160
|
-
"A logging function for error messages",
|
|
161
|
-
"warn",
|
|
162
|
-
"A logging function for warning messages",
|
|
163
|
-
"info",
|
|
164
|
-
"A logging function for informational messages",
|
|
165
|
-
"debug",
|
|
166
|
-
"A logging function for debug messages",
|
|
167
|
-
"trace",
|
|
168
|
-
"A logging function for trace messages",
|
|
169
|
-
() => __ΩMetaInfo,
|
|
170
|
-
"meta",
|
|
171
|
-
"The metadata information",
|
|
172
|
-
() => __ΩMetaInfo,
|
|
173
|
-
"persistedMeta",
|
|
174
|
-
"The metadata information currently written to disk",
|
|
175
|
-
"artifactsPath",
|
|
176
|
-
"The Powerlines artifacts directory",
|
|
177
|
-
"builtinsPath",
|
|
178
|
-
"The path to the Powerlines builtin runtime modules directory",
|
|
179
|
-
"entryPath",
|
|
180
|
-
"The path to the Powerlines entry modules directory",
|
|
181
|
-
"dtsPath",
|
|
182
|
-
"The path to the Powerlines TypeScript declaration files directory",
|
|
183
|
-
"dataPath",
|
|
184
|
-
"The path to a directory where the reflection data buffers (used by the build processes) are stored",
|
|
185
|
-
"cachePath",
|
|
186
|
-
"The path to a directory where the project cache (used by the build processes) is stored",
|
|
187
|
-
"envPaths",
|
|
188
|
-
"The Powerlines environment paths",
|
|
189
|
-
"powerlinesPath",
|
|
190
|
-
"The file system path to the Powerlines package installation",
|
|
191
|
-
"relativeToWorkspaceRoot",
|
|
192
|
-
"The relative path to the Powerlines workspace root directory",
|
|
193
|
-
() => __ΩRecord,
|
|
194
|
-
"packageJson",
|
|
195
|
-
"The project's `package.json` file content",
|
|
196
|
-
() => __ΩRecord,
|
|
197
|
-
"projectJson",
|
|
198
|
-
"The project's `project.json` file content",
|
|
199
|
-
() => __ΩRecord,
|
|
200
|
-
"dependencies",
|
|
201
|
-
"The dependency installations required by the project",
|
|
202
|
-
() => __ΩRecord,
|
|
203
|
-
"devDependencies",
|
|
204
|
-
"The development dependency installations required by the project",
|
|
205
|
-
"ParsedTypeScriptConfig",
|
|
206
|
-
"tsconfig",
|
|
207
|
-
"The parsed TypeScript configuration from the `tsconfig.json` file",
|
|
208
|
-
"ResolvedEntryTypeDefinition",
|
|
209
|
-
"entry",
|
|
210
|
-
"The entry points of the source code",
|
|
211
|
-
"VirtualFileSystemInterface",
|
|
212
|
-
"fs",
|
|
213
|
-
"The virtual file system manager used during the build process to reference generated runtime files",
|
|
214
|
-
() => __ΩResolver,
|
|
215
|
-
"resolver",
|
|
216
|
-
"The Jiti module resolver",
|
|
217
|
-
"builtins",
|
|
218
|
-
"The builtin module id that exist in the Powerlines virtual file system",
|
|
219
|
-
"Project",
|
|
220
|
-
"program",
|
|
221
|
-
"The {@link Project} instance used for type reflection and module manipulation",
|
|
222
|
-
"RequestInfo",
|
|
223
|
-
"input",
|
|
224
|
-
() => __ΩFetchOptions,
|
|
225
|
-
"options",
|
|
226
|
-
"Response",
|
|
227
|
-
"fetch",
|
|
228
|
-
"A function to perform HTTP fetch requests",
|
|
229
|
-
"code",
|
|
230
|
-
() => __ΩParseOptions,
|
|
231
|
-
"ParseResult",
|
|
232
|
-
"parse",
|
|
233
|
-
"Parse code using [Oxc-Parser](https://github.com/oxc/oxc) into an (ESTree-compatible)[https://github.com/estree/estree] AST object.",
|
|
234
|
-
"id",
|
|
235
|
-
"importer",
|
|
236
|
-
"ResolveOptions",
|
|
237
|
-
"resolve",
|
|
238
|
-
"A helper function to resolve modules using the Jiti resolver",
|
|
239
|
-
() => __ΩTransformResult,
|
|
240
|
-
"load",
|
|
241
|
-
"A helper function to load modules using the Jiti resolver",
|
|
242
|
-
"VirtualFile",
|
|
243
|
-
"getBuiltins",
|
|
244
|
-
"The Powerlines builtin virtual files",
|
|
245
|
-
"path",
|
|
246
|
-
() => __ΩEmitOptions,
|
|
247
|
-
"emit",
|
|
248
|
-
"Resolves a file and writes it to the VFS if it does not already exist",
|
|
249
|
-
() => __ΩEmitOptions,
|
|
250
|
-
"emitSync",
|
|
251
|
-
"Synchronously resolves a file and writes it to the VFS if it does not already exist",
|
|
252
|
-
() => __ΩEmitOptions,
|
|
253
|
-
"emitBuiltin",
|
|
254
|
-
"Resolves a builtin virtual file and writes it to the VFS if it does not already exist",
|
|
255
|
-
() => __ΩEmitOptions,
|
|
256
|
-
"emitBuiltinSync",
|
|
257
|
-
"Synchronously resolves a builtin virtual file and writes it to the VFS if it does not already exist",
|
|
258
|
-
() => __ΩEmitEntryOptions,
|
|
259
|
-
"emitEntry",
|
|
260
|
-
"Resolves a entry virtual file and writes it to the VFS if it does not already exist",
|
|
261
|
-
() => __ΩEmitEntryOptions,
|
|
262
|
-
"emitEntrySync",
|
|
263
|
-
"Synchronously resolves a entry virtual file and writes it to the VFS if it does not already exist",
|
|
264
|
-
"UserConfig",
|
|
265
|
-
"userConfig",
|
|
266
|
-
() => __ΩInitContextOptions,
|
|
267
|
-
"withUserConfig",
|
|
268
|
-
"A function to update the context fields using a new user configuration options",
|
|
269
|
-
"InlineConfig",
|
|
270
|
-
"inlineConfig",
|
|
271
|
-
() => __ΩInitContextOptions,
|
|
272
|
-
"withInlineConfig",
|
|
273
|
-
"A function to update the context fields using inline configuration options",
|
|
274
|
-
"name",
|
|
275
|
-
"createLog",
|
|
276
|
-
"Create a new logger instance",
|
|
277
|
-
"extendLog",
|
|
278
|
-
"Extend the current logger instance with a new name",
|
|
279
|
-
"generateChecksum",
|
|
280
|
-
"Generates a checksum representing the current context state",
|
|
281
|
-
"The unresolved Powerlines context.",
|
|
282
|
-
"UnresolvedContext",
|
|
283
|
-
"\"w!c\"P\"w#4$?%Pe#!.'fP.(.)Jo&#e#!.,fP.-..Jo+#o*\"P!4/!40e$!.1f42MK43?4\"w546?7PP&!J28$/94:?;PP&!J28$/94<?=PP&!J28$/94>??PP&!J28$/94@?APP&!J28$/94B?CPP&!J28$/94D?EnF4G?HnI4J8?K&4L?M&4N?O&4P?Q&4R?S&4T?U&4V?W!4X?Y&4Z?[&4\\?]P!&\"o^#K4_?`&\"oa#4b8?c&P&!Jod#4e?f&P&!Jog#4h?i\"wj4k?l\"wmF4n?o\"wp4q?rns4t?u&F4v?w\"wx4y?zP\"w{2|n}2~8\"w`/94?P&2n2~8\"w`/94
?P&2&28\"w2~8P!-J`/94?P&2Pn-J`/94?P\"wF`/94?P&2&2n2~8$`/94?P&2&2n2~8$/94?P&2&2&28n2~8$`/94?P&2&2&28n2~8$/94?P&2&2n2~8$`/94\xA0?¡P&2&2n¢2~8$/94£?¤P\"w¥2¦n§2~8$`/94¨?©P\"wª2«n¬2~8$`/94?®PP&,J2¯\"w5/94°?±P&2¯\"w5/94²?³P&`/94´?µM?¶w·y"
|
|
284
|
-
];
|
|
285
|
-
const __ΩContext = [
|
|
286
|
-
"ResolvedConfig",
|
|
287
|
-
"TResolvedConfig",
|
|
288
|
-
() => __ΩOmit,
|
|
289
|
-
() => __ΩUnresolvedContext,
|
|
290
|
-
"config",
|
|
291
|
-
"config",
|
|
292
|
-
"The fully resolved Powerlines configuration",
|
|
293
|
-
"Context",
|
|
294
|
-
"\"w!c\"Pe\"!o$\".%o##Pe#!4&?'MKw(y"
|
|
295
|
-
];
|
|
296
|
-
const __ΩEnvironmentContextPlugin = [
|
|
297
|
-
"ResolvedConfig",
|
|
298
|
-
"TResolvedConfig",
|
|
299
|
-
"Plugin",
|
|
300
|
-
"plugin",
|
|
301
|
-
() => __ΩPluginContext,
|
|
302
|
-
"context",
|
|
303
|
-
"EnvironmentContextPlugin",
|
|
304
|
-
"\"w!c\"P\"w#4$e\"!o%\"4&Mw'y"
|
|
305
|
-
];
|
|
306
|
-
const __ΩSelectHookResultItem = [
|
|
307
|
-
"TContext",
|
|
308
|
-
"TKey",
|
|
309
|
-
"InferHooksListItem",
|
|
310
|
-
"context",
|
|
311
|
-
"SelectHookResultItem",
|
|
312
|
-
"b!b\"P\"w#Pe#!4$MKw%y"
|
|
313
|
-
];
|
|
314
|
-
const __ΩSelectHookResult = [
|
|
315
|
-
"TContext",
|
|
316
|
-
"TKey",
|
|
317
|
-
() => __ΩSelectHookResultItem,
|
|
318
|
-
"SelectHookResult",
|
|
319
|
-
"b!b\"e!!e!\"o##Fw$y"
|
|
320
|
-
];
|
|
321
|
-
const __ΩEnvironmentContext = [
|
|
322
|
-
"ResolvedConfig",
|
|
323
|
-
"TResolvedConfig",
|
|
324
|
-
() => __ΩContext,
|
|
325
|
-
() => __ΩEnvironmentContextPlugin,
|
|
326
|
-
"plugins",
|
|
327
|
-
"The expected plugins options for the Powerlines project.",
|
|
328
|
-
"Plugin",
|
|
329
|
-
"plugin",
|
|
330
|
-
"",
|
|
331
|
-
"addPlugin",
|
|
332
|
-
"A function to add a plugin to the context and update the configuration options",
|
|
333
|
-
"EnvironmentResolvedConfig",
|
|
334
|
-
"environment",
|
|
335
|
-
"The environment specific resolved configuration",
|
|
336
|
-
"HooksList",
|
|
337
|
-
"hooks",
|
|
338
|
-
"A table holding references to hook functions registered by plugins",
|
|
339
|
-
"key",
|
|
340
|
-
() => __ΩSelectHooksOptions,
|
|
341
|
-
"options",
|
|
342
|
-
() => __ΩSelectHookResult,
|
|
343
|
-
() => __ΩPluginContext,
|
|
344
|
-
"selectHooks",
|
|
345
|
-
"Retrieves the hook handlers for a specific hook name",
|
|
346
|
-
"EnvironmentContext",
|
|
347
|
-
"\"w!c\"Pe\"!o#\"e\"!o$\"F4%?&P\"w'2($`/)4*?+\"w,4-?.\"w/40?1P\"22n3248e#!o6\"\"o5#/)47?8Mw9y"
|
|
348
|
-
];
|
|
349
|
-
const __ΩPluginContext = [
|
|
350
|
-
"ResolvedConfig",
|
|
351
|
-
"TResolvedConfig",
|
|
352
|
-
() => __ΩContext,
|
|
353
|
-
"EnvironmentResolvedConfig",
|
|
354
|
-
"environment",
|
|
355
|
-
"The environment specific resolved configuration",
|
|
356
|
-
"LogFn",
|
|
357
|
-
"logger",
|
|
358
|
-
"An alternative property name for the {@link log} property",
|
|
359
|
-
"PluginContext",
|
|
360
|
-
"\"w!c\"Pe\"!o#\"!\"w$4%?&\"w'4(?)Mw*y"
|
|
361
|
-
];
|
|
362
|
-
|
|
363
|
-
//#endregion
|
|
364
|
-
export { __ΩContext, __ΩEmitEntryOptions, __ΩEmitOptions, __ΩEnvironmentContext, __ΩEnvironmentContextPlugin, __ΩFetchOptions, __ΩInitContextOptions, __ΩLogLevel, __ΩMetaInfo, __ΩParseOptions, __ΩPluginContext, __ΩResolver, __ΩSelectHookResult, __ΩSelectHookResultItem, __ΩSelectHooksOptions, __ΩTransformResult, __ΩUnresolvedContext };
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region ../powerlines/src/types/fs.ts
|
|
3
|
-
const __ΩRecord = [
|
|
4
|
-
"K",
|
|
5
|
-
"T",
|
|
6
|
-
"Record",
|
|
7
|
-
"l'e#\"Rb!b\"Pde\"!N#!w#y"
|
|
8
|
-
];
|
|
9
|
-
const __ΩStoragePreset = [
|
|
10
|
-
"fs",
|
|
11
|
-
"virtual",
|
|
12
|
-
"StoragePreset",
|
|
13
|
-
"P.!.\"Jw#y"
|
|
14
|
-
];
|
|
15
|
-
const __ΩStorageAdapter = [
|
|
16
|
-
"name",
|
|
17
|
-
"A name identifying the storage adapter type.",
|
|
18
|
-
() => __ΩStoragePreset,
|
|
19
|
-
"preset",
|
|
20
|
-
"The storage preset for the adapter.",
|
|
21
|
-
"key",
|
|
22
|
-
"",
|
|
23
|
-
"exists",
|
|
24
|
-
"Checks if a key exists in the storage.",
|
|
25
|
-
"existsSync",
|
|
26
|
-
"Synchronously checks if a key exists in the storage.",
|
|
27
|
-
"get",
|
|
28
|
-
"Read a value associated with a key from the storage.",
|
|
29
|
-
"getSync",
|
|
30
|
-
"Synchronously reads the value associated with a key from the storage.",
|
|
31
|
-
"value",
|
|
32
|
-
"set",
|
|
33
|
-
"Writes a value to the storage for the given key.",
|
|
34
|
-
"setSync",
|
|
35
|
-
"Synchronously writes a value to the storage for the given key.",
|
|
36
|
-
"remove",
|
|
37
|
-
"Removes a value from the storage.",
|
|
38
|
-
"removeSync",
|
|
39
|
-
"Synchronously removes a value from the storage.",
|
|
40
|
-
"dirPath",
|
|
41
|
-
"mkdir",
|
|
42
|
-
"Creates a directory at the specified path.",
|
|
43
|
-
"mkdirSync",
|
|
44
|
-
"Synchronously creates a directory at the specified path.",
|
|
45
|
-
"base",
|
|
46
|
-
"clear",
|
|
47
|
-
"Remove all entries from the storage that match the provided base path.",
|
|
48
|
-
"clearSync",
|
|
49
|
-
"Synchronously remove all entries from the storage that match the provided base path.",
|
|
50
|
-
"list",
|
|
51
|
-
"Lists all keys under the provided base path.",
|
|
52
|
-
"listSync",
|
|
53
|
-
"Synchronously lists all keys under the provided base path.",
|
|
54
|
-
"isDirectory",
|
|
55
|
-
"Checks if the given key is a directory.",
|
|
56
|
-
"isDirectorySync",
|
|
57
|
-
"Synchronously checks if the given key is a directory.",
|
|
58
|
-
"isFile",
|
|
59
|
-
"Checks if the given key is a file.",
|
|
60
|
-
"isFileSync",
|
|
61
|
-
"Synchronously checks if the given key is a file.",
|
|
62
|
-
"dispose",
|
|
63
|
-
"Releases any resources held by the storage adapter.",
|
|
64
|
-
"Interface defining the methods and properties for a storage adapter.",
|
|
65
|
-
"StorageAdapter",
|
|
66
|
-
"P&4!?\"Pn#,J4$8?%P&2&)`/'4(?)P&2&)/'4*?+P&2&P&,J`/'4,?-P&2&P&,J/'4.?/P&2&&20$`/'41?2P&2&&20$/'43?4P&2&$`/'45?6P&2&$/'47?8P&29$`/'4:?;P&29$/'4<?=P&2>8$`/'4??@P&2>8$/'4A?BP&2>8&F`/'4C?DP&2>8&F/'4E?FP&2&)`/'4G?HP&2&)/'4I?JP&2&)`/'4K?LP&2&)/'4M?NP!/'4O?PM?QwRy"
|
|
67
|
-
];
|
|
68
|
-
const __ΩStoragePort = [
|
|
69
|
-
() => __ΩRecord,
|
|
70
|
-
() => __ΩStorageAdapter,
|
|
71
|
-
"StoragePort",
|
|
72
|
-
"&n\"o!#w#y"
|
|
73
|
-
];
|
|
74
|
-
|
|
75
|
-
//#endregion
|
|
76
|
-
exports.__ΩStorageAdapter = __ΩStorageAdapter;
|
|
77
|
-
exports.__ΩStoragePort = __ΩStoragePort;
|
|
78
|
-
exports.__ΩStoragePreset = __ΩStoragePreset;
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
//#region ../powerlines/src/types/fs.ts
|
|
2
|
-
const __ΩRecord = [
|
|
3
|
-
"K",
|
|
4
|
-
"T",
|
|
5
|
-
"Record",
|
|
6
|
-
"l'e#\"Rb!b\"Pde\"!N#!w#y"
|
|
7
|
-
];
|
|
8
|
-
const __ΩStoragePreset = [
|
|
9
|
-
"fs",
|
|
10
|
-
"virtual",
|
|
11
|
-
"StoragePreset",
|
|
12
|
-
"P.!.\"Jw#y"
|
|
13
|
-
];
|
|
14
|
-
const __ΩStorageAdapter = [
|
|
15
|
-
"name",
|
|
16
|
-
"A name identifying the storage adapter type.",
|
|
17
|
-
() => __ΩStoragePreset,
|
|
18
|
-
"preset",
|
|
19
|
-
"The storage preset for the adapter.",
|
|
20
|
-
"key",
|
|
21
|
-
"",
|
|
22
|
-
"exists",
|
|
23
|
-
"Checks if a key exists in the storage.",
|
|
24
|
-
"existsSync",
|
|
25
|
-
"Synchronously checks if a key exists in the storage.",
|
|
26
|
-
"get",
|
|
27
|
-
"Read a value associated with a key from the storage.",
|
|
28
|
-
"getSync",
|
|
29
|
-
"Synchronously reads the value associated with a key from the storage.",
|
|
30
|
-
"value",
|
|
31
|
-
"set",
|
|
32
|
-
"Writes a value to the storage for the given key.",
|
|
33
|
-
"setSync",
|
|
34
|
-
"Synchronously writes a value to the storage for the given key.",
|
|
35
|
-
"remove",
|
|
36
|
-
"Removes a value from the storage.",
|
|
37
|
-
"removeSync",
|
|
38
|
-
"Synchronously removes a value from the storage.",
|
|
39
|
-
"dirPath",
|
|
40
|
-
"mkdir",
|
|
41
|
-
"Creates a directory at the specified path.",
|
|
42
|
-
"mkdirSync",
|
|
43
|
-
"Synchronously creates a directory at the specified path.",
|
|
44
|
-
"base",
|
|
45
|
-
"clear",
|
|
46
|
-
"Remove all entries from the storage that match the provided base path.",
|
|
47
|
-
"clearSync",
|
|
48
|
-
"Synchronously remove all entries from the storage that match the provided base path.",
|
|
49
|
-
"list",
|
|
50
|
-
"Lists all keys under the provided base path.",
|
|
51
|
-
"listSync",
|
|
52
|
-
"Synchronously lists all keys under the provided base path.",
|
|
53
|
-
"isDirectory",
|
|
54
|
-
"Checks if the given key is a directory.",
|
|
55
|
-
"isDirectorySync",
|
|
56
|
-
"Synchronously checks if the given key is a directory.",
|
|
57
|
-
"isFile",
|
|
58
|
-
"Checks if the given key is a file.",
|
|
59
|
-
"isFileSync",
|
|
60
|
-
"Synchronously checks if the given key is a file.",
|
|
61
|
-
"dispose",
|
|
62
|
-
"Releases any resources held by the storage adapter.",
|
|
63
|
-
"Interface defining the methods and properties for a storage adapter.",
|
|
64
|
-
"StorageAdapter",
|
|
65
|
-
"P&4!?\"Pn#,J4$8?%P&2&)`/'4(?)P&2&)/'4*?+P&2&P&,J`/'4,?-P&2&P&,J/'4.?/P&2&&20$`/'41?2P&2&&20$/'43?4P&2&$`/'45?6P&2&$/'47?8P&29$`/'4:?;P&29$/'4<?=P&2>8$`/'4??@P&2>8$/'4A?BP&2>8&F`/'4C?DP&2>8&F/'4E?FP&2&)`/'4G?HP&2&)/'4I?JP&2&)`/'4K?LP&2&)/'4M?NP!/'4O?PM?QwRy"
|
|
66
|
-
];
|
|
67
|
-
const __ΩStoragePort = [
|
|
68
|
-
() => __ΩRecord,
|
|
69
|
-
() => __ΩStorageAdapter,
|
|
70
|
-
"StoragePort",
|
|
71
|
-
"&n\"o!#w#y"
|
|
72
|
-
];
|
|
73
|
-
|
|
74
|
-
//#endregion
|
|
75
|
-
export { __ΩStorageAdapter, __ΩStoragePort, __ΩStoragePreset };
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
const require_build = require('./build.cjs');
|
|
2
|
-
|
|
3
|
-
//#region ../powerlines/src/types/hooks.ts
|
|
4
|
-
const __ΩRequired = [
|
|
5
|
-
"T",
|
|
6
|
-
"Required",
|
|
7
|
-
"l+e#!e\"!fRb!Pde\"!gN##w\"y"
|
|
8
|
-
];
|
|
9
|
-
const __ΩReturnType = [
|
|
10
|
-
"T",
|
|
11
|
-
"args",
|
|
12
|
-
"",
|
|
13
|
-
"ReturnType",
|
|
14
|
-
"l>e\"!R\"RPde#!P\"@2\"h\"!/#qk#'QRb!Pde\"!p)w$y"
|
|
15
|
-
];
|
|
16
|
-
const __ΩParameters = [
|
|
17
|
-
"T",
|
|
18
|
-
"args",
|
|
19
|
-
"",
|
|
20
|
-
"Parameters",
|
|
21
|
-
"l>e\"!R!RPde#!Ph\"!@2\"\"/#qk#'QRb!Pde\"!p)w$y"
|
|
22
|
-
];
|
|
23
|
-
const __ΩUnpluginHookFunctions = [
|
|
24
|
-
"PluginContext",
|
|
25
|
-
"TContext",
|
|
26
|
-
() => require_build.__ΩUnpluginBuilderVariant,
|
|
27
|
-
"TUnpluginBuilderVariant",
|
|
28
|
-
() => __ΩRequired,
|
|
29
|
-
"TField",
|
|
30
|
-
() => __ΩRequired,
|
|
31
|
-
"handler",
|
|
32
|
-
"this",
|
|
33
|
-
"args",
|
|
34
|
-
"",
|
|
35
|
-
"WithUnpluginBuildContext",
|
|
36
|
-
"UnpluginHookFunctions",
|
|
37
|
-
"l½PPe$!\"w,K2)e#\"@2*e##/+RPPe$!\"w,K2)e#\"@2*e##/+R!RPddde#!Ph\"!2)h\"\"@2*h\"#/+qk:QQRPde#!pSR!RPde#!Ph\"!4(MqkqyQRPde%!p{RPddde#!Ph\"!2)h\"\"@2*h\"#/+qk#QRPde#!pR!R\"w!c\"n#c$!o%\"e!\"fgc&Pd!o'\"e\"\"fe\"#fPh\"!Ph#!4(MJqk³»Qw-y"
|
|
38
|
-
];
|
|
39
|
-
const __ΩInferHookFunction = [
|
|
40
|
-
"TContext",
|
|
41
|
-
"TKey",
|
|
42
|
-
":",
|
|
43
|
-
() => require_build.__ΩUnpluginBuilderVariant,
|
|
44
|
-
() => __ΩRequired,
|
|
45
|
-
() => __ΩUnpluginHookFunctions,
|
|
46
|
-
"PluginHookFunctions",
|
|
47
|
-
"InferHookFunction",
|
|
48
|
-
"le-!e(!e$!o&$R!RPe#!!o%\"e'!fgqk#0QRPde'\"p2R!RPe#!n$qkEMQRPde#!pOR\"w'e$!fR!RPe#!\"w'gqkckQRPde%!pmRPdde#!Ph\"!.#h\"\"Sqk[{QRb!b\"Pde\"\"pw(y"
|
|
49
|
-
];
|
|
50
|
-
const __ΩInferHookReturnType = [
|
|
51
|
-
"TContext",
|
|
52
|
-
"TKey",
|
|
53
|
-
() => __ΩReturnType,
|
|
54
|
-
() => __ΩInferHookFunction,
|
|
55
|
-
"InferHookReturnType",
|
|
56
|
-
"b!b\"e!!e!\"o$#o#\"w%y"
|
|
57
|
-
];
|
|
58
|
-
const __ΩInferHookParameters = [
|
|
59
|
-
"TContext",
|
|
60
|
-
"TKey",
|
|
61
|
-
() => __ΩParameters,
|
|
62
|
-
() => __ΩInferHookFunction,
|
|
63
|
-
"InferHookParameters",
|
|
64
|
-
"b!b\"e!!e!\"o$#o#\"w%y"
|
|
65
|
-
];
|
|
66
|
-
|
|
67
|
-
//#endregion
|
|
68
|
-
exports.__ΩInferHookFunction = __ΩInferHookFunction;
|
|
69
|
-
exports.__ΩInferHookParameters = __ΩInferHookParameters;
|
|
70
|
-
exports.__ΩInferHookReturnType = __ΩInferHookReturnType;
|
|
71
|
-
exports.__ΩUnpluginHookFunctions = __ΩUnpluginHookFunctions;
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { __ΩUnpluginBuilderVariant } from "./build.mjs";
|
|
2
|
-
|
|
3
|
-
//#region ../powerlines/src/types/hooks.ts
|
|
4
|
-
const __ΩRequired = [
|
|
5
|
-
"T",
|
|
6
|
-
"Required",
|
|
7
|
-
"l+e#!e\"!fRb!Pde\"!gN##w\"y"
|
|
8
|
-
];
|
|
9
|
-
const __ΩReturnType = [
|
|
10
|
-
"T",
|
|
11
|
-
"args",
|
|
12
|
-
"",
|
|
13
|
-
"ReturnType",
|
|
14
|
-
"l>e\"!R\"RPde#!P\"@2\"h\"!/#qk#'QRb!Pde\"!p)w$y"
|
|
15
|
-
];
|
|
16
|
-
const __ΩParameters = [
|
|
17
|
-
"T",
|
|
18
|
-
"args",
|
|
19
|
-
"",
|
|
20
|
-
"Parameters",
|
|
21
|
-
"l>e\"!R!RPde#!Ph\"!@2\"\"/#qk#'QRb!Pde\"!p)w$y"
|
|
22
|
-
];
|
|
23
|
-
const __ΩUnpluginHookFunctions = [
|
|
24
|
-
"PluginContext",
|
|
25
|
-
"TContext",
|
|
26
|
-
() => __ΩUnpluginBuilderVariant,
|
|
27
|
-
"TUnpluginBuilderVariant",
|
|
28
|
-
() => __ΩRequired,
|
|
29
|
-
"TField",
|
|
30
|
-
() => __ΩRequired,
|
|
31
|
-
"handler",
|
|
32
|
-
"this",
|
|
33
|
-
"args",
|
|
34
|
-
"",
|
|
35
|
-
"WithUnpluginBuildContext",
|
|
36
|
-
"UnpluginHookFunctions",
|
|
37
|
-
"l½PPe$!\"w,K2)e#\"@2*e##/+RPPe$!\"w,K2)e#\"@2*e##/+R!RPddde#!Ph\"!2)h\"\"@2*h\"#/+qk:QQRPde#!pSR!RPde#!Ph\"!4(MqkqyQRPde%!p{RPddde#!Ph\"!2)h\"\"@2*h\"#/+qk#QRPde#!pR!R\"w!c\"n#c$!o%\"e!\"fgc&Pd!o'\"e\"\"fe\"#fPh\"!Ph#!4(MJqk³»Qw-y"
|
|
38
|
-
];
|
|
39
|
-
const __ΩInferHookFunction = [
|
|
40
|
-
"TContext",
|
|
41
|
-
"TKey",
|
|
42
|
-
":",
|
|
43
|
-
() => __ΩUnpluginBuilderVariant,
|
|
44
|
-
() => __ΩRequired,
|
|
45
|
-
() => __ΩUnpluginHookFunctions,
|
|
46
|
-
"PluginHookFunctions",
|
|
47
|
-
"InferHookFunction",
|
|
48
|
-
"le-!e(!e$!o&$R!RPe#!!o%\"e'!fgqk#0QRPde'\"p2R!RPe#!n$qkEMQRPde#!pOR\"w'e$!fR!RPe#!\"w'gqkckQRPde%!pmRPdde#!Ph\"!.#h\"\"Sqk[{QRb!b\"Pde\"\"pw(y"
|
|
49
|
-
];
|
|
50
|
-
const __ΩInferHookReturnType = [
|
|
51
|
-
"TContext",
|
|
52
|
-
"TKey",
|
|
53
|
-
() => __ΩReturnType,
|
|
54
|
-
() => __ΩInferHookFunction,
|
|
55
|
-
"InferHookReturnType",
|
|
56
|
-
"b!b\"e!!e!\"o$#o#\"w%y"
|
|
57
|
-
];
|
|
58
|
-
const __ΩInferHookParameters = [
|
|
59
|
-
"TContext",
|
|
60
|
-
"TKey",
|
|
61
|
-
() => __ΩParameters,
|
|
62
|
-
() => __ΩInferHookFunction,
|
|
63
|
-
"InferHookParameters",
|
|
64
|
-
"b!b\"e!!e!\"o$#o#\"w%y"
|
|
65
|
-
];
|
|
66
|
-
|
|
67
|
-
//#endregion
|
|
68
|
-
export { __ΩInferHookFunction, __ΩInferHookParameters, __ΩInferHookReturnType, __ΩUnpluginHookFunctions };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
const require_context = require('./context.cjs');
|
|
2
|
-
const require_fs = require('./fs.cjs');
|
|
3
|
-
const require_config = require('./config.cjs');
|
|
4
|
-
const require_resolved = require('./resolved.cjs');
|
|
5
|
-
const require_build = require('./build.cjs');
|
|
6
|
-
const require_babel = require('./babel.cjs');
|
|
7
|
-
const require_hooks = require('./hooks.cjs');
|
|
8
|
-
const require_api = require('./api.cjs');
|
|
9
|
-
const require_unplugin = require('./unplugin.cjs');
|
|
10
|
-
const require_commands = require('./commands.cjs');
|
|
11
|
-
const require_plugin = require('./plugin.cjs');
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { __ΩContext, __ΩEmitEntryOptions, __ΩEmitOptions, __ΩEnvironmentContext, __ΩEnvironmentContextPlugin, __ΩFetchOptions, __ΩInitContextOptions, __ΩLogLevel, __ΩMetaInfo, __ΩParseOptions, __ΩPluginContext, __ΩResolver, __ΩSelectHookResult, __ΩSelectHookResultItem, __ΩSelectHooksOptions, __ΩTransformResult, __ΩUnresolvedContext } from "./context.mjs";
|
|
2
|
-
import { __ΩStorageAdapter, __ΩStoragePort, __ΩStoragePreset } from "./fs.mjs";
|
|
3
|
-
import { __ΩBabelUserConfig, __ΩBaseConfig, __ΩBuildInlineConfig, __ΩCleanInlineConfig, __ΩCommonUserConfig, __ΩDeployConfig, __ΩDeployInlineConfig, __ΩDocsInlineConfig, __ΩEnvironmentConfig, __ΩInlineConfig, __ΩLintInlineConfig, __ΩLogFn, __ΩNewInlineConfig, __ΩOutputConfig, __ΩPluginConfig, __ΩPluginConfigObject, __ΩPluginConfigTuple, __ΩPluginFactory, __ΩPowerlinesCommand, __ΩPrepareInlineConfig, __ΩProjectType, __ΩUserConfig, __ΩWorkspaceConfig } from "./config.mjs";
|
|
4
|
-
import { __ΩBabelResolvedConfig, __ΩOutputResolvedConfig, __ΩResolvedAssetGlob, __ΩResolvedConfig, __ΩResolvedEntryTypeDefinition } from "./resolved.mjs";
|
|
5
|
-
import { BUILDER_VARIANTS, UNPLUGIN_BUILDER_VARIANTS, __ΩBuildConfig, __ΩBuildResolvedConfig, __ΩESBuildResolvedBuildConfig, __ΩUnpluginBuilderVariant } from "./build.mjs";
|
|
6
|
-
import { __ΩBabelPluginPass, __ΩBabelTransformPlugin, __ΩBabelTransformPluginBuilder, __ΩBabelTransformPluginBuilderParams, __ΩBabelTransformPluginFilter, __ΩBabelTransformPluginOptions, __ΩDeclareBabelTransformPluginReturn, __ΩImportSpecifier, __ΩResolvedBabelTransformPluginOptions } from "./babel.mjs";
|
|
7
|
-
import { __ΩInferHookFunction, __ΩInferHookParameters, __ΩInferHookReturnType, __ΩUnpluginHookFunctions } from "./hooks.mjs";
|
|
8
|
-
import { __ΩAPI } from "./api.mjs";
|
|
9
|
-
import { __ΩInferUnpluginOptions, __ΩUnpluginOptions } from "./unplugin.mjs";
|
|
10
|
-
import { SUPPORTED_COMMANDS } from "./commands.mjs";
|
|
11
|
-
import { PLUGIN_HOOKS_FIELDS, PLUGIN_NON_HOOK_FIELDS, __ΩPlugin, __ΩPluginHook, __ΩPluginHookFunctions, __ΩPluginHookObject, __ΩPluginHooks } from "./plugin.mjs";
|
|
12
|
-
|
|
13
|
-
export { };
|