Program Manager of TypeScript
- Seattle, WA
- https://twitter.com/drosenwasser
Block or Report
Block or report DanielRosenwasser
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
microsoft/TypeScript Public
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
The repository for high quality TypeScript type definitions.
-
microsoft/TypeScript-Handbook Public archive
Deprecated, please use the TypeScript-Website repo instead
-
TypeScript Public
Forked from microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
JekyllMarkdownLinkConverter Public
Converts Markdown-linked documents to link to their respective HTML outputs.
763 contributions in the last year
Less
More
Contribution activity
March 2022
Created 22 commits in 2 repositories
Opened 7 pull requests in 2 repositories
giltayar/proposal-types-as-comments
6
merged
tc39/agendas
1
merged
Reviewed 4 pull requests in 2 repositories
microsoft/TypeScript
3 pull requests
giltayar/proposal-types-as-comments
1 pull request
Created an issue in microsoft/TypeScript that received 6 comments
await completions should auto-add an async modifier to containing method
Let's say you have a function like the following:
function foo() { /*$*/
}
If you type the word await, we should consider adding the async keyword …
6
comments