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
November 1, 2020
October 2020
- DanielRosenwasser/playwright TypeScript
Created a pull request in microsoft/TypeScript that received 11 comments
- Fix incremental emit issue where dependency relations implied by synthesized imports would not be detected
- fix(41227): Cryptic error message when assigning to a key also present on the construtor, but forggetting to declare it in the calss body
- fixes microsoft/TypeScript#41286
- Error if assignment after block
- 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 17 comments
Poor deprecated messages - types should almost never be displayed.
/** @deprecated - this is bad advice */
declare function crossTheStreams(): void crossTheStreams()
Expected: 'crossTheStreams' is deprecated.
Actual:
- Design Meeting Notes, 10/30/2020
- Stack overflow on getIndentString with unreasonable auto-generated code
- Editor Suggestion Backlog Slog, 10/21/2020
- Better errors for unparenthesized object destructuring assignments
- 'void' shouldn't be a silently indexable type
- Flag to type 'catch' variables as 'unknown'.
- Design Meeting Notes, 10/2/2020