-
Following the instructions in [README.md](https://github.com/serverless/examples/blob/master/aws-node-rest-api-typescript/README.md) on running the app you will see
{"message": "Internal server error…
-
Looks like triple slash references to remote modules don't work when there's at least 2 of them in a project:
```js
// @ts-check
///
///
```
VSCode says:
```
File 'internal:///missing_…
phaux updated
1 month ago
-
### 🔍 Search Terms
"path intellisense","path completion","asset path completion"
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [X] This…
-
Given the following base class:
``` typescript
export interface Identifiable {
id?: I
}
export abstract class CrudControllerBase {
@GET
@Path( ':entityId' )
async getById( @PathPara…
-
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…
-
When I try to update a file on a repo using : `octokit.repos().update_file().send()` I get a 422 status code.
I'm on a Github Enterprise Server and using a Github App.
422 should be "Validation …
-
## Search Terms
json const assertion import
## Suggestion
The ability to get const types from a json configuration file.
IE if the json is:
```json
{
appLocales: ["FR","BE"]
}
…
-
### 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…
-
Typescript
Node 20
mocha js
Issue: getting error on typed-rest-client on processing response when the following call is made:
const response = await this.client.request(new mailinator_clien…
-
### 🔍 Search Terms
isolated declarations constructor generic infer
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [X] This wouldn…