-
executed `npm install`, `npm run build` on codebase of main branch to get 53 errors in 3 files that appear to be due to using a dated Typescript version. I'm not entirely sure as I don't actively deve…
-
**TypeScript Version:** 3.2.2
**Search Terms:**
void parameter type extends generic
**Code**
```ts
function works1(n: number, b: void) { }
works1(12);
function works2(n: number…
-
Closure compiler should allow instantiating or extending the native EventTarget class, see [1]. Also see [2] which depicts that this is already implemented in Chrome.
Unfortunately closure compiler…
-
### 🔎 Search Terms
error recursive generic types
### 🕗 Version & Regression Information
- This changed between versions v5.7.0-beta and v4.1.5
### ⏯ Playground Link
https://www.typescriptlang.or…
-
添加一个BaseType使得可以少些一次xxxTarget_DTYPE类型
```diff
// types/global.d.ts
import type { FastifyRequest } from 'fastify/types/request'
// 这里是新添加的 BaseType 类型
+export type BaseType = {
+ [K in keyof…
-
Hola, cómo va? Quería consultar si este ejercicio está bien, ya que lo hice usando una clase que ví en la documentación de java pero creo que no lo dimos en clase. Lo probé y parece funcionar bien. Gr…
-
```
No separators in a *.gdscript file starting with a comment! unless a class_name is added to the file.
##----------------------------
## No separators
##----------------------------
extends…
-
- 문제 결과 모델
- 문제 모델
- 문제 번호
- 정답 여부
- 걸린 시간
- 사용자가 입력한 답
- 사칙 연산 문제 모델 (extends 문제 모델)
- 문제
- 정답
- 분수/퍼센트 비교 문제 모델 (extends 문제 모델)
- 첫 항
- 둘째 항
- isFirstGreater
- 알파…
-
**Describe the bug**
Depsite generic type in index.ts is declared properly
```ts
export class FSWatcher extends EventEmitter {
```
extracted types in index.ts (both esm, cjs) in a published pa…
-
### Description
Lots of type errors in the generated `react-query.gen.ts`
```ts
import type { Options } from '@hey-api/client-fetch';
type QueryKey = [
Pick & {
_id: string;
…