nuxt-modules / cloudinary

Cloudinary Module for Nuxt
https://cloudinary.nuxtjs.org
MIT License
249 stars 34 forks source link

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

Closed danielroe closed 9 months ago

danielroe commented 10 months ago

Types of changes

Description

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.

Checklist:

netlify[bot] commented 10 months ago

Deploy Preview for nuxt-cloudinary-module canceled.

Name Link
Latest commit 3c1edf9fcc6b46462df69050643a4c105ea2b340
Latest deploy log https://app.netlify.com/sites/nuxt-cloudinary-module/deploys/656e1d27a4b31e0008016a42
Baroshem commented 9 months ago

Thanks @danielroe for that! 💚