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 supported753 Subscribers
View all SubscribersAdd a CodeTriage badge to typescript
Help out
- Issues
- Import ellision emit bug: usage of imports only in keys of interfaces does not result in those imports being elided as type-only
- Add option to throw error when `!` (NonNull expression) is used on a non-nullish expression
- Shorten error spans for missing key errors reported on object literals
- Array prototype extensions fail circularly with `...args: T[]`, but not `args: T[]`
- [RFC] Code Prompts, a Prompt Format for AI-Powered Code Auto-Completion
- Update import/export specifier sort on rename
- Shorter tuple inference gets picked over longer inference when both come from rests
- Go-to-definition should only show relevant definitions when value & type have same name
- Allow non-polymorphic ("private") extension of base classes
- A Pragmatic, Not-Really-Typed Errors Proposal
- Docs
- TypeScript not yet supported