Skip to content
Avatar

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 85.2k 11.1k

  2. The repository for high quality TypeScript type definitions.

    TypeScript 41.3k 28.1k

  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 3 2

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

    Ruby 6 3

742 contributions in the last year

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

Contribution activity

October 2022

Created 4 commits in 2 repositories
Created 1 repository

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…

+83 −4 13 comments
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
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…

4 comments

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