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.
706 contributions in the last year
Less
More
Contribution activity
April 2022
Created 1 repository
Created a pull request in microsoft/TypeScript that received 24 comments
Opened 6 other pull requests in 4 repositories
microsoft/TypeScript
2
merged
1
open
SchemaStore/schemastore
1
merged
volta-cli/website
1
merged
microsoft/TypeScript-Website
1
merged
Reviewed 24 pull requests in 3 repositories
microsoft/TypeScript
22 pull requests
- Use same error for iteration in <=ES5
- fix(48759): import<T> is valid syntax in nightly
- Start Node ESM stable version at Node16
- Fix type parameter comparability to consistently allow comparisons on unconstrained type parameters
- [WIP] Contextual narrowing to object
- Update signatures to avoid post-LKG error
- More permissive parsing of instantiation expressions
- Variance annotations on class expressions + deferred valiation
- Don't skip tests named *Fourslash.ts
- fix(47821): Assertion failure on "convert to default export" in module augmentation
- Add additional tests for intra expression inference
- Permit type alias variance annotations only for certain object types
- Only report isDefinition when FAR is triggered on a definition
- fix(48540): Extract to typedef from (invalid) type with comments in JS file causes assertion failure
- Update DOM for 4.7 beta
- Improve inference for context sensitive functions in object and array literal arguments
- fix(48109) - 'Convert to arrow function' refactoring adds extra indent
- fix(48487): "Unexpected PrivateIdentifier in name expression with literal-like access" being hit
- fix(48542): Crash in signature help in declaration list contextually typed by union
- Remove nightly-only flagging for nodenext features
- fix(48541): Refactoring to "extract to inner/local function" crashes in concise arrow function
- fix(48544): Crash in "convert to default export" when using an import(...) type
sandersn/downlevel-dts
1 pull request
microsoft/TypeScript-Website
1 pull request
Created an issue in microsoft/TypeScript that received 27 comments
[RFC] Towards Non-Fungible Types
For years TypeScript has strived to grow and support its community. We've seen some tremendous investment, innovation, creativity, and beauty from …
27
comments
Opened 20 other issues in 2 repositories
microsoft/TypeScript
9
open
10
closed
-
Does it make sense to allow
module: nodenext+moduleResolution: node? - Document highlights on 'in' in mapped type causes debug failure
- Design Meeting Notes, 4/13/2022
- Design Meeting Notes, 4/1/2022
- Design Meeting Notes, 3/23/2022
- Design Meeting Notes, 3/16/2022
-
Unconstrained type parameter has stricter comparability rules than
extends unknown -
Switch from
node12tonode16to avoid top-level await issues - Ensure downlevel-dts is 4.7-ready
-
Class expressions should support
inandoutvariance modifiers - Object method snippet completions should not include parameter type annotations
-
Using
typeof this.#privateFieldin declaration emit - Requesting "Extract to typedef" from within comment in type alias in JS file triggers a crash
- Crash in "convert to default export" when using import(...) type and separate 'export default'
- Optional Iterator parameter "incorrectly" accepts spread arguments
- Crash in "convert to default export" when using an import(...) type
- Crash in signature help in declaration list contextually typed by union
- Refactoring to "extract to inner/local function" crashes in concise arrow function
- Extract to typedef from (invalid) type with comments in JS file causes assertion failure