typescript
https://github.com/microsoft/typescript
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported748 Subscribers
View all SubscribersAdd a CodeTriage badge to typescript
Help out
- Issues
- Typescript still checks return type in a lamba that calls a function returning 'never'
- Implicitly typed type guard does not guard
- It is possible to violate generic constraints when distributing union types
- Property lookups on arguments to type parameters constrained by string index signatures can violate other constraints because undefined is included for optional properties
- `ReadonlyMap` lacks documentation for `forEach`, `get`, `has` and `size`
- Exported namespace class suppresses TS1308 for await in computed member names
- docs: add JSDoc comments to ReadonlyMap interface
- Support recent `Iterator`/`Iterator.prototype` methods in `esnext` (eventually `es2027`)
- Support `Promise.allKeyed`/`Promise.allSettledKeyed` methods in `esnext` (eventually `es2027`)
- `lib.d.ts` Updates for TypeScript 7.1
- Docs
- TypeScript not yet supported