-
CLI commands cannot be used at this point because they require the compilation of the project source code, and the source code requires the installation of the dependencies that are supposed to be giv…
-
### 🔍 Search Terms
uninitialized variable, undefined, closure, strict property initialization,
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaS…
-
## Search Terms
autocomplete union wide
## Suggestion
In both https://github.com/microsoft/TypeScript/issues/28743 and https://github.com/microsoft/TypeScript/issues/28743 they were correctl…
orta updated
20 hours ago
-
Given the following base class:
``` typescript
export interface Identifiable {
id?: I
}
export abstract class CrudControllerBase {
@GET
@Path( ':entityId' )
async getById( @PathPara…
-
### 🔍 Search Terms
regex, regular expression, syntax highlighting
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't chang…
-
As detailed in [this gist](https://gist.github.com/bengry/2e76d76a29da12ab8f5907c4dfc933c8) (also shared in https://github.com/graphql-mocks/graphql-mocks/issues/273), we're using `graphql-mocks` to c…
-
### Package name
core
### Package version
11.0.4
### Reproduction steps
Create an API specification (json or yaml format) containing an endpoint with a parameter whose name contains '['…
-
Just reporting it in hope dts2hx will work out of the box for [telegraf](https://www.npmjs.com/package/telegraf) (4.0.0).
Btw, dts2hx is super cool, please keep it up :)
```
> Converting module t…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Versions
4.2.0, 4.2.1
### Description
I…
-
Current stage-3 spec requires object spread should define new properties on rest object, not set value on rest object.
Spec:
http://sebmarkbage.github.io/ecmascript-rest-spread/#AbstractOperations…