Pooya Parsa

Results 496 issues of Pooya Parsa

Currently it is possible via a hook or per entry only

Would be worth to add package name (and subpaths) to externals by default

enhancement

Moving from #291 Since we now support tsx/jsx out of the box for mkdist, i think it should be also possible for rollup out of the box without need of...

enhancement

https://github.com/unjs/untyped/pull/82 (currently we use an inline implementation that can get outdated)

enhancement

Hi. I discovered this issue since `@webassemblyjs/wasm-parser` is using an older (pinned) dependency of `@webassemblyjs/leb128` using deprecated `new Buffer()`. I made this PR that upgrades all pinned dependencies to 1.12.1....

Ref: https://github.com/nuxt/nuxt/issues/15649 The idea to use schema to set object/array merging strategy to override instead of extend/merge.

## Background Back in time I was developing the untyped library, the idea was to make a unified (build-time) solution to merge type and runtime validation from one source with...

discussion

We might introduce a new Schema format compatible with Json Type Defenition which was made for a very similar purpose. (needs more investigation) Some links: - Nice article by @galvez...

https://zod.dev/ A subpath util `defineZodSchema` from `untyped/zod` can be useful to define schema using zod and exporting an untyped / json-schema compatible interface. Giving both runtime and type satefly as...

enhancement
discussion