Vlad Sirenko

Results 28 issues of Vlad Sirenko

## What 1. Reduced barrel issue 2. ~small optimization with `process.title`~ 3. moved the optional `require` ## Describe the request in detail. What it does and why it's being changed....

Fixes https://github.com/unjs/jiti/issues/145

separate files classes instead of prototype

### 🔗 Linked issue https://github.com/unjs/jiti/issues/145 ### ❓ Type of change replace `babel-plugin-transform-typescript-metadata` - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [X] 🐞 Bug fix...

migrate to class syntax (Chain, request, response) copied class from https://github.com/fastify/light-my-request/pull/252 but without changing the logic in `lib/do-inject.js` (`doInject`) (to resolve [Test Fastify Integration](https://github.com/fastify/light-my-request/actions/runs/6665455865/job/18115064636?pr=252)) #### Checklist - [X] run `npm...

migrate to class syntax (Chain, request, response) bun.js support update usage of deprecated attribute - [http.ServerResponse._header](https://github.com/fastify/light-my-request/blob/v5.10.0/lib/response.js#L177) - [http.ServerResponse.connection](https://github.com/fastify/light-my-request/blob/v5.10.0/lib/response.js#L45) #### Checklist - [X] run `npm run test` and `npm run benchmark`...

benchmark

migrate to class syntax (Chain, request, response) add a mock socket class (parse headers, body, trailers) change emitting and subscription this is the sequel to https://github.com/fastify/light-my-request/pull/252 bun.js support update usage...

https://github.com/tinylibs/tinybench/blob/v2.5.0/src/bench.ts#L11 https://github.com/tinylibs/tinybench/blob/v2.5.0/src/task.ts#L4 I suggest leaving only the `import Task` in the branch After approval, I can create a PR (with backward compatibility, of course, as far as possible)

I have a multi-repository and would not like to duplicate commands It would be great to be able to call a task from another directory a great example is https://github.com/google/wireit?tab=readme-ov-file#cross-package-dependencies...

enhancement