devcaeg
devcaeg
Any updates?
> Thanks for the implementation! Should we call it `valibot` instead of `valibot/types`? Are there any downsides to this change? I need to do some research on my own before...
> Are you sure you're able to override `type` declarations in this way? In my experiments I get a "Duplicate identifier" error. I use this method on several projects and...
For example, the `adonisjs` framework uses this method. https://docs.adonisjs.com/guides/digging-deeper/emitter#making-events-type-safe
> Have you checked if the following works without modifying Valibot's source code? > > ```ts > // valibot.d.ts > declare module 'valibot' { > type Prettify = TObject; >...
The error is also caused by "useOnDocument".
I am using `flat config` from `ESLint` several months ago, and this is my configuration with `Qwik`, so far it works correctly. `eslint.config.js` ```js import typescriptPlugin from '@typescript-eslint/eslint-plugin'; import typescriptParser...
Same problem here
@wmertens When will this change be merged?
> is this PR still valid or is it abandoned ? If I am not mistaken they are waiting for version 2.0.