@powerlines/core 0.48.31 → 0.48.33
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/{chunk-C_NdSu1c.cjs → _virtual/_rolldown/runtime.cjs} +1 -6
- package/dist/constants/api.d.cts +6 -2
- package/dist/constants/api.d.cts.map +1 -0
- package/dist/constants/api.d.mts +6 -2
- package/dist/constants/api.d.mts.map +1 -0
- package/dist/constants/commands.d.cts +5 -2
- package/dist/constants/commands.d.cts.map +1 -0
- package/dist/constants/commands.d.mts +5 -2
- package/dist/constants/commands.d.mts.map +1 -0
- package/dist/constants/devtools.d.cts +13 -2
- package/dist/constants/devtools.d.cts.map +1 -0
- package/dist/constants/devtools.d.mts +13 -2
- package/dist/constants/devtools.d.mts.map +1 -0
- package/dist/constants/environments.d.cts +10 -2
- package/dist/constants/environments.d.cts.map +1 -0
- package/dist/constants/environments.d.mts +10 -2
- package/dist/constants/environments.d.mts.map +1 -0
- package/dist/constants/extensions.d.cts +5 -2
- package/dist/constants/extensions.d.cts.map +1 -0
- package/dist/constants/extensions.d.mts +5 -2
- package/dist/constants/extensions.d.mts.map +1 -0
- package/dist/constants/fs.d.cts +7 -2
- package/dist/constants/fs.d.cts.map +1 -0
- package/dist/constants/fs.d.mts +7 -2
- package/dist/constants/fs.d.mts.map +1 -0
- package/dist/constants/hooks.d.cts +5 -2
- package/dist/constants/hooks.d.cts.map +1 -0
- package/dist/constants/hooks.d.mts +5 -2
- package/dist/constants/hooks.d.mts.map +1 -0
- package/dist/constants/index.d.cts +10 -10
- package/dist/constants/index.d.mts +10 -10
- package/dist/constants/log-level.d.cts +67 -2
- package/dist/constants/log-level.d.cts.map +1 -0
- package/dist/constants/log-level.d.mts +67 -2
- package/dist/constants/log-level.d.mts.map +1 -0
- package/dist/constants/meta.d.cts +6 -2
- package/dist/constants/meta.d.cts.map +1 -0
- package/dist/constants/meta.d.mts +6 -2
- package/dist/constants/meta.d.mts.map +1 -0
- package/dist/constants/plugin.d.cts +9 -2
- package/dist/constants/plugin.d.cts.map +1 -0
- package/dist/constants/plugin.d.mts +9 -2
- package/dist/constants/plugin.d.mts.map +1 -0
- package/dist/context/base-context.cjs +2 -2
- package/dist/context/base-context.d.cts +81 -2
- package/dist/context/base-context.d.cts.map +1 -0
- package/dist/context/base-context.d.mts +81 -2
- package/dist/context/base-context.d.mts.map +1 -0
- package/dist/context/context.cjs +2 -2
- package/dist/context/context.d.cts +373 -2
- package/dist/context/context.d.cts.map +1 -0
- package/dist/context/context.d.mts +373 -2
- package/dist/context/context.d.mts.map +1 -0
- package/dist/context/environment-context.d.cts +5 -2
- package/dist/context/environment-context.d.cts.map +1 -1
- package/dist/context/environment-context.d.mts +5 -2
- package/dist/context/environment-context.d.mts.map +1 -1
- package/dist/context/execution-context.cjs +2 -2
- package/dist/context/execution-context.d.cts +6 -2
- package/dist/context/execution-context.d.cts.map +1 -1
- package/dist/context/execution-context.d.mts +6 -2
- package/dist/context/execution-context.d.mts.map +1 -1
- package/dist/context/index.d.cts +2 -2
- package/dist/context/index.d.mts +2 -2
- package/dist/context/plugin-context.d.cts +3 -1
- package/dist/context/plugin-context.d.cts.map +1 -1
- package/dist/context/plugin-context.d.mts +3 -1
- package/dist/context/plugin-context.d.mts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +32 -24
- package/dist/index.d.mts +32 -24
- package/dist/index.mjs +1 -1
- package/dist/lib/config.cjs +2 -2
- package/dist/lib/config.d.cts +140 -2
- package/dist/lib/config.d.cts.map +1 -0
- package/dist/lib/config.d.mts +140 -2
- package/dist/lib/config.d.mts.map +1 -0
- package/dist/lib/context-helpers.d.cts +16 -2
- package/dist/lib/context-helpers.d.cts.map +1 -0
- package/dist/lib/context-helpers.d.mts +16 -2
- package/dist/lib/context-helpers.d.mts.map +1 -0
- package/dist/lib/entry.d.cts +47 -2
- package/dist/lib/entry.d.cts.map +1 -0
- package/dist/lib/entry.d.mts +47 -2
- package/dist/lib/entry.d.mts.map +1 -0
- package/dist/lib/environment.cjs +2 -2
- package/dist/lib/environment.d.cts +2 -1
- package/dist/lib/environment.d.cts.map +1 -1
- package/dist/lib/environment.d.mts +2 -1
- package/dist/lib/environment.d.mts.map +1 -1
- package/dist/lib/events.d.cts +10 -2
- package/dist/lib/events.d.cts.map +1 -0
- package/dist/lib/events.d.mts +10 -2
- package/dist/lib/events.d.mts.map +1 -0
- package/dist/lib/generate-types.d.cts +66 -2
- package/dist/lib/generate-types.d.cts.map +1 -0
- package/dist/lib/generate-types.d.mts +66 -2
- package/dist/lib/generate-types.d.mts.map +1 -0
- package/dist/lib/hooks.cjs +2 -2
- package/dist/lib/hooks.d.cts +28 -2
- package/dist/lib/hooks.d.cts.map +1 -0
- package/dist/lib/hooks.d.mts +28 -2
- package/dist/lib/hooks.d.mts.map +1 -0
- package/dist/lib/index.cjs +1 -1
- package/dist/lib/index.d.cts +23 -23
- package/dist/lib/index.d.mts +23 -23
- package/dist/lib/index.mjs +1 -1
- package/dist/lib/install-dependencies.d.cts +12 -2
- package/dist/lib/install-dependencies.d.cts.map +1 -0
- package/dist/lib/install-dependencies.d.mts +12 -2
- package/dist/lib/install-dependencies.d.mts.map +1 -0
- package/dist/lib/meta.d.cts +33 -2
- package/dist/lib/meta.d.cts.map +1 -0
- package/dist/lib/meta.d.mts +33 -2
- package/dist/lib/meta.d.mts.map +1 -0
- package/dist/lib/plugins.cjs +2 -2
- package/dist/lib/plugins.d.cts +39 -2
- package/dist/lib/plugins.d.cts.map +1 -0
- package/dist/lib/plugins.d.mts +39 -2
- package/dist/lib/plugins.d.mts.map +1 -0
- package/dist/lib/resolver.cjs +2 -2
- package/dist/lib/resolver.d.cts +20 -2
- package/dist/lib/resolver.d.cts.map +1 -0
- package/dist/lib/resolver.d.mts +20 -2
- package/dist/lib/resolver.d.mts.map +1 -0
- package/dist/lib/schemas.cjs +1 -1
- package/dist/lib/schemas.d.cts +1 -1
- package/dist/lib/schemas.d.mts +1 -1
- package/dist/lib/schemas.mjs +1 -1
- package/dist/lib/streaming-channel.d.cts +126 -2
- package/dist/lib/streaming-channel.d.cts.map +1 -0
- package/dist/lib/streaming-channel.d.mts +126 -2
- package/dist/lib/streaming-channel.d.mts.map +1 -0
- package/dist/lib/typescript/index.d.cts +2 -2
- package/dist/lib/typescript/index.d.mts +2 -2
- package/dist/lib/typescript/ts-morph.cjs +2 -2
- package/dist/lib/typescript/ts-morph.d.cts +38 -2
- package/dist/lib/typescript/ts-morph.d.cts.map +1 -0
- package/dist/lib/typescript/ts-morph.d.mts +38 -2
- package/dist/lib/typescript/ts-morph.d.mts.map +1 -0
- package/dist/lib/typescript/tsconfig.cjs +4 -4
- package/dist/lib/typescript/tsconfig.d.cts +77 -2
- package/dist/lib/typescript/tsconfig.d.cts.map +1 -0
- package/dist/lib/typescript/tsconfig.d.mts +77 -2
- package/dist/lib/typescript/tsconfig.d.mts.map +1 -0
- package/dist/lib/unplugin/helpers.d.cts +23 -2
- package/dist/lib/unplugin/helpers.d.cts.map +1 -0
- package/dist/lib/unplugin/helpers.d.mts +23 -2
- package/dist/lib/unplugin/helpers.d.mts.map +1 -0
- package/dist/lib/unplugin/index.d.cts +3 -3
- package/dist/lib/unplugin/index.d.mts +3 -3
- package/dist/lib/unplugin/module-resolution.cjs +2 -2
- package/dist/lib/unplugin/module-resolution.d.cts +41 -2
- package/dist/lib/unplugin/module-resolution.d.cts.map +1 -0
- package/dist/lib/unplugin/module-resolution.d.mts +41 -2
- package/dist/lib/unplugin/module-resolution.d.mts.map +1 -0
- package/dist/lib/unplugin/plugin.d.cts +40 -2
- package/dist/lib/unplugin/plugin.d.cts.map +1 -0
- package/dist/lib/unplugin/plugin.d.mts +40 -2
- package/dist/lib/unplugin/plugin.d.mts.map +1 -0
- package/dist/lib/utilities/file-header.d.cts +41 -2
- package/dist/lib/utilities/file-header.d.cts.map +1 -0
- package/dist/lib/utilities/file-header.d.mts +41 -2
- package/dist/lib/utilities/file-header.d.mts.map +1 -0
- package/dist/lib/utilities/format.cjs +2 -2
- package/dist/lib/utilities/format.d.cts +24 -2
- package/dist/lib/utilities/format.d.cts.map +1 -0
- package/dist/lib/utilities/format.d.mts +24 -2
- package/dist/lib/utilities/format.d.mts.map +1 -0
- package/dist/lib/utilities/index.d.cts +5 -5
- package/dist/lib/utilities/index.d.mts +5 -5
- package/dist/lib/utilities/source-file.cjs +2 -2
- package/dist/lib/utilities/source-file.d.cts +30 -2
- package/dist/lib/utilities/source-file.d.cts.map +1 -0
- package/dist/lib/utilities/source-file.d.mts +30 -2
- package/dist/lib/utilities/source-file.d.mts.map +1 -0
- package/dist/lib/utilities/source-map.cjs +2 -2
- package/dist/lib/utilities/source-map.d.cts +16 -2
- package/dist/lib/utilities/source-map.d.cts.map +1 -0
- package/dist/lib/utilities/source-map.d.mts +16 -2
- package/dist/lib/utilities/source-map.d.mts.map +1 -0
- package/dist/lib/utilities/write-file.d.cts +15 -2
- package/dist/lib/utilities/write-file.d.cts.map +1 -0
- package/dist/lib/utilities/write-file.d.mts +15 -2
- package/dist/lib/utilities/write-file.d.mts.map +1 -0
- package/dist/lib/vfs.cjs +3 -3
- package/dist/lib/vfs.d.cts +321 -2
- package/dist/lib/vfs.d.cts.map +1 -0
- package/dist/lib/vfs.d.mts +321 -2
- package/dist/lib/vfs.d.mts.map +1 -0
- package/dist/lib/vfs.mjs +1 -1
- package/dist/plugin-base.d.cts +3 -1
- package/dist/plugin-base.d.cts.map +1 -1
- package/dist/plugin-base.d.mts +3 -1
- package/dist/plugin-base.d.mts.map +1 -1
- package/dist/plugin-utils/build-helpers.d.cts +2 -1
- package/dist/plugin-utils/build-helpers.d.cts.map +1 -1
- package/dist/plugin-utils/build-helpers.d.mts +2 -1
- package/dist/plugin-utils/build-helpers.d.mts.map +1 -1
- package/dist/plugin-utils/combine-plugins.d.cts +1 -1
- package/dist/plugin-utils/combine-plugins.d.mts +1 -1
- package/dist/plugin-utils/context-helpers.d.cts +1 -1
- package/dist/plugin-utils/context-helpers.d.mts +1 -1
- package/dist/plugin-utils/enable-plugin.d.cts +2 -1
- package/dist/plugin-utils/enable-plugin.d.cts.map +1 -1
- package/dist/plugin-utils/enable-plugin.d.mts +2 -1
- package/dist/plugin-utils/enable-plugin.d.mts.map +1 -1
- package/dist/plugin-utils/extend.d.cts +3 -1
- package/dist/plugin-utils/extend.d.cts.map +1 -1
- package/dist/plugin-utils/extend.d.mts +3 -1
- package/dist/plugin-utils/extend.d.mts.map +1 -1
- package/dist/plugin-utils/filter.cjs +2 -2
- package/dist/plugin-utils/filter.d.cts +1 -1
- package/dist/plugin-utils/filter.d.mts +1 -1
- package/dist/plugin-utils/format-package-json.d.cts +1 -1
- package/dist/plugin-utils/format-package-json.d.mts +1 -1
- package/dist/plugin-utils/get-config-path.d.cts +1 -1
- package/dist/plugin-utils/get-config-path.d.mts +1 -1
- package/dist/plugin-utils/helpers.d.cts +5 -1
- package/dist/plugin-utils/helpers.d.cts.map +1 -1
- package/dist/plugin-utils/helpers.d.mts +5 -1
- package/dist/plugin-utils/helpers.d.mts.map +1 -1
- package/dist/plugin-utils/install.d.cts +1 -1
- package/dist/plugin-utils/install.d.mts +1 -1
- package/dist/plugin-utils/logging.cjs +2 -2
- package/dist/plugin-utils/logging.d.cts +3 -1
- package/dist/plugin-utils/logging.d.cts.map +1 -1
- package/dist/plugin-utils/logging.d.mts +3 -1
- package/dist/plugin-utils/logging.d.mts.map +1 -1
- package/dist/plugin-utils/merge.cjs +2 -2
- package/dist/plugin-utils/merge.d.cts +3 -1
- package/dist/plugin-utils/merge.d.cts.map +1 -1
- package/dist/plugin-utils/merge.d.mts +3 -1
- package/dist/plugin-utils/merge.d.mts.map +1 -1
- package/dist/plugin-utils/modules.d.cts +1 -1
- package/dist/plugin-utils/modules.d.mts +1 -1
- package/dist/plugin-utils/paths.d.cts +1 -1
- package/dist/plugin-utils/paths.d.mts +1 -1
- package/dist/{fs-C2lru696.cjs → schemas/fs.cjs} +8 -38
- package/dist/{schemas-Zvqwdrw_.d.mts → schemas/fs.d.cts} +2 -2
- package/dist/schemas/fs.d.cts.map +1 -0
- package/dist/{schemas-Zvqwdrw_.d.cts → schemas/fs.d.mts} +2 -2
- package/dist/schemas/fs.d.mts.map +1 -0
- package/dist/{fs-DqLn15uU.mjs → schemas/fs.mjs} +2 -2
- package/dist/schemas/fs.mjs.map +1 -0
- package/dist/storage/base.d.cts +2 -1
- package/dist/storage/base.d.cts.map +1 -1
- package/dist/storage/base.d.mts +2 -1
- package/dist/storage/base.d.mts.map +1 -1
- package/dist/storage/file-system.d.cts +1 -1
- package/dist/storage/file-system.d.mts +1 -1
- package/dist/storage/virtual.d.cts +1 -1
- package/dist/storage/virtual.d.mts +1 -1
- package/dist/types/api.d.cts +16 -0
- package/dist/types/api.d.cts.map +1 -0
- package/dist/types/api.d.mts +16 -0
- package/dist/types/api.d.mts.map +1 -0
- package/dist/types/config.d.cts +739 -0
- package/dist/types/config.d.cts.map +1 -0
- package/dist/types/config.d.mts +739 -0
- package/dist/types/config.d.mts.map +1 -0
- package/dist/types/context.d.cts +682 -0
- package/dist/types/context.d.cts.map +1 -0
- package/dist/types/context.d.mts +682 -0
- package/dist/types/context.d.mts.map +1 -0
- package/dist/types/fs.d.cts +538 -0
- package/dist/types/fs.d.cts.map +1 -0
- package/dist/types/fs.d.mts +538 -0
- package/dist/types/fs.d.mts.map +1 -0
- package/dist/types/hooks.d.cts +96 -0
- package/dist/types/hooks.d.cts.map +1 -0
- package/dist/types/hooks.d.mts +96 -0
- package/dist/types/hooks.d.mts.map +1 -0
- package/dist/types/index.d.cts +9 -0
- package/dist/types/index.d.mts +9 -0
- package/dist/types/logging.d.cts +145 -0
- package/dist/types/logging.d.cts.map +1 -0
- package/dist/types/logging.d.mts +145 -0
- package/dist/types/logging.d.mts.map +1 -0
- package/dist/types/plugin.d.cts +207 -0
- package/dist/types/plugin.d.cts.map +1 -0
- package/dist/types/plugin.d.mts +207 -0
- package/dist/types/plugin.d.mts.map +1 -0
- package/dist/types/tsconfig.d.cts +73 -0
- package/dist/types/tsconfig.d.cts.map +1 -0
- package/dist/types/tsconfig.d.mts +73 -0
- package/dist/types/tsconfig.d.mts.map +1 -0
- package/dist/types/unplugin.d.cts +22 -0
- package/dist/types/unplugin.d.cts.map +1 -0
- package/dist/types/unplugin.d.mts +22 -0
- package/dist/types/unplugin.d.mts.map +1 -0
- package/package.json +14 -14
- package/dist/api-DTCbbtSH.d.cts +0 -6
- package/dist/api-DTCbbtSH.d.cts.map +0 -1
- package/dist/api-DTCbbtSH.d.mts +0 -6
- package/dist/api-DTCbbtSH.d.mts.map +0 -1
- package/dist/base-context-BmxgDD3S.d.mts +0 -79
- package/dist/base-context-BmxgDD3S.d.mts.map +0 -1
- package/dist/base-context-mHoSEqHf.d.cts +0 -79
- package/dist/base-context-mHoSEqHf.d.cts.map +0 -1
- package/dist/commands-DzGd8pnR.d.cts +0 -5
- package/dist/commands-DzGd8pnR.d.cts.map +0 -1
- package/dist/commands-DzGd8pnR.d.mts +0 -5
- package/dist/commands-DzGd8pnR.d.mts.map +0 -1
- package/dist/config-BnV_o0Es.d.cts +0 -2461
- package/dist/config-BnV_o0Es.d.cts.map +0 -1
- package/dist/config-DKeDSykZ.d.cts +0 -138
- package/dist/config-DKeDSykZ.d.cts.map +0 -1
- package/dist/config-DbOP5nVu.d.mts +0 -138
- package/dist/config-DbOP5nVu.d.mts.map +0 -1
- package/dist/config-DboKmDhl.d.mts +0 -2461
- package/dist/config-DboKmDhl.d.mts.map +0 -1
- package/dist/context-C6oL3mPw.d.mts +0 -368
- package/dist/context-C6oL3mPw.d.mts.map +0 -1
- package/dist/context-DcY6YqBQ.d.cts +0 -368
- package/dist/context-DcY6YqBQ.d.cts.map +0 -1
- package/dist/context-helpers-BKxpDArS.d.mts +0 -15
- package/dist/context-helpers-BKxpDArS.d.mts.map +0 -1
- package/dist/context-helpers-zXovPE7i.d.cts +0 -15
- package/dist/context-helpers-zXovPE7i.d.cts.map +0 -1
- package/dist/devtools-h0du-bSj.d.cts +0 -13
- package/dist/devtools-h0du-bSj.d.cts.map +0 -1
- package/dist/devtools-h0du-bSj.d.mts +0 -13
- package/dist/devtools-h0du-bSj.d.mts.map +0 -1
- package/dist/entry-BC_V2K2U.d.cts +0 -46
- package/dist/entry-BC_V2K2U.d.cts.map +0 -1
- package/dist/entry-CHIaWcmk.d.mts +0 -46
- package/dist/entry-CHIaWcmk.d.mts.map +0 -1
- package/dist/environments-BYv_kHRG.d.cts +0 -10
- package/dist/environments-BYv_kHRG.d.cts.map +0 -1
- package/dist/environments-BYv_kHRG.d.mts +0 -10
- package/dist/environments-BYv_kHRG.d.mts.map +0 -1
- package/dist/events-NA1XM2Vz.d.cts +0 -10
- package/dist/events-NA1XM2Vz.d.cts.map +0 -1
- package/dist/events-NA1XM2Vz.d.mts +0 -10
- package/dist/events-NA1XM2Vz.d.mts.map +0 -1
- package/dist/extensions-ctxXzgay.d.cts +0 -5
- package/dist/extensions-ctxXzgay.d.cts.map +0 -1
- package/dist/extensions-ctxXzgay.d.mts +0 -5
- package/dist/extensions-ctxXzgay.d.mts.map +0 -1
- package/dist/file-header-Co9oo7aI.d.cts +0 -41
- package/dist/file-header-Co9oo7aI.d.cts.map +0 -1
- package/dist/file-header-rHqeXgRV.d.mts +0 -41
- package/dist/file-header-rHqeXgRV.d.mts.map +0 -1
- package/dist/format-Cf-cgZ-s.d.cts +0 -24
- package/dist/format-Cf-cgZ-s.d.cts.map +0 -1
- package/dist/format-IQPqgWIe.d.mts +0 -24
- package/dist/format-IQPqgWIe.d.mts.map +0 -1
- package/dist/fs-BzXT5ZPj.d.cts +0 -7
- package/dist/fs-BzXT5ZPj.d.cts.map +0 -1
- package/dist/fs-BzXT5ZPj.d.mts +0 -7
- package/dist/fs-BzXT5ZPj.d.mts.map +0 -1
- package/dist/fs-DqLn15uU.mjs.map +0 -1
- package/dist/generate-types-CDkVosrS.d.cts +0 -65
- package/dist/generate-types-CDkVosrS.d.cts.map +0 -1
- package/dist/generate-types-Dw6p3cB_.d.mts +0 -65
- package/dist/generate-types-Dw6p3cB_.d.mts.map +0 -1
- package/dist/helpers-CrRRFQl5.d.mts +0 -22
- package/dist/helpers-CrRRFQl5.d.mts.map +0 -1
- package/dist/helpers-DBLIQW3U.d.cts +0 -22
- package/dist/helpers-DBLIQW3U.d.cts.map +0 -1
- package/dist/hooks-Dhc3ahex.d.cts +0 -5
- package/dist/hooks-Dhc3ahex.d.cts.map +0 -1
- package/dist/hooks-Dhc3ahex.d.mts +0 -5
- package/dist/hooks-Dhc3ahex.d.mts.map +0 -1
- package/dist/index-BKZ67WMa.d.cts +0 -1
- package/dist/index-BKZ67WMa.d.mts +0 -1
- package/dist/index-BVVgDSdq.d.cts +0 -1
- package/dist/index-BVVgDSdq.d.mts +0 -1
- package/dist/index-Den-MsLx.d.cts +0 -1
- package/dist/index-Den-MsLx.d.mts +0 -1
- package/dist/index-DmtQKWjk.d.cts +0 -1
- package/dist/index-DmtQKWjk.d.mts +0 -1
- package/dist/index-LtpXjuJR.d.mts +0 -25
- package/dist/index-LtpXjuJR.d.mts.map +0 -1
- package/dist/index-_6s0AX1B.d.cts +0 -1
- package/dist/index-_6s0AX1B.d.mts +0 -1
- package/dist/index-xk4vSgtB.d.cts +0 -25
- package/dist/index-xk4vSgtB.d.cts.map +0 -1
- package/dist/install-dependencies-CCjZfS9Y.d.mts +0 -12
- package/dist/install-dependencies-CCjZfS9Y.d.mts.map +0 -1
- package/dist/install-dependencies-CyeYsrfz.d.cts +0 -12
- package/dist/install-dependencies-CyeYsrfz.d.cts.map +0 -1
- package/dist/log-level-BC8g4BBL.d.cts +0 -67
- package/dist/log-level-BC8g4BBL.d.cts.map +0 -1
- package/dist/log-level-BC8g4BBL.d.mts +0 -67
- package/dist/log-level-BC8g4BBL.d.mts.map +0 -1
- package/dist/meta-CdDd2ykC.d.cts +0 -33
- package/dist/meta-CdDd2ykC.d.cts.map +0 -1
- package/dist/meta-CfTCHU_o.d.mts +0 -33
- package/dist/meta-CfTCHU_o.d.mts.map +0 -1
- package/dist/meta-QA_SN1j3.d.cts +0 -6
- package/dist/meta-QA_SN1j3.d.cts.map +0 -1
- package/dist/meta-QA_SN1j3.d.mts +0 -6
- package/dist/meta-QA_SN1j3.d.mts.map +0 -1
- package/dist/module-resolution-CRMNPsdn.d.mts +0 -40
- package/dist/module-resolution-CRMNPsdn.d.mts.map +0 -1
- package/dist/module-resolution-D-w-EZaK.d.cts +0 -40
- package/dist/module-resolution-D-w-EZaK.d.cts.map +0 -1
- package/dist/plugin-B_b7XqaN.d.mts +0 -39
- package/dist/plugin-B_b7XqaN.d.mts.map +0 -1
- package/dist/plugin-CzV-aFwU.d.cts +0 -39
- package/dist/plugin-CzV-aFwU.d.cts.map +0 -1
- package/dist/plugin-fhBG7SSQ.d.cts +0 -9
- package/dist/plugin-fhBG7SSQ.d.cts.map +0 -1
- package/dist/plugin-fhBG7SSQ.d.mts +0 -9
- package/dist/plugin-fhBG7SSQ.d.mts.map +0 -1
- package/dist/plugins-DfL1fBZi.d.cts +0 -37
- package/dist/plugins-DfL1fBZi.d.cts.map +0 -1
- package/dist/plugins-zG2X2LA8.d.mts +0 -37
- package/dist/plugins-zG2X2LA8.d.mts.map +0 -1
- package/dist/resolver-CdBAh8dA.d.mts +0 -19
- package/dist/resolver-CdBAh8dA.d.mts.map +0 -1
- package/dist/resolver-CfCl--Eh.d.cts +0 -19
- package/dist/resolver-CfCl--Eh.d.cts.map +0 -1
- package/dist/schemas-Zvqwdrw_.d.cts.map +0 -1
- package/dist/schemas-Zvqwdrw_.d.mts.map +0 -1
- package/dist/source-file-CLw13fKE.d.mts +0 -30
- package/dist/source-file-CLw13fKE.d.mts.map +0 -1
- package/dist/source-file-CuuHaBL5.d.cts +0 -30
- package/dist/source-file-CuuHaBL5.d.cts.map +0 -1
- package/dist/source-map-Cy0aqSpe.d.mts +0 -16
- package/dist/source-map-Cy0aqSpe.d.mts.map +0 -1
- package/dist/source-map-HU4IoICc.d.cts +0 -16
- package/dist/source-map-HU4IoICc.d.cts.map +0 -1
- package/dist/streaming-channel-CiyFd_6l.d.cts +0 -126
- package/dist/streaming-channel-CiyFd_6l.d.cts.map +0 -1
- package/dist/streaming-channel-CiyFd_6l.d.mts +0 -126
- package/dist/streaming-channel-CiyFd_6l.d.mts.map +0 -1
- package/dist/ts-morph-BGgjbOgM.d.cts +0 -38
- package/dist/ts-morph-BGgjbOgM.d.cts.map +0 -1
- package/dist/ts-morph-zLvdifpA.d.mts +0 -38
- package/dist/ts-morph-zLvdifpA.d.mts.map +0 -1
- package/dist/tsconfig-DExoZEQ0.d.cts +0 -75
- package/dist/tsconfig-DExoZEQ0.d.cts.map +0 -1
- package/dist/tsconfig-De09cBeX.d.mts +0 -75
- package/dist/tsconfig-De09cBeX.d.mts.map +0 -1
- package/dist/vfs-B9Vhnajc.d.cts +0 -320
- package/dist/vfs-B9Vhnajc.d.cts.map +0 -1
- package/dist/vfs-Dl6nPqdS.d.mts +0 -320
- package/dist/vfs-Dl6nPqdS.d.mts.map +0 -1
- package/dist/write-file-BVMnXVPo.d.cts +0 -15
- package/dist/write-file-BVMnXVPo.d.cts.map +0 -1
- package/dist/write-file-CWf9Xxwd.d.mts +0 -15
- package/dist/write-file-CWf9Xxwd.d.mts.map +0 -1
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
//#region src/constants/environments.d.ts
|
|
2
|
-
declare const DEFAULT_ENVIRONMENT: "default";
|
|
3
|
-
declare const GLOBAL_ENVIRONMENT: "__global__";
|
|
4
|
-
declare const CLIENT_ENVIRONMENT: "client";
|
|
5
|
-
declare const SERVER_ENVIRONMENT: "server";
|
|
6
|
-
declare const SSR_ENVIRONMENT: "ssr";
|
|
7
|
-
declare const RSC_ENVIRONMENT: "rsc";
|
|
8
|
-
//#endregion
|
|
9
|
-
export { SERVER_ENVIRONMENT as a, RSC_ENVIRONMENT as i, DEFAULT_ENVIRONMENT as n, SSR_ENVIRONMENT as o, GLOBAL_ENVIRONMENT as r, CLIENT_ENVIRONMENT as t };
|
|
10
|
-
//# sourceMappingURL=environments-BYv_kHRG.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"environments-BYv_kHRG.d.mts","names":[],"sources":["../src/constants/environments.ts"],"mappings":";cAkBa,mBAAA;AAAA,cACA,kBAAA;AAAA,cAGA,kBAAA;AAAA,cACA,kBAAA;AAAA,cACA,eAAA;AAAA,cACA,eAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, EventsMap } from "devframe/types";
|
|
2
|
-
|
|
3
|
-
//#region src/lib/events.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Create event emitter.
|
|
6
|
-
*/
|
|
7
|
-
declare function createEventEmitter<Events extends EventsMap>(): EventEmitter<Events>;
|
|
8
|
-
//#endregion
|
|
9
|
-
export { createEventEmitter as t };
|
|
10
|
-
//# sourceMappingURL=events-NA1XM2Vz.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"events-NA1XM2Vz.d.cts","names":[],"sources":["../src/lib/events.ts"],"mappings":";;;;;AAuBA;iBAAgB,kBAAA,gBACC,SAAA,KACZ,YAAA,CAAa,MAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, EventsMap } from "devframe/types";
|
|
2
|
-
|
|
3
|
-
//#region src/lib/events.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Create event emitter.
|
|
6
|
-
*/
|
|
7
|
-
declare function createEventEmitter<Events extends EventsMap>(): EventEmitter<Events>;
|
|
8
|
-
//#endregion
|
|
9
|
-
export { createEventEmitter as t };
|
|
10
|
-
//# sourceMappingURL=events-NA1XM2Vz.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"events-NA1XM2Vz.d.mts","names":[],"sources":["../src/lib/events.ts"],"mappings":";;;;;AAuBA;iBAAgB,kBAAA,gBACC,SAAA,KACZ,YAAA,CAAa,MAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensions-ctxXzgay.d.cts","names":[],"sources":["../src/constants/extensions.ts"],"mappings":";cAkBa,kBAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensions-ctxXzgay.d.mts","names":[],"sources":["../src/constants/extensions.ts"],"mappings":";cAkBa,kBAAA"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { J as Context } from "./config-BnV_o0Es.cjs";
|
|
2
|
-
|
|
3
|
-
//#region src/lib/utilities/file-header.d.ts
|
|
4
|
-
interface FileHeaderOptions {
|
|
5
|
-
directive?: string | null;
|
|
6
|
-
prettierIgnore?: boolean;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* Generates a file header comment with a warning about automatic overwriting.
|
|
10
|
-
*
|
|
11
|
-
* @param overwrite - Whether the file will be automatically overwritten. If `false`, the warning will indicate that the file will not be overwritten. If `true` or omitted, the warning will indicate that the file will be overwritten.
|
|
12
|
-
* @param framework - The name of the framework to include in the warning message. Defaults to "powerlines".
|
|
13
|
-
* @returns A string containing the file header warning message.
|
|
14
|
-
*/
|
|
15
|
-
declare function getFileHeaderWarningText(overwrite?: boolean, framework?: string): string;
|
|
16
|
-
/**
|
|
17
|
-
* Generates a file header warning message based on the provided context.
|
|
18
|
-
*
|
|
19
|
-
* @param context - The Powerlines context.
|
|
20
|
-
* @returns A string containing the file header warning message.
|
|
21
|
-
*/
|
|
22
|
-
declare function getFileHeaderWarning(context: Context): string;
|
|
23
|
-
/**
|
|
24
|
-
* Generates a file header comment for a generated source file, including a warning about automatic overwriting.
|
|
25
|
-
*
|
|
26
|
-
* @param context - The Powerlines context.
|
|
27
|
-
* @param comment - The comment syntax to use for the header (e.g., `//` for JavaScript/TypeScript, `#` for Python). Defaults to `//`.
|
|
28
|
-
* @returns A string containing the file header comment.
|
|
29
|
-
*/
|
|
30
|
-
declare function getFileHeader(context: Context, comment?: string): string;
|
|
31
|
-
/**
|
|
32
|
-
* Generates a file header comment for a generated TypeScript source file, including a warning about automatic overwriting.
|
|
33
|
-
*
|
|
34
|
-
* @param context - The Powerlines context.
|
|
35
|
-
* @param options - Additional options for generating the file header, such as a directive to include and whether to add a Prettier ignore comment.
|
|
36
|
-
* @returns A string containing the file header comment for a TypeScript file.
|
|
37
|
-
*/
|
|
38
|
-
declare function getTypescriptFileHeader(context: Context, options?: FileHeaderOptions): string;
|
|
39
|
-
//#endregion
|
|
40
|
-
export { getTypescriptFileHeader as a, getFileHeaderWarningText as i, getFileHeader as n, getFileHeaderWarning as r, FileHeaderOptions as t };
|
|
41
|
-
//# sourceMappingURL=file-header-Co9oo7aI.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"file-header-Co9oo7aI.d.cts","names":[],"sources":["../src/lib/utilities/file-header.ts"],"mappings":";;;UAqBiB,iBAAA;EACf,SAAA;EACA,cAAc;AAAA;;;AAAA;AAUhB;;;;iBAAgB,wBAAA,CACd,SAAA,YACA,SAAwB;AAa1B;;;;AAAqD;AAcrD;AAdA,iBAAgB,oBAAA,CAAqB,OAAgB,EAAP,OAAO;;;;;;;AAcS;iBAA9C,aAAA,CAAc,OAAA,EAAS,OAAO,EAAE,OAAA;;;;;;;;iBAchC,uBAAA,CACd,OAAA,EAAS,OAAA,EACT,OAAA,GAAS,iBAAsB"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { J as Context } from "./config-DboKmDhl.mjs";
|
|
2
|
-
|
|
3
|
-
//#region src/lib/utilities/file-header.d.ts
|
|
4
|
-
interface FileHeaderOptions {
|
|
5
|
-
directive?: string | null;
|
|
6
|
-
prettierIgnore?: boolean;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* Generates a file header comment with a warning about automatic overwriting.
|
|
10
|
-
*
|
|
11
|
-
* @param overwrite - Whether the file will be automatically overwritten. If `false`, the warning will indicate that the file will not be overwritten. If `true` or omitted, the warning will indicate that the file will be overwritten.
|
|
12
|
-
* @param framework - The name of the framework to include in the warning message. Defaults to "powerlines".
|
|
13
|
-
* @returns A string containing the file header warning message.
|
|
14
|
-
*/
|
|
15
|
-
declare function getFileHeaderWarningText(overwrite?: boolean, framework?: string): string;
|
|
16
|
-
/**
|
|
17
|
-
* Generates a file header warning message based on the provided context.
|
|
18
|
-
*
|
|
19
|
-
* @param context - The Powerlines context.
|
|
20
|
-
* @returns A string containing the file header warning message.
|
|
21
|
-
*/
|
|
22
|
-
declare function getFileHeaderWarning(context: Context): string;
|
|
23
|
-
/**
|
|
24
|
-
* Generates a file header comment for a generated source file, including a warning about automatic overwriting.
|
|
25
|
-
*
|
|
26
|
-
* @param context - The Powerlines context.
|
|
27
|
-
* @param comment - The comment syntax to use for the header (e.g., `//` for JavaScript/TypeScript, `#` for Python). Defaults to `//`.
|
|
28
|
-
* @returns A string containing the file header comment.
|
|
29
|
-
*/
|
|
30
|
-
declare function getFileHeader(context: Context, comment?: string): string;
|
|
31
|
-
/**
|
|
32
|
-
* Generates a file header comment for a generated TypeScript source file, including a warning about automatic overwriting.
|
|
33
|
-
*
|
|
34
|
-
* @param context - The Powerlines context.
|
|
35
|
-
* @param options - Additional options for generating the file header, such as a directive to include and whether to add a Prettier ignore comment.
|
|
36
|
-
* @returns A string containing the file header comment for a TypeScript file.
|
|
37
|
-
*/
|
|
38
|
-
declare function getTypescriptFileHeader(context: Context, options?: FileHeaderOptions): string;
|
|
39
|
-
//#endregion
|
|
40
|
-
export { getTypescriptFileHeader as a, getFileHeaderWarningText as i, getFileHeader as n, getFileHeaderWarning as r, FileHeaderOptions as t };
|
|
41
|
-
//# sourceMappingURL=file-header-rHqeXgRV.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"file-header-rHqeXgRV.d.mts","names":[],"sources":["../src/lib/utilities/file-header.ts"],"mappings":";;;UAqBiB,iBAAA;EACf,SAAA;EACA,cAAc;AAAA;;;AAAA;AAUhB;;;;iBAAgB,wBAAA,CACd,SAAA,YACA,SAAwB;AAa1B;;;;AAAqD;AAcrD;AAdA,iBAAgB,oBAAA,CAAqB,OAAgB,EAAP,OAAO;;;;;;;AAcS;iBAA9C,aAAA,CAAc,OAAA,EAAS,OAAO,EAAE,OAAA;;;;;;;;iBAchC,uBAAA,CACd,OAAA,EAAS,OAAA,EACT,OAAA,GAAS,iBAAsB"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { J as Context } from "./config-BnV_o0Es.cjs";
|
|
2
|
-
|
|
3
|
-
//#region src/lib/utilities/format.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Formats code using Prettier based on the file path.
|
|
6
|
-
*
|
|
7
|
-
* @param context - The Powerlines context.
|
|
8
|
-
* @param path - The file path to use for resolving Prettier configuration.
|
|
9
|
-
* @param data - The code string to format.
|
|
10
|
-
* @param force - Whether to force formatting even for output/build paths.
|
|
11
|
-
* @returns A promise that resolves to the formatted code string.
|
|
12
|
-
*/
|
|
13
|
-
declare function format(context: Context, path: string, data: string, force?: boolean): Promise<string>;
|
|
14
|
-
/**
|
|
15
|
-
* Formats all files in a folder using Prettier based on their file paths.
|
|
16
|
-
*
|
|
17
|
-
* @param context - The Powerlines context.
|
|
18
|
-
* @param path - The folder path containing files to format.
|
|
19
|
-
* @returns A promise that resolves when all files have been formatted.
|
|
20
|
-
*/
|
|
21
|
-
declare function formatFolder(context: Context, path: string): Promise<void>;
|
|
22
|
-
//#endregion
|
|
23
|
-
export { formatFolder as n, format as t };
|
|
24
|
-
//# sourceMappingURL=format-Cf-cgZ-s.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"format-Cf-cgZ-s.d.cts","names":[],"sources":["../src/lib/utilities/format.ts"],"mappings":";;;;;AAoCA;;;;;;;iBAAsB,MAAA,CACpB,OAAA,EAAS,OAAA,EACT,IAAA,UACA,IAAA,UACA,KAAA,aACC,OAAO;;;;AAAA;AAoDV;;;iBAAsB,YAAA,CAAa,OAAA,EAAS,OAAA,EAAS,IAAA,WAAY,OAAA"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { J as Context } from "./config-DboKmDhl.mjs";
|
|
2
|
-
|
|
3
|
-
//#region src/lib/utilities/format.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Formats code using Prettier based on the file path.
|
|
6
|
-
*
|
|
7
|
-
* @param context - The Powerlines context.
|
|
8
|
-
* @param path - The file path to use for resolving Prettier configuration.
|
|
9
|
-
* @param data - The code string to format.
|
|
10
|
-
* @param force - Whether to force formatting even for output/build paths.
|
|
11
|
-
* @returns A promise that resolves to the formatted code string.
|
|
12
|
-
*/
|
|
13
|
-
declare function format(context: Context, path: string, data: string, force?: boolean): Promise<string>;
|
|
14
|
-
/**
|
|
15
|
-
* Formats all files in a folder using Prettier based on their file paths.
|
|
16
|
-
*
|
|
17
|
-
* @param context - The Powerlines context.
|
|
18
|
-
* @param path - The folder path containing files to format.
|
|
19
|
-
* @returns A promise that resolves when all files have been formatted.
|
|
20
|
-
*/
|
|
21
|
-
declare function formatFolder(context: Context, path: string): Promise<void>;
|
|
22
|
-
//#endregion
|
|
23
|
-
export { formatFolder as n, format as t };
|
|
24
|
-
//# sourceMappingURL=format-IQPqgWIe.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"format-IQPqgWIe.d.mts","names":[],"sources":["../src/lib/utilities/format.ts"],"mappings":";;;;;AAoCA;;;;;;;iBAAsB,MAAA,CACpB,OAAA,EAAS,OAAA,EACT,IAAA,UACA,IAAA,UACA,KAAA,aACC,OAAO;;;;AAAA;AAoDV;;;iBAAsB,YAAA,CAAa,OAAA,EAAS,OAAA,EAAS,IAAA,WAAY,OAAA"}
|
package/dist/fs-BzXT5ZPj.d.cts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
//#region src/constants/fs.d.ts
|
|
2
|
-
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
3
|
-
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
4
|
-
declare const STORAGE_PRESETS: string[];
|
|
5
|
-
//#endregion
|
|
6
|
-
export { __VFS_PATCH__ as n, __VFS_REVERT__ as r, STORAGE_PRESETS as t };
|
|
7
|
-
//# sourceMappingURL=fs-BzXT5ZPj.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fs-BzXT5ZPj.d.cts","names":[],"sources":["../src/constants/fs.ts"],"mappings":";cAmBa,aAAA;AAAA,cAGA,cAAA;AAAA,cAEA,eAAA"}
|
package/dist/fs-BzXT5ZPj.d.mts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
//#region src/constants/fs.d.ts
|
|
2
|
-
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
3
|
-
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
4
|
-
declare const STORAGE_PRESETS: string[];
|
|
5
|
-
//#endregion
|
|
6
|
-
export { __VFS_PATCH__ as n, __VFS_REVERT__ as r, STORAGE_PRESETS as t };
|
|
7
|
-
//# sourceMappingURL=fs-BzXT5ZPj.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fs-BzXT5ZPj.d.mts","names":[],"sources":["../src/constants/fs.ts"],"mappings":";cAmBa,aAAA;AAAA,cAGA,cAAA;AAAA,cAEA,eAAA"}
|
package/dist/fs-DqLn15uU.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fs-DqLn15uU.mjs","names":[],"sources":["../schemas/fs.ts"],"sourcesContent":["/* eslint-disable */\n// biome-ignore lint: disable\n// Generated by storm-capnpc\n// Note: Do not edit this file manually - it will be overwritten automatically\nimport * as $ from \"@stryke/capnp\";\nexport const _capnpFileId = BigInt(\"0xa56c61324b9d6e49\");\nexport class FileMetadata_KeyValuePair extends $.Struct {\n public static override readonly _capnp = {\n displayName: \"KeyValuePair\",\n id: \"eabb26cf58b2a14c\",\n size: new $.ObjectSize(0, 2),\n };\n get key(): string {\n return $.utils.getText(0, this);\n }\n set key(value: string) {\n $.utils.setText(0, value, this);\n }\n get value(): string {\n return $.utils.getText(1, this);\n }\n set value(value: string) {\n $.utils.setText(1, value, this);\n }\n public override toString(): string { return \"FileMetadata_KeyValuePair_\" + super.toString(); }\n}\n/**\n* The identifier for the file data.\n*\n*/\nexport class FileMetadata extends $.Struct {\n static readonly KeyValuePair = FileMetadata_KeyValuePair;\n public static override readonly _capnp = {\n displayName: \"FileMetadata\",\n id: \"8e2cab5d7e28c7b3\",\n size: new $.ObjectSize(8, 3),\n defaultType: \"normal\"\n };\n static _Properties: $.ListCtor<FileMetadata_KeyValuePair>;\n /**\n* The type of the file.\n*\n*/\n get id(): string {\n return $.utils.getText(0, this);\n }\n set id(value: string) {\n $.utils.setText(0, value, this);\n }\n /**\n* The timestamp representing the file's creation date.\n*\n*/\n get type(): string {\n return $.utils.getText(1, this, FileMetadata._capnp.defaultType);\n }\n set type(value: string) {\n $.utils.setText(1, value, this);\n }\n /**\n* Additional metadata associated with the file.\n*\n*/\n get timestamp(): number {\n return $.utils.getUint32(0, this);\n }\n set timestamp(value: number) {\n $.utils.setUint32(0, value, this);\n }\n _adoptProperties(value: $.Orphan<$.List<FileMetadata_KeyValuePair>>): void {\n $.utils.adopt(value, $.utils.getPointer(2, this));\n }\n _disownProperties(): $.Orphan<$.List<FileMetadata_KeyValuePair>> {\n return $.utils.disown(this.properties);\n }\n get properties(): $.List<FileMetadata_KeyValuePair> {\n return $.utils.getList(2, FileMetadata._Properties, this);\n }\n _hasProperties(): boolean {\n return !$.utils.isNull($.utils.getPointer(2, this));\n }\n _initProperties(length: number): $.List<FileMetadata_KeyValuePair> {\n return $.utils.initList(2, FileMetadata._Properties, length, this);\n }\n set properties(value: $.List<FileMetadata_KeyValuePair>) {\n $.utils.copyFrom(value, $.utils.getPointer(2, this));\n }\n public override toString(): string { return \"FileMetadata_\" + super.toString(); }\n}\n/**\n* An identifier for the file.\n*\n*/\nexport class FileId extends $.Struct {\n public static override readonly _capnp = {\n displayName: \"FileId\",\n id: \"990d6a471072f997\",\n size: new $.ObjectSize(0, 2),\n };\n /**\n* A virtual (or actual) path to the file in the file system.\n*\n*/\n get id(): string {\n return $.utils.getText(0, this);\n }\n set id(value: string) {\n $.utils.setText(0, value, this);\n }\n get path(): string {\n return $.utils.getText(1, this);\n }\n set path(value: string) {\n $.utils.setText(1, value, this);\n }\n public override toString(): string { return \"FileId_\" + super.toString(); }\n}\n/**\n* An identifier for the file.\n*\n*/\nexport class FileStorage extends $.Struct {\n public static override readonly _capnp = {\n displayName: \"FileStorage\",\n id: \"9dca66ac858c9ebe\",\n size: new $.ObjectSize(0, 2),\n };\n /**\n* A virtual (or actual) path to the file in the file system.\n*\n*/\n get path(): string {\n return $.utils.getText(0, this);\n }\n set path(value: string) {\n $.utils.setText(0, value, this);\n }\n get code(): string {\n return $.utils.getText(1, this);\n }\n set code(value: string) {\n $.utils.setText(1, value, this);\n }\n public override toString(): string { return \"FileStorage_\" + super.toString(); }\n}\nexport class FileSystem extends $.Struct {\n public static override readonly _capnp = {\n displayName: \"FileSystem\",\n id: \"ae0c23d43e56abcf\",\n size: new $.ObjectSize(0, 3),\n };\n static _Ids: $.ListCtor<FileId>;\n static _Storage: $.ListCtor<FileStorage>;\n static _Metadata: $.ListCtor<FileMetadata>;\n _adoptIds(value: $.Orphan<$.List<FileId>>): void {\n $.utils.adopt(value, $.utils.getPointer(0, this));\n }\n _disownIds(): $.Orphan<$.List<FileId>> {\n return $.utils.disown(this.ids);\n }\n get ids(): $.List<FileId> {\n return $.utils.getList(0, FileSystem._Ids, this);\n }\n _hasIds(): boolean {\n return !$.utils.isNull($.utils.getPointer(0, this));\n }\n _initIds(length: number): $.List<FileId> {\n return $.utils.initList(0, FileSystem._Ids, length, this);\n }\n set ids(value: $.List<FileId>) {\n $.utils.copyFrom(value, $.utils.getPointer(0, this));\n }\n _adoptStorage(value: $.Orphan<$.List<FileStorage>>): void {\n $.utils.adopt(value, $.utils.getPointer(1, this));\n }\n _disownStorage(): $.Orphan<$.List<FileStorage>> {\n return $.utils.disown(this.storage);\n }\n get storage(): $.List<FileStorage> {\n return $.utils.getList(1, FileSystem._Storage, this);\n }\n _hasStorage(): boolean {\n return !$.utils.isNull($.utils.getPointer(1, this));\n }\n _initStorage(length: number): $.List<FileStorage> {\n return $.utils.initList(1, FileSystem._Storage, length, this);\n }\n set storage(value: $.List<FileStorage>) {\n $.utils.copyFrom(value, $.utils.getPointer(1, this));\n }\n _adoptMetadata(value: $.Orphan<$.List<FileMetadata>>): void {\n $.utils.adopt(value, $.utils.getPointer(2, this));\n }\n _disownMetadata(): $.Orphan<$.List<FileMetadata>> {\n return $.utils.disown(this.metadata);\n }\n get metadata(): $.List<FileMetadata> {\n return $.utils.getList(2, FileSystem._Metadata, this);\n }\n _hasMetadata(): boolean {\n return !$.utils.isNull($.utils.getPointer(2, this));\n }\n _initMetadata(length: number): $.List<FileMetadata> {\n return $.utils.initList(2, FileSystem._Metadata, length, this);\n }\n set metadata(value: $.List<FileMetadata>) {\n $.utils.copyFrom(value, $.utils.getPointer(2, this));\n }\n public override toString(): string { return \"FileSystem_\" + super.toString(); }\n}\nFileMetadata._Properties = $.CompositeList(FileMetadata_KeyValuePair);\nFileSystem._Ids = $.CompositeList(FileId);\nFileSystem._Storage = $.CompositeList(FileStorage);\nFileSystem._Metadata = $.CompositeList(FileMetadata);\n"],"mappings":"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"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { $ as ExecutionContext, J as Context, M as ResolvedConfig, Z as EnvironmentContext } from "./config-BnV_o0Es.cjs";
|
|
2
|
-
import { SourceFile } from "ts-morph";
|
|
3
|
-
|
|
4
|
-
//#region src/lib/generate-types.d.ts
|
|
5
|
-
interface ModuleExportSpecifier {
|
|
6
|
-
name: string;
|
|
7
|
-
alias?: string;
|
|
8
|
-
default?: boolean;
|
|
9
|
-
type?: boolean;
|
|
10
|
-
}
|
|
11
|
-
interface ModuleReference {
|
|
12
|
-
name?: string;
|
|
13
|
-
specifiers?: ModuleExportSpecifier[];
|
|
14
|
-
all?: boolean;
|
|
15
|
-
}
|
|
16
|
-
interface ImportModuleReference extends ModuleReference {
|
|
17
|
-
name: string;
|
|
18
|
-
ambient?: boolean;
|
|
19
|
-
}
|
|
20
|
-
interface ExportModuleReference extends ModuleReference {
|
|
21
|
-
text: string;
|
|
22
|
-
fullText: string;
|
|
23
|
-
comment?: string;
|
|
24
|
-
}
|
|
25
|
-
interface ModuleDeclaration {
|
|
26
|
-
name: string;
|
|
27
|
-
text: string;
|
|
28
|
-
sourceFile: SourceFile;
|
|
29
|
-
comment?: string;
|
|
30
|
-
exports: (ExportModuleReference | string)[];
|
|
31
|
-
imports: ImportModuleReference[];
|
|
32
|
-
}
|
|
33
|
-
interface TypegenContext {
|
|
34
|
-
context: Context;
|
|
35
|
-
emitted: Map<string, string>;
|
|
36
|
-
modules: ModuleDeclaration[];
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Formats the generated TypeScript types source code.
|
|
40
|
-
*
|
|
41
|
-
* @param code - The generated TypeScript code.
|
|
42
|
-
* @returns The formatted TypeScript code.
|
|
43
|
-
*/
|
|
44
|
-
declare function formatTypes(code?: string): string;
|
|
45
|
-
/**
|
|
46
|
-
* Emits TypeScript declaration types for the provided files using the given TypeScript configuration.
|
|
47
|
-
*
|
|
48
|
-
* @param context - The context containing options and environment paths.
|
|
49
|
-
* @param files - The list of files to generate types for.
|
|
50
|
-
* @returns A promise that resolves to the generated TypeScript declaration types.
|
|
51
|
-
*/
|
|
52
|
-
declare function emitBuiltinTypes<TContext extends Context>(context: TContext, files: string[]): Promise<{
|
|
53
|
-
code: string;
|
|
54
|
-
directives: string[];
|
|
55
|
-
}>;
|
|
56
|
-
/**
|
|
57
|
-
* Generate the Powerlines TypeScript declaration file
|
|
58
|
-
*
|
|
59
|
-
* @param context - The execution context for generating the TypeScript declaration file, which provides access to the project configuration, environment, and utility functions for performing the generation. The context is used to manage the state and behavior of the generation process, allowing for hooks to be called at different stages and for environment-specific configurations to be applied.
|
|
60
|
-
* @param env - The environment context to use for generating the TypeScript declaration file
|
|
61
|
-
*/
|
|
62
|
-
declare function handleTypes<TResolvedConfig extends ResolvedConfig, TSystemContext = unknown>(context: ExecutionContext<TResolvedConfig, TSystemContext>, env: EnvironmentContext<TResolvedConfig, TSystemContext>): Promise<void>;
|
|
63
|
-
//#endregion
|
|
64
|
-
export { handleTypes as i, emitBuiltinTypes as n, formatTypes as r, TypegenContext as t };
|
|
65
|
-
//# sourceMappingURL=generate-types-CDkVosrS.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generate-types-CDkVosrS.d.cts","names":[],"sources":["../src/lib/generate-types.ts"],"mappings":";;;;UA2CU,qBAAA;EACR,IAAA;EACA,KAAA;EACA,OAAA;EACA,IAAA;AAAA;AAAA,UAGQ,eAAA;EACR,IAAA;EACA,UAAA,GAAa,qBAAqB;EAClC,GAAA;AAAA;AAAA,UAGQ,qBAAA,SAA8B,eAAe;EACrD,IAAA;EACA,OAAA;AAAA;AAAA,UAGQ,qBAAA,SAA8B,eAAe;EACrD,IAAA;EACA,QAAA;EACA,OAAA;AAAA;AAAA,UAGQ,iBAAA;EACR,IAAA;EACA,IAAA;EACA,UAAA,EAAY,UAAA;EACZ,OAAA;EACA,OAAA,GAAU,qBAAA;EACV,OAAA,EAAS,qBAAA;AAAA;AAAA,UAGM,cAAA;EACf,OAAA,EAAS,OAAA;EACT,OAAA,EAAS,GAAA;EACT,OAAA,EAAS,iBAAA;AAAA;;;;;;;iBASK,WAAA,CAAY,IAAS;AAxB5B;;;;;;;AAAA,iBAwWa,gBAAA,kBAAkC,OAAA,EACtD,OAAA,EAAS,QAAA,EACT,KAAA,aACC,OAAA;EAAU,IAAA;EAAc,UAAA;AAAA;;;;;;;iBAsWL,WAAA,yBACI,cAAA,4BAGxB,OAAA,EAAS,gBAAA,CAAiB,eAAA,EAAiB,cAAA,GAC3C,GAAA,EAAK,kBAAA,CAAmB,eAAA,EAAiB,cAAA,IAAe,OAAA"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { $ as ExecutionContext, J as Context, M as ResolvedConfig, Z as EnvironmentContext } from "./config-DboKmDhl.mjs";
|
|
2
|
-
import { SourceFile } from "ts-morph";
|
|
3
|
-
|
|
4
|
-
//#region src/lib/generate-types.d.ts
|
|
5
|
-
interface ModuleExportSpecifier {
|
|
6
|
-
name: string;
|
|
7
|
-
alias?: string;
|
|
8
|
-
default?: boolean;
|
|
9
|
-
type?: boolean;
|
|
10
|
-
}
|
|
11
|
-
interface ModuleReference {
|
|
12
|
-
name?: string;
|
|
13
|
-
specifiers?: ModuleExportSpecifier[];
|
|
14
|
-
all?: boolean;
|
|
15
|
-
}
|
|
16
|
-
interface ImportModuleReference extends ModuleReference {
|
|
17
|
-
name: string;
|
|
18
|
-
ambient?: boolean;
|
|
19
|
-
}
|
|
20
|
-
interface ExportModuleReference extends ModuleReference {
|
|
21
|
-
text: string;
|
|
22
|
-
fullText: string;
|
|
23
|
-
comment?: string;
|
|
24
|
-
}
|
|
25
|
-
interface ModuleDeclaration {
|
|
26
|
-
name: string;
|
|
27
|
-
text: string;
|
|
28
|
-
sourceFile: SourceFile;
|
|
29
|
-
comment?: string;
|
|
30
|
-
exports: (ExportModuleReference | string)[];
|
|
31
|
-
imports: ImportModuleReference[];
|
|
32
|
-
}
|
|
33
|
-
interface TypegenContext {
|
|
34
|
-
context: Context;
|
|
35
|
-
emitted: Map<string, string>;
|
|
36
|
-
modules: ModuleDeclaration[];
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Formats the generated TypeScript types source code.
|
|
40
|
-
*
|
|
41
|
-
* @param code - The generated TypeScript code.
|
|
42
|
-
* @returns The formatted TypeScript code.
|
|
43
|
-
*/
|
|
44
|
-
declare function formatTypes(code?: string): string;
|
|
45
|
-
/**
|
|
46
|
-
* Emits TypeScript declaration types for the provided files using the given TypeScript configuration.
|
|
47
|
-
*
|
|
48
|
-
* @param context - The context containing options and environment paths.
|
|
49
|
-
* @param files - The list of files to generate types for.
|
|
50
|
-
* @returns A promise that resolves to the generated TypeScript declaration types.
|
|
51
|
-
*/
|
|
52
|
-
declare function emitBuiltinTypes<TContext extends Context>(context: TContext, files: string[]): Promise<{
|
|
53
|
-
code: string;
|
|
54
|
-
directives: string[];
|
|
55
|
-
}>;
|
|
56
|
-
/**
|
|
57
|
-
* Generate the Powerlines TypeScript declaration file
|
|
58
|
-
*
|
|
59
|
-
* @param context - The execution context for generating the TypeScript declaration file, which provides access to the project configuration, environment, and utility functions for performing the generation. The context is used to manage the state and behavior of the generation process, allowing for hooks to be called at different stages and for environment-specific configurations to be applied.
|
|
60
|
-
* @param env - The environment context to use for generating the TypeScript declaration file
|
|
61
|
-
*/
|
|
62
|
-
declare function handleTypes<TResolvedConfig extends ResolvedConfig, TSystemContext = unknown>(context: ExecutionContext<TResolvedConfig, TSystemContext>, env: EnvironmentContext<TResolvedConfig, TSystemContext>): Promise<void>;
|
|
63
|
-
//#endregion
|
|
64
|
-
export { handleTypes as i, emitBuiltinTypes as n, formatTypes as r, TypegenContext as t };
|
|
65
|
-
//# sourceMappingURL=generate-types-Dw6p3cB_.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generate-types-Dw6p3cB_.d.mts","names":[],"sources":["../src/lib/generate-types.ts"],"mappings":";;;;UA2CU,qBAAA;EACR,IAAA;EACA,KAAA;EACA,OAAA;EACA,IAAA;AAAA;AAAA,UAGQ,eAAA;EACR,IAAA;EACA,UAAA,GAAa,qBAAqB;EAClC,GAAA;AAAA;AAAA,UAGQ,qBAAA,SAA8B,eAAe;EACrD,IAAA;EACA,OAAA;AAAA;AAAA,UAGQ,qBAAA,SAA8B,eAAe;EACrD,IAAA;EACA,QAAA;EACA,OAAA;AAAA;AAAA,UAGQ,iBAAA;EACR,IAAA;EACA,IAAA;EACA,UAAA,EAAY,UAAA;EACZ,OAAA;EACA,OAAA,GAAU,qBAAA;EACV,OAAA,EAAS,qBAAA;AAAA;AAAA,UAGM,cAAA;EACf,OAAA,EAAS,OAAA;EACT,OAAA,EAAS,GAAA;EACT,OAAA,EAAS,iBAAA;AAAA;;;;;;;iBASK,WAAA,CAAY,IAAS;AAxB5B;;;;;;;AAAA,iBAwWa,gBAAA,kBAAkC,OAAA,EACtD,OAAA,EAAS,QAAA,EACT,KAAA,aACC,OAAA;EAAU,IAAA;EAAc,UAAA;AAAA;;;;;;;iBAsWL,WAAA,yBACI,cAAA,4BAGxB,OAAA,EAAS,gBAAA,CAAiB,eAAA,EAAiB,cAAA,GAC3C,GAAA,EAAK,kBAAA,CAAmB,eAAA,EAAiB,cAAA,IAAe,OAAA"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { on as UnpluginBuilderVariant, pt as UnresolvedContext } from "./config-DboKmDhl.mjs";
|
|
2
|
-
import { UnpluginBuildContext } from "unplugin";
|
|
3
|
-
|
|
4
|
-
//#region src/lib/unplugin/helpers.d.ts
|
|
5
|
-
/**
|
|
6
|
-
* Merges a base plugin context with an unplugin context, combining their properties.
|
|
7
|
-
*
|
|
8
|
-
* @param contextA - The base plugin context to merge into.
|
|
9
|
-
* @param contextB - The unplugin context to merge from.
|
|
10
|
-
* @returns The merged context.
|
|
11
|
-
*/
|
|
12
|
-
declare function combineContexts<TContextA extends UnresolvedContext | UnpluginBuildContext, TContextB extends UnresolvedContext | UnpluginBuildContext>(contextA: TContextA, contextB: TContextB): TContextA & TContextB;
|
|
13
|
-
/**
|
|
14
|
-
* Checks if a value is a valid UnpluginBuilderVariant.
|
|
15
|
-
*
|
|
16
|
-
* @param str - The value to check.
|
|
17
|
-
* @returns True if the value is a UnpluginBuilderVariant, false otherwise.
|
|
18
|
-
*/
|
|
19
|
-
declare function isUnpluginBuilderVariant(str: unknown): str is UnpluginBuilderVariant;
|
|
20
|
-
//#endregion
|
|
21
|
-
export { isUnpluginBuilderVariant as n, combineContexts as t };
|
|
22
|
-
//# sourceMappingURL=helpers-CrRRFQl5.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers-CrRRFQl5.d.mts","names":[],"sources":["../src/lib/unplugin/helpers.ts"],"mappings":";;;;;AAgCA;;;;;;iBAAgB,eAAA,mBACI,iBAAA,GAAoB,oBAAA,oBACpB,iBAAA,GAAoB,oBAAA,EACtC,QAAA,EAAU,SAAA,EAAW,QAAA,EAAU,SAAA,GAAY,SAAA,GAAY,SAAA;;;;;;;iBAUzC,wBAAA,CACd,GAAA,YACC,GAAA,IAAO,sBAAsB"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { on as UnpluginBuilderVariant, pt as UnresolvedContext } from "./config-BnV_o0Es.cjs";
|
|
2
|
-
import { UnpluginBuildContext } from "unplugin";
|
|
3
|
-
|
|
4
|
-
//#region src/lib/unplugin/helpers.d.ts
|
|
5
|
-
/**
|
|
6
|
-
* Merges a base plugin context with an unplugin context, combining their properties.
|
|
7
|
-
*
|
|
8
|
-
* @param contextA - The base plugin context to merge into.
|
|
9
|
-
* @param contextB - The unplugin context to merge from.
|
|
10
|
-
* @returns The merged context.
|
|
11
|
-
*/
|
|
12
|
-
declare function combineContexts<TContextA extends UnresolvedContext | UnpluginBuildContext, TContextB extends UnresolvedContext | UnpluginBuildContext>(contextA: TContextA, contextB: TContextB): TContextA & TContextB;
|
|
13
|
-
/**
|
|
14
|
-
* Checks if a value is a valid UnpluginBuilderVariant.
|
|
15
|
-
*
|
|
16
|
-
* @param str - The value to check.
|
|
17
|
-
* @returns True if the value is a UnpluginBuilderVariant, false otherwise.
|
|
18
|
-
*/
|
|
19
|
-
declare function isUnpluginBuilderVariant(str: unknown): str is UnpluginBuilderVariant;
|
|
20
|
-
//#endregion
|
|
21
|
-
export { isUnpluginBuilderVariant as n, combineContexts as t };
|
|
22
|
-
//# sourceMappingURL=helpers-DBLIQW3U.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers-DBLIQW3U.d.cts","names":[],"sources":["../src/lib/unplugin/helpers.ts"],"mappings":";;;;;AAgCA;;;;;;iBAAgB,eAAA,mBACI,iBAAA,GAAoB,oBAAA,oBACpB,iBAAA,GAAoB,oBAAA,EACtC,QAAA,EAAU,SAAA,EAAW,QAAA,EAAU,SAAA,GAAY,SAAA,GAAY,SAAA;;;;;;;iBAUzC,wBAAA,CACd,GAAA,YACC,GAAA,IAAO,sBAAsB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-Dhc3ahex.d.cts","names":[],"sources":["../src/constants/hooks.ts"],"mappings":";cAkBa,iBAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-Dhc3ahex.d.mts","names":[],"sources":["../src/constants/hooks.ts"],"mappings":";cAkBa,iBAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { $ as ExecutionContext, Bt as HooksList, Ht as InferHookFunction, M as ResolvedConfig, Qt as Plugin, Rt as CallHookOptions, Ut as InferHookParameters, Z as EnvironmentContext, it as PluginContext } from "./config-DboKmDhl.mjs";
|
|
2
|
-
//#region src/lib/hooks.d.ts
|
|
3
|
-
/**
|
|
4
|
-
* Merges the current hook result with the previous results based on their types.
|
|
5
|
-
*
|
|
6
|
-
* @param currentResult - The current hook result to merge with the previous results.
|
|
7
|
-
* @param previousResults - The previous hook results to merge with the current result.
|
|
8
|
-
* @returns The merged result.
|
|
9
|
-
*/
|
|
10
|
-
declare function mergeResults<T extends Record<string | number | symbol, any> | string>(currentResult: T, previousResults: T[]): T[];
|
|
11
|
-
/**
|
|
12
|
-
* Merges multiple hook results together, with special handling for string values and object values.
|
|
13
|
-
*
|
|
14
|
-
* @param currentResult - The current hook result to merge with the previous results.
|
|
15
|
-
* @param previousResults - The previous hook results to merge with the current result.
|
|
16
|
-
* @returns The merged result.
|
|
17
|
-
*/
|
|
18
|
-
declare function mergeConfigs<T>(currentResult: T, previousResults: T): T;
|
|
19
|
-
declare function extractHooks<TResolvedConfig extends ResolvedConfig = ResolvedConfig, TSystemContext = unknown>(context: PluginContext<TResolvedConfig, TSystemContext>, hooks: Record<string, HooksList<PluginContext<TResolvedConfig, TSystemContext>>>, plugin: Plugin<PluginContext<TResolvedConfig, TSystemContext>>, key: string, parentKey?: string): Record<string, HooksList<PluginContext<TResolvedConfig, TSystemContext>>>;
|
|
20
|
-
declare function callHook<TKey extends string, TResolvedConfig extends ResolvedConfig, TSystemContext = unknown>(context: ExecutionContext<TResolvedConfig, TSystemContext>, key: TKey, options: CallHookOptions & {
|
|
21
|
-
environment?: string | EnvironmentContext<TResolvedConfig, TSystemContext>;
|
|
22
|
-
}, ...args: InferHookParameters<PluginContext<TResolvedConfig, TSystemContext>, TKey>): Promise<ReturnType<InferHookFunction<PluginContext<TResolvedConfig, TSystemContext>, TKey>> | undefined>;
|
|
23
|
-
//#endregion
|
|
24
|
-
export { mergeResults as i, extractHooks as n, mergeConfigs as r, callHook as t };
|
|
25
|
-
//# sourceMappingURL=index-LtpXjuJR.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-LtpXjuJR.d.mts","names":[],"sources":["../src/lib/hooks.ts"],"mappings":";;;;;;;;;iBA0DgB,YAAA,WACJ,MAAA,0CACV,aAAA,EAAe,CAAA,EAAG,eAAA,EAAiB,CAAA,KAAM,CAAA;;;;;;;;iBA8B3B,YAAA,IAAgB,aAAA,EAAe,CAAA,EAAG,eAAA,EAAiB,CAAA,GAAI,CAAA;AAAA,iBAyKvD,YAAA,yBACU,cAAA,GAAiB,cAAA,4BAGzC,OAAA,EAAS,aAAA,CAAc,eAAA,EAAiB,cAAA,GACxC,KAAA,EAAO,MAAA,SAEL,SAAA,CAAU,aAAA,CAAc,eAAA,EAAiB,cAAA,KAE3C,MAAA,EAAQ,MAAA,CAAO,aAAA,CAAc,eAAA,EAAiB,cAAA,IAC9C,GAAA,UACA,SAAA,YACC,MAAA,SAAe,SAAA,CAAU,aAAA,CAAc,eAAA,EAAiB,cAAA;AAAA,iBAwIrC,QAAA,8CAEI,cAAA,4BAGxB,OAAA,EAAS,gBAAA,CAAiB,eAAA,EAAiB,cAAA,GAC3C,GAAA,EAAK,IAAA,EACL,OAAA,EAAS,eAAA;EACP,WAAA,YAAuB,kBAAA,CAAmB,eAAA,EAAiB,cAAA;AAAA,MAE1D,IAAA,EAAM,mBAAA,CACP,aAAA,CAAc,eAAA,EAAiB,cAAA,GAC/B,IAAA,IACD,OAAA,CAAA,UAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,eAAA,EAAA,cAAA,GAAA,IAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { $ as ExecutionContext, Bt as HooksList, Ht as InferHookFunction, M as ResolvedConfig, Qt as Plugin, Rt as CallHookOptions, Ut as InferHookParameters, Z as EnvironmentContext, it as PluginContext } from "./config-BnV_o0Es.cjs";
|
|
2
|
-
//#region src/lib/hooks.d.ts
|
|
3
|
-
/**
|
|
4
|
-
* Merges the current hook result with the previous results based on their types.
|
|
5
|
-
*
|
|
6
|
-
* @param currentResult - The current hook result to merge with the previous results.
|
|
7
|
-
* @param previousResults - The previous hook results to merge with the current result.
|
|
8
|
-
* @returns The merged result.
|
|
9
|
-
*/
|
|
10
|
-
declare function mergeResults<T extends Record<string | number | symbol, any> | string>(currentResult: T, previousResults: T[]): T[];
|
|
11
|
-
/**
|
|
12
|
-
* Merges multiple hook results together, with special handling for string values and object values.
|
|
13
|
-
*
|
|
14
|
-
* @param currentResult - The current hook result to merge with the previous results.
|
|
15
|
-
* @param previousResults - The previous hook results to merge with the current result.
|
|
16
|
-
* @returns The merged result.
|
|
17
|
-
*/
|
|
18
|
-
declare function mergeConfigs<T>(currentResult: T, previousResults: T): T;
|
|
19
|
-
declare function extractHooks<TResolvedConfig extends ResolvedConfig = ResolvedConfig, TSystemContext = unknown>(context: PluginContext<TResolvedConfig, TSystemContext>, hooks: Record<string, HooksList<PluginContext<TResolvedConfig, TSystemContext>>>, plugin: Plugin<PluginContext<TResolvedConfig, TSystemContext>>, key: string, parentKey?: string): Record<string, HooksList<PluginContext<TResolvedConfig, TSystemContext>>>;
|
|
20
|
-
declare function callHook<TKey extends string, TResolvedConfig extends ResolvedConfig, TSystemContext = unknown>(context: ExecutionContext<TResolvedConfig, TSystemContext>, key: TKey, options: CallHookOptions & {
|
|
21
|
-
environment?: string | EnvironmentContext<TResolvedConfig, TSystemContext>;
|
|
22
|
-
}, ...args: InferHookParameters<PluginContext<TResolvedConfig, TSystemContext>, TKey>): Promise<ReturnType<InferHookFunction<PluginContext<TResolvedConfig, TSystemContext>, TKey>> | undefined>;
|
|
23
|
-
//#endregion
|
|
24
|
-
export { mergeResults as i, extractHooks as n, mergeConfigs as r, callHook as t };
|
|
25
|
-
//# sourceMappingURL=index-xk4vSgtB.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-xk4vSgtB.d.cts","names":[],"sources":["../src/lib/hooks.ts"],"mappings":";;;;;;;;;iBA0DgB,YAAA,WACJ,MAAA,0CACV,aAAA,EAAe,CAAA,EAAG,eAAA,EAAiB,CAAA,KAAM,CAAA;;;;;;;;iBA8B3B,YAAA,IAAgB,aAAA,EAAe,CAAA,EAAG,eAAA,EAAiB,CAAA,GAAI,CAAA;AAAA,iBAyKvD,YAAA,yBACU,cAAA,GAAiB,cAAA,4BAGzC,OAAA,EAAS,aAAA,CAAc,eAAA,EAAiB,cAAA,GACxC,KAAA,EAAO,MAAA,SAEL,SAAA,CAAU,aAAA,CAAc,eAAA,EAAiB,cAAA,KAE3C,MAAA,EAAQ,MAAA,CAAO,aAAA,CAAc,eAAA,EAAiB,cAAA,IAC9C,GAAA,UACA,SAAA,YACC,MAAA,SAAe,SAAA,CAAU,aAAA,CAAc,eAAA,EAAiB,cAAA;AAAA,iBAwIrC,QAAA,8CAEI,cAAA,4BAGxB,OAAA,EAAS,gBAAA,CAAiB,eAAA,EAAiB,cAAA,GAC3C,GAAA,EAAK,IAAA,EACL,OAAA,EAAS,eAAA;EACP,WAAA,YAAuB,kBAAA,CAAmB,eAAA,EAAiB,cAAA;AAAA,MAE1D,IAAA,EAAM,mBAAA,CACP,aAAA,CAAc,eAAA,EAAiB,cAAA,GAC/B,IAAA,IACD,OAAA,CAAA,UAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,eAAA,EAAA,cAAA,GAAA,IAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { J as Context } from "./config-DboKmDhl.mjs";
|
|
2
|
-
|
|
3
|
-
//#region src/lib/install-dependencies.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Install missing project dependencies.
|
|
6
|
-
*
|
|
7
|
-
* @param context - The build context.
|
|
8
|
-
*/
|
|
9
|
-
declare function installDependencies<TContext extends Context = Context>(context: TContext): Promise<void>;
|
|
10
|
-
//#endregion
|
|
11
|
-
export { installDependencies as t };
|
|
12
|
-
//# sourceMappingURL=install-dependencies-CCjZfS9Y.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"install-dependencies-CCjZfS9Y.d.mts","names":[],"sources":["../src/lib/install-dependencies.ts"],"mappings":";;;;;AA2BA;;;iBAAsB,mBAAA,kBAAqC,OAAA,GAAU,OAAA,EACnE,OAAA,EAAS,QAAA,GACR,OAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { J as Context } from "./config-BnV_o0Es.cjs";
|
|
2
|
-
|
|
3
|
-
//#region src/lib/install-dependencies.d.ts
|
|
4
|
-
/**
|
|
5
|
-
* Install missing project dependencies.
|
|
6
|
-
*
|
|
7
|
-
* @param context - The build context.
|
|
8
|
-
*/
|
|
9
|
-
declare function installDependencies<TContext extends Context = Context>(context: TContext): Promise<void>;
|
|
10
|
-
//#endregion
|
|
11
|
-
export { installDependencies as t };
|
|
12
|
-
//# sourceMappingURL=install-dependencies-CyeYsrfz.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"install-dependencies-CyeYsrfz.d.cts","names":[],"sources":["../src/lib/install-dependencies.ts"],"mappings":";;;;;AA2BA;;;iBAAsB,mBAAA,kBAAqC,OAAA,GAAU,OAAA,EACnE,OAAA,EAAS,QAAA,GACR,OAAA"}
|