- Seattle, WA
- https://twitter.com/drosenwasser
Block or Report
Block or report DanielRosenwasser
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.
742 contributions in the last year
Contribution activity
October 2022
Created 4 commits in 2 repositories
Created 1 repository
- DanielRosenwasser/awesome-azd TypeScript
Created a pull request in microsoft/TypeScript that received 13 comments
Bind object type literals in JSDoc
Object type literals are a specific instance of types that really need to have their own symbol table for language service operations. We could try…
Opened 2 other pull requests in 2 repositories
microsoft/vscode
1
merged
Azure/awesome-azd
1
merged
Reviewed 29 pull requests in 4 repositories
microsoft/TypeScript
25 pull requests
- fix(51225): Go-to-definition on case or default should jump to the containing switch statement if available.
-
Generate shortest
rootDirsmodule specifier instead of first possible - Revert structuredTypeRelatedTo change and fix isUnitLikeType
- fix(51222): Go-to-definition on return statements should jump to the containing function declaration
- fix(51202): Circular instantiation expression crashing IDEs
- fix(49196): The '/ * *' snippet should support parameter deconstruction of typescript interface member functions
- fix(51170): Completing an unimplemented property overwrites rest of line
- feat(37440): Provide a quick-fix for non-exported types
- Fixed false positive circular errors for await expressions with simple non-generic calls in CFA loops
-
Truncating
lineTextinreferences - feat(51163): quick fix to fill in missing properties not available on mapped type
- Discard union types before considering weak type checks on unit-like types
- Check nested weak types in intersections on target side of relation
- Remove unused declarations array in extractSymbol's TargetRange
-
Properly defer resolution of mapped types with generic
asclauses - fix(51017): Make lineText in the references response opt-out
- fix(51053): Extract type on JSDoc causes an assertion failure
- Handle ambient namespace aliasing in getContainersOfSymbol
- Remove unused defaultWatchFileKind method since useFsEvents is default for tsserver and tsc
- fix(50750): skip string literals in JsDoc for TypeScript files
- fix(51054): Completions in object type argument fails in JSDoc comment
- Update GitHub Actions
- fix(50750): Object type literal with string literal property in contextual typing position causes language service error on all literal type references
- getSymbolAtLocation now supports class expressions
-
Fix crash in goto-def on
@override - Some pull request reviews not shown.
microsoft/TypeScript-Website
1 pull request
microsoft/tslib
1 pull request
microsoft/vscode
1 pull request
Created an issue in microsoft/TypeScript that received 4 comments
Go-to-definition on return statements should jump to the containing function declaration
function foo() { return /*END*/() => { /*START*/return 10; }
}
Go to definition on START should jump you up to the containing function.
It should b…
Opened 9 other issues in 1 repository
microsoft/TypeScript
9
open
- Class with parameter decorator in arrow function causes "convert to default export" refactoring failure
- Expand find-all-references to more keywords
-
Go-to-definition on
caseordefaultshould jump to the containingswitchstatement if available. -
Go-to-definition on
continueandbreakshould jump around(?) corresponding statement -
Go-to-definition on
await/yieldshould probably jump to the containing respective async function/generator - Start < 0 in BuilderIO/qwik
- Solutions for Editing Issues with JSDoc in TypeScript Files
- Completions in object type argument fails in JSDoc comment
- Extract type on JSDoc causes an assertion failure





