Pooya Parsa
Pooya Parsa
- [ ] Migrate from tar to nanotar (#131) - [ ] Use undici proxy (via ofetch)
### Describe the feature Some `node:crypto` exports in unenv v2 had been improved ([src](https://github.com/unjs/unenv/blob/main/src/runtime/node/internal/crypto/node.ts)) however many were also unimplemented and some commonly requested, we should investigate implementation (PRs more than...
### Describe the feature [`safer-buffer`](https://www.npmjs.com/package/safer-buffer) used by `mysql2` ``` mysql2 3.13.0 └─┬ iconv-lite 0.6.3 └── safer-buffer 2.1.2 ``` it breaks compatibility with cloudflare ### Additional information - [ ] Would...
### Describe the feature Some new modules are not listed as `builtinModules` and require mandatory `node:` prefix. unenv does not have polyfills for them currently. Docs: https://nodejs.org/api/modules.html#built-in-modules-with-mandatory-node-prefix List: [node:sea](https://nodejs.org/api/single-executable-applications.html#single-executable-application-api) [node:sqlite](https://nodejs.org/api/sqlite.html)...
### Describe the feature Currently, unstorage has two ways to access items: - `getItem(key)`: Returns a json parsed value if parsable or fallback to text - `getItemRaw(key): Returns raw storage...
### Describe the feature Found from https://github.com/nitrojs/nitro/issues/2174 Drivers such as fs/fsLite currently modify options objects. this might have unwanted side-effects especially if input options are used in different places. We...
Hey! Just came into this project randomly from nitrojs/nitro#2923. This is a really cool project specially because how clean it is designed. With Nitro v3 and Vite6 env, I was...
This is a superset of nuxt/nuxt.js#13552 and a requirement of devtools vision. Nuxt heavily depends on filesystem structure to configure project. As a result, we introduce filesystem _entities_ such as...
When only global nuxi is available, we get this: We can make it better now considering there is a global CLI with instructions or auto install
Note: (non unit) Tests need to running against dist as zero-dependency bundle behavior sometimes differs. We might switch in the CI for faster local development.