Pooya Parsa
Pooya Parsa
### Describe the feature I've disabled jsdocs transform in 62ede86a7463fb15b34b5d66cf8fc0571d51adb1 since it currently moves all blocks like alerts to the last we should fix it. (also the headings are not...
### Describe the feature Context: https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md ### Additional information - [ ] Would you be willing to help implement this feature?
**Context:** Changes in this pull request, are an attempt to fix the root cause of a long-lasting issue we had with Nuxt 3, composition API, and especially during the server-side-rendering...
### Describe the feature We can introduce `changelogen release-ci` that triggers release on each CI run. [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) could be first provider but i am thinking that we design internal impl...
(source: reported by @benjamincanac / reproduced on https://github.com/nuxt/ui/tree/847ee4591abee63cc503bf32d62341d16be6ebc5 `dist/runtimes/types/index.ts` after build) --- https://github.com/unjs/mkdist/pull/243 introduced a regression in 1.5.7+ with `addRelativeDeclarationExtensions` option since it assumes all source file **will** emit a...
### Describe the feature Context: https://github.com/unjs/pkg-types/issues/191 We can simply expose a new `/resovler` subpath that only evaluates the logic for ESM resolution for perf improvement. ### Additional information - [...
### Describe the feature Usually, there are some hooks that are to be called only once. In the current API, it is delegated to hook consumers to use `hookOnce` on...
### Describe the feature H3 v2 is removing destr support from `readBody` utility. This is to reduce bundle size and leverage native [`Response.json()`](https://developer.mozilla.org/en-US/docs/Web/API/Response/json) of the runtime platforms when possible. While...
### Describe the feature Just an idea while was making [this](https://twitter.com/_pi0_/status/1828442076662411542) c12 could support configs with any format to be written in `foo.config` files. Supporting implicit extensions has downsides, first...
### Describe the feature We added initial JSX support in #200 (thanks to @yuusheng), however, framework configuration is manual and Solid needs a different transformer than [@babel/plugin-transform-react-jsx](https://babeljs.io/docs/babel-plugin-transform-react-jsx) ([babel-plugin-jsx-dom-expressions](https://github.com/ryansolid/dom-expressions/tree/main/packages/babel-plugin-jsx-dom-expressions)) If we...