-
I keep on getting messages like this, suggesting that arquero cannot find it's type declarations:
node_modules/arquero/dist/types/op/window-functions.d.ts:25:35 - error TS2304: Cannot find name 'Wi…
-
### Is there an existing issue for this?
- [x] I have searched existing issues, it hasn't been reported yet
### Use case description
Currently in `lib/configuration/read.js` a serverless.js is alwa…
-
# Issue
## Versions
- sequelize: ^6.17.0
- sequelize-typescript: ^2.1.3
- typescript: ^4.5.4
- fastify: ^3.0.0
## Issue type
- [X] bug report
## Actual behavior
`…
-
### Describe the bug
When using @swc/jest to transpile ts to commonjs and running jest --coverage certain branches are shown as not covered (console logging in these branches show that tests do run t…
-
### Environment information
```plain text
System:
OS: Windows 11 10.0.22631
CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
Memory: 4.69 GB / 15.79 GB
Binaries:
Node: 20.1…
-
I've copied the following example code into a TypeScript project and it does not print anything when I run the `serve 1000`, the serve command handler doesn't print anything. Only the final `console.l…
-
## 📝 Provide detailed reproduction steps (if any)
1. install ckeditor5 ckeditor5-premium-features
2. install @ckeditor/ckeditor5-react
3.
```
import { CKEditor } from '@ckeditor/ckeditor5-r…
-
Upstream `tidy` uses the TypeScript “disposable” pattern by copy-pasting some boilerplate-y code: https://github.com/zxch3n/tidy/blob/master/src/dispose.ts
If I understand correctly, this pattern i…
dhess updated
6 months ago
-
### Suggestion
ESLint uses [`Object.hasOwn()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn) (e.g. in [`lib/rules/prefer-object-has-own`](https://g…
-
when I use cheerio in my project with typescript, and try to compile it by `tsc`. The compiler throws an exception described below:
```typescript
error TS2307: Cannot find module '.' or its corre…