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- Seattle, WA
- https://twitter.com/drosenwasser
Pinned
738 contributions in the last year
Contribution activity
May 2020
- DanielRosenwasser/playwright JavaScript
Created a pull request in microsoft/TypeScript that received 6 comments
[Cherry-pick] Properly handle private/protected members in unions of object types (…
+112
−10
•
6
comments
- Add logical assignment operator
- Report primitive type in literal-to-primitive relation complaints
- fix static method reference non-static
- 🤖 Pick PR #38712 (Preserve module marker in es2015+ m...) into release-3.9
- Preserve module marker in es2015+ module emit for tool compatibility
- fix(38463): No indexed access completions after Record<...>
- 🤖 Pick PR #38579 (Ensure formatter can always get a n...) into release-3.9
- Token hints for missing closing braces: classes, enums, jsx, modules, types
- regression(38485): Unable to specify `rawText` when programmatically creating tagged template literals
- Changed template strings to emit void 0 instead of undefined (#38430)
- Improve assert message in binder
- Exclude arrays and tuples from full intersection property check
- Fix crash caused by assertion with evolving array type
- moveToNewFile: handle namespace imports too
- Fix js missing type arguments on existing nodes and jsdoc object literal declaration emit
- Feat#Provide a quickfix for non-exported types
- Fix index signatures on unions of intersections
- 🤖 Pick PR #38296 (Fix incorrect line text computation...) into release-3.9
- feat(36266): async function needs Promise<T> return type quick fix
Created an issue in microsoft/TypeScript that received 13 comments
TypeScript 4.0 Iteration Plan
This document outlines our focused tasks for TypeScript 4.0, as well as some of the discussion that explains how/why we prioritized certain work it…
13
comments
- Incorrect error message for use-before-declaration on const enum in `preserveConstEnums`
- Design Meeting Notes, 5/21/2020
- Consider emitting `export {}` in all ambiguous module output
- Design Meeting Notes, 5/15/2020
- No string literal member completions when contextually typed by a mapped type
- No indexed access completions after Record<...>
- Supporting Efficient Semantic Highlighting
- Checker crash in isWeakType
- `master` is broken from incorrect call to `typeToTypeNode`
- Design Meeting Notes, 5/1/2020
- Incorrect parse on static property followed by method