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
- lib: fix JSDoc @param tags that document nothing
- `importHelpers` incorrectly requires `tslib` for native `#private` class members at every dated `target` (ES2022βES2025), even though no helper is ever emitted
- --incremental: after a pnpm dependency version change, the cached run is slower than a cold run and most of the time is unattributed
- Type argument with a subset of the parameter constraint's optional keys incorrectly reported as unassignable to constraint
- fix(lib): rectify docs error for Array.prototype.at
- Type narrowing not working correctly with Uppercase<string> & Lowercase<string>
- TS1518 depends on operand order in negated v-mode class unions
- `Array.prototype.at` docs use "code unit" instead of "item"
- 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
- Docs
- TypeScript not yet supported