Joaquín Sánchez

Results 923 comments of Joaquín Sánchez

@ZYinMD thx The new docs are valid also for 0.12.0 (except for the new features in development) but there is a bug about the `injectRegister` option, it is broken, but...

@ZYinMD ok I'll try to refactor it, but due to amount of concepts, it is hard talk about things that are tighly coupled but their meaning are completly distinct. Maybe...

@ZYinMD do you have discord account?

> Hi @userquin , I didn't get a chance to test the new doc with real code, but here's some things I noticed: > > (Same as last time, my...

@ZYinMD I have included some links on `vite-plugin-pwa` entry on index guide: as you can see, before begining you're asking things that are explained later. If you check the `Service...

@ZYinMD about the `devOptions`, it is working: ![imagen](https://user-images.githubusercontent.com/6311119/174653316-adfa5eb7-6489-41df-b9f8-cc390fde307d.png)

@ZYinMD thx for the PR, closing since the changes are already on the docs: feel free to open new one if you have more suggestions

@antfu Created new branch `feat/auto-register-global-types`: - added `types` and split `resolvedImports` on `TransformOptions` (now has `imports` and `types`) on `src/types.ts`: added also some new stuff to support global types -...

Right now I include global types on `d.ts` file using: ```ts // Generated by 'unplugin-auto-import' // We suggest you to commit this file into source control import type { ComputedRef...

Current approach on `IntelliJ`: ![image](https://user-images.githubusercontent.com/6311119/136717622-7840f17f-eb9b-45ad-a657-0bdff36d5df5.png) With suggested approach on `vue-global-api` repo on `IntelliJ`: ![image](https://user-images.githubusercontent.com/6311119/136717580-22a7abe1-9ffc-4ff4-9bd5-27d83826c453.png)