You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.modules/lib/types.ts
Lines 3 to 12 in 5346488
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.The text was updated successfully, but these errors were encountered: