-
```console
$ npm dist-tags ls @types/node
latest: 7.0.60
ts2.0: 9.6.2
ts2.1: 9.6.2
ts2.2: 9.6.2
ts2.3: 9.6.2
ts2.4: 9.6.2
ts2.5: 9.6.2
ts2.6: 9.6.2
ts2.7: 9.6.2
ts2.8: 9.6.2
ts2.9: 9.6.2
…
-
If you know how to fix the issue, make a pull request instead.
I try to make a PR, but the check failed, and I can't figure out why. #43704 Maybe someone can fix this, I closed my PR ahead.
- [x…
-
@types/node , in events.EventEmitter and net.Socket and net.Server ,Some attribute definitions are missing
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/941b0622f8087361ba28d25602a0c0d…
-
- [x] I tried using the `@types/node` package and had problems.
- [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- Version 3.1.1
- [ ] I have a questi…
-
- [x] I tried using the `@types/node` package and had problems.
- [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- [x] I have a question that is inappro…
-
If we try to use `$ExpectError` inside of `types/node/node-tests.ts`:
```ts
declare const fn: (a: number) => number;
// $ExpectError
fn('foo');
```
When linting, this fails with:
```sh-se…
-
Minimal repro:
```ts
import util from 'util';
util.inspect(1, { compact: true });
```
Here is the [changelog](https://nodejs.org/api/util.html#util_util_inspect_object_options):
Version | Ch…
-
### Bug description
Marian gets stuck before allocating memory on NVIDIA GeForce RTX 3090 GPUs.
I tested it on workspace 10GB and 20GB, it doesn't affect it, both are stuck.
Neither disabling mini-…
fiqas updated
3 years ago
-
I was trying to create a pull request ([this one](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/25864)). In this pull request, I used conditional types (which is only available in TypeScript…
-
- [x] I tried using the `@types/xxxx` package and had problems.
- [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- [x] I have a question that is inappro…