Open 2nofa11 opened 3 weeks ago
The lib/types.ts file contains a // TODO: Move to @nuxt/kit comment for the ModuleCompatibility type. Moving this type to @nuxt/kit would improve modularity and make it easier to reuse across modules.
lib/types.ts
// TODO: Move to @nuxt/kit
ModuleCompatibility
@nuxt/kit
https://github.com/nuxt/modules/blob/5346488a2d061c6508cf0df2ad08fe9d9813a9ae/lib/types.ts#L3-L12
Guidance on the preferred location within @nuxt/kit for this type would be appreciated.
Description
The
lib/types.ts
file contains a// TODO: Move to @nuxt/kit
comment for theModuleCompatibility
type. Moving this type to@nuxt/kit
would improve modularity and make it easier to reuse across modules.https://github.com/nuxt/modules/blob/5346488a2d061c6508cf0df2ad08fe9d9813a9ae/lib/types.ts#L3-L12
Proposed Solution
ModuleCompatibility
type definition to@nuxt/kit
.ModuleCompatibility
from@nuxt/kit
.Additional Context
Guidance on the preferred location within
@nuxt/kit
for this type would be appreciated.