RA80533

Results 53 issues of RA80533

https://github.com/github/codeql-action/blob/f00bafbde1cf72f723cff6bcb0fa170325b2edb9/src/config-utils.ts#L1098 Unfortunately, JSON.parse() is typed as returning `any`. It appears that this was not an issue that was reported because `noImplicitAny` was explicitly disabled in the root tsconfig.json.

## 🚀 Feature Proposal Include ".ts" in the default values of `extensionsToTreatAsEsm` for TypeScript projects with "type": "module". ## Motivation The TypeScript compiler treats .ts files as their would-be .js...

:rocket: Feature Request

### Comparison #### 0f7f007 (master) ```console $ rm -rf dist/ ``` ```console $ time yarn build yarn run v1.22.10 […] real 0m1.201s user 0m1.737s sys 0m0.159s ``` ```console $ time...

[validate-value](https://github.com/thenativeweb/validate-value)

I encountered an issue with deploying. I didn't know what caused it until I enabled `--no-silent`: ```console *** Please tell me who you are. Run git config --global user.email "[email protected]"...

enhancement

As the title suggests, both `Content-Encoding` and `X-Content-Encoding` are set. This is more than likely a bug: - They are duplicates of one another - `X-Content-Encoding` is the nonstandard variant...

I installed the TypeScript kernel via `tslab install --binary --sys-prefix`. The kernel is able to run and execute TypeScript; however, it seems to have trouble finding imports. ```console $ npm...