-
Hi,
Using the brand new 2.0.0 release, the abstract class HttpError seems not to be exported by default.
I have to implement :
```
import { Errors } from 'typescript-rest';
export CustomE…
-
TypeDoc 0.27 is now in beta! :tada:
Please try it out and report any issues in new issues:
```console
npm install --save-dev typedoc@beta
```
The full release will be made on 2024-11-21 (TS…
-
### 🔍 Search Terms
".d.ts","jsdoc"
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of exist…
-
### Describe the bug
1. Path params are strings, but if I want to transform in something else I get type error in the middleware because in Request["params"] only strings are acceptable
### How to r…
-
Currently an unsupported project [https://github.com/vojtechhabarta/typescript-generator] is used but it is not maintained and has lots of hacks.
Open API generator project is much more active and …
-
```
{
"compileOnSave": true,
"compilerOptions": {
"declaration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "commonjs…
-
### 🔍 Search Terms
any marker editor
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of exi…
-
I'm using a turborepo monorepo and I'm seeing if `packages/A/src/a.ts` imports from `packages/A/src/b.ts` AND `packages/B/src/a.ts` imports from `packages/B/src/b.ts`, then `import/no-extraneous-depen…
-
### What happened?
I'm working on a script to configure merge queues across many repos (code snippet below).
I noticed that 3 of the fields I tried to configure had TS errors. If I use `@ts-expe…
-
### 🔎 Search Terms
`destructuring`, `Cannot destructure as it is undefined`, `optional chaining destructuring`
### 🕗 Version & Regression Information
- This changed between versions ______ and ____…