nuxt-modules / device

Nuxt module for detecting device type.
MIT License
886 stars 49 forks source link

chore: use module-builder stub mode for more accurate types #178

Closed danielroe closed 2 months ago

danielroe commented 7 months ago

We added a prepare command for nuxt-module-build which allows creating type stubs directly from the module without needing to apply to the playground as well. (https://github.com/nuxt/module-builder/pull/124)

It's the default for new modules (https://github.com/nuxt/starter/pull/392).

This should allow us to match types more appropriately for module authors (for example, disallowing auto-imports) in future.

DamianGlowala commented 2 months ago

Added in https://github.com/nuxt-modules/device/pull/199 🙏