Slee Woo

Results 4 comments of Slee Woo

@leonitousconforti, using your solution, works perfect with latest version! updated it a bit to get rid of @ts-ignore ```ts onState(this: any) { this.fallback = { title: this.input, value: this.input }...

for a while now using this to force load updated(or perhaps not) esm modules: ```ts const app = await import(`./path/to/file.mjs?_=${ new Date().getTime() }`) ``` not sure about memory leaks though,...

definitely a must, imo. if i have a terminal open in some tab and need it in another tab, manually closing terminal and open it in new tab. sort of...

any update on this? @tvillaren, is it about adding an additional check to https://github.com/fabien0102/ts-to-zod/blob/044b0f584c55db40d38cb95e1dd5311f926f8758/src/core/generateZodSchema.ts#L399 and appending `.partial()` only if `typeNode.typeArguments[0]` is an interface?