Pooya Parsa
Pooya Parsa
### Describe the feature Context: https://github.com/unjs/h3/pull/911 / @kursataktas https://gurubase.io/ collects data from docs and repo to answer questions by leveraging the LLM. I think we can start experimenting with LLM...
### Reproduction link or steps rolldown: (issue) https://stackblitz.com/edit/github-h5ibjszy-43e3vno5?file=src%2Findex.mjs,rolldown.config.mjs,package.json rollup + commonjs plugin (working) https://stackblitz.com/edit/github-h5ibjszy?file=rollup.config.mjs,package.json,pnpm-lock.yaml ---- lib.cjs ```js module.exports = function test() { const { join } = require('node:path'); return join('foo',...
Nuxt comes with built-in [Nitro tasks](https://nitro.build/guide/tasks) API with [Scheduled Tasks](https://nitro.build/guide/tasks#scheduled-tasks) support -- universally. If you like to maintain this module for additional DX, that's fine but please consider using Nitro...
Trying to compile on my Mac machine with isolated env, this was a simple but working script i made (please let me know if expect any changes or adding to...
```[tasklist] ### Tasks - [ ] Animated spinner (https://github.com/unjs/consola/pull/334) - [ ] Remove timestamp tag - [ ] ESM-only dist - [ ] Remove legacy core aliases / reexports -...
closes #284 This PR enables an animated spinner with `consola.start()` which is stopped by `consola.{sucess,fail,fatalerror}` The implementation also handles multi-line interrupts when the spinner is spinning and another log happens....
### Describe the feature (context: quickly talking with @yyx990803) Vite 6 with environment API allows loading ts config files similar to jiti. We can optionally support vite as a config...
### Describe the feature Vite has [Glob Import](https://vite.dev/guide/features#glob-import) support. Example: ```js const modules = import.meta.glob('./dir/*.js') ``` We might support it for jiti but it will be a non-standard feature. For...
### Describe the feature Hookable hooks will be called sequentially by default with original arguments. But result of each step is not preserved. We could export a built-in chainable hook...
Relavant topics: #133, #150 ohash v1 used to have support for murmurhash and sha256 (hex). With v2 we removed them since main functionality is one single `hash()` behavior but seems...