Skip to content
Avatar

Achievements

Achievements

Organizations

@tc39 @DefinitelyTyped @microsoft @babel @nodejs @typescript-eslint
Block or Report

Block or report DanielRosenwasser

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    TypeScript 80.7k 10.6k

  2. The repository for high quality TypeScript type definitions.

    TypeScript 39.1k 27.2k

  3. Deprecated, please use the TypeScript-Website repo instead

    JavaScript 4.9k 1.2k

  4. TypeScript Public

    Forked from microsoft/TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    TypeScript 2 2

  5. Converts Markdown-linked documents to link to their respective HTML outputs.

    Ruby 6 3

721 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2022

Created a pull request in microsoft/TypeScript that received 3 comments

Temporarily revert unconstrained type parameter strictness in TS 4.7

This PR reverts #48366. We've seen that the change to disallow a generic T to be assignable to {} are particularly disruptive to existing codebases…

+6 −808 3 comments
Opened 3 other pull requests in 1 repository
Reviewed 25 pull requests in 1 repository
microsoft/TypeScript 25 pull requests

Created an issue in microsoft/vscode that received 7 comments

Refactors returning edits on anonymous buffers create new anonymous buffers, confuses TSServer

const _unused = { method() { [|this.doThing();|] } } Request refactorings, and extract to a function at the top-level. Expected: no crash Actual: I…

7 comments

Seeing something unexpected? Take a look at the GitHub profile guide.