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 supported684 Subscribers
View all SubscribersAdd a CodeTriage badge to typescript
Help out
- Issues
- TS 3.7: unlike `x is T`, `asserts x is T` cannot close over generics defined in outer scopes
- Allow type aliases to reference themselves in type argument positions
- Support ES `export <default> from` form
- Suggestion: flip the assignment direction of generated enums to save some bits
- Attempt to more-frequently use local aliases when printing out types
- Generator functions which have a return type of a union of Iterator/AsyncIterator have a yield type of never
- Mixin expected argument type resolves to never when constrained to constructor of type whose property is typed via a type parameter
- need "libRoots" in tsconfig.json for private node-runtime type definition
- Mapped type over string enum keys should have quick info showing computed enum members as keys, not identifiers/strings
- Why doesn't awaiting a Promise<never> change reachability?
- Docs
- TypeScript not yet supported