Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
250 contributions in the last year
Contribution activity
November 2020
October 2020
Created 12 commits in 2 repositories
Created 1 repository
- ahejlsberg/tsconf2020-demos TypeScript
Created a pull request in microsoft/TypeScript that received 27 comments
Don't cache Ternary.Maybe results when recursion is encountered during variance measurement
Fixes #39947.
Opened 8 other pull requests in 1 repository
microsoft/TypeScript
8
merged
- Don't relate unmatched parameter positions in signatures
- Remove string literals from unions with matching template literals
- Don't reduce 'keyof M' for mapped types with non-distributive 'as' clauses
- Properly reduce intersections of string literal and template literal types
- Support partial reverse mapped inferences with tuple types
- Move anonymous type instantiation cache from AST node to root type
- Add isDeeplyNestedType logic to getResolvedBaseConstraint
- Propagate wildcard types in template literal type construction
Reviewed 3 pull requests in 1 repository
Created an issue in microsoft/TypeScript that received 1 comment
Excessive depth exploring template literal type constraints
TypeScript Version: 4.1.0-dev Code type PathKeys<T> = T extends readonly any[] ? Extract<keyof T, `${number}`> | SubKeys<T, Extract<keyof T, `${number