Clément Billoré

Results 3 issues of Clément Billoré

Hello, Previously in 3.0.0, using a type handler for boolean field does correct things, it was transforming booleans into what you want. But it seems that, in some cases with...

### 🔍 Search Terms "rewriteRelativeImportExtensions", "allowImportingTsExtensions", "extension', "rewrite", "tsc" ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change...

Suggestion
Awaiting More Feedback

#### What would you like to discuss? Hello, Currently, the request `body` option can be, among others types, `Generator` / `AsyncGenerator`: https://github.com/sindresorhus/got/blob/a7b5aec57a0245cafbd21696d52cd6bd6c95628a/source/core/options.ts#L1306-1311 These bodies are used like anything implementing the...