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
Pinned
822 contributions in the last year
Contribution activity
October 2020
- DanielRosenwasser/playwright TypeScript
Created a pull request in microsoft/TypeScript that received 9 comments
Textually search for 'return' before exploring the tree for 'return' statements.
- fix(38283): Incorrect parse on static property followed by method
- Add elaboration when call fails all overloads but succeeds against the implementation signature
- fix(3758): Object literals in an assignment pattern do not get completions
- Add isDeeplyNestedType logic to getResolvedBaseConstraint
- fix(40929) PromiseConstructor error message for newer versions of ECMAScript
- #40763 Fixed: Bad error message when forgetting a comma in an array of templ…
- Do not create packagejson imports and auto import provider in partial semantic server mode
Created an issue in microsoft/TypeScript that received 4 comments
Flag to type 'catch' variables as 'unknown'.
In TypeScript 4.0, we allowed users to to annotate catch variables with : unknown; however, it'd be nice if we could have that be the default.
I co…