-
Microsoft
- Seattle
- @shivelysanders@fosstodon.org
Block or Report
Block or report sandersn
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.
-
downlevel-dts Public
Convert a new d.ts to one that works with older versions of Typescript
-
mini-typescript Public
A miniature model of the Typescript compiler, intended to teach the structure of the real Typescript compiler
-
tide Public
Forked from ananthakumaran/tide
Tide - TypeScript Interactive Development Environment for Emacs
Emacs Lisp 1
2,789 contributions in the last year
Contribution activity
February 2023
Created 9 commits in 3 repositories
Created a pull request in microsoft/TypeScript that received 8 comments
Improve @overload
's interactions with constructors
Get @overload
return type for constructors in getReturnTypeOfSignature
No bogus implicit-any error on new
calls in checkCallExpression
No bogus im…
Opened 7 other pull requests in 3 repositories
DefinitelyTyped/DefinitelyTyped
5
merged
microsoft/TypeScript
1
open
microsoft/DefinitelyTyped-tools
1
merged
Reviewed 17 pull requests in 4 repositories
microsoft/TypeScript
13 pull requests
-
Fixed binding element types coming from the out of tuple bounds under
noUncheckedIndexedAccess
- Narrow references within optional chains in for-in loops
- Fix(49702): LS crash in binder for module in a JS file
- Don't consult JSDoc outside of JS in expando function assignment declarations
- Skip derived override assignment declarations
- fix(52594): this incorrectly applies in TS files in typeToString
-
Improve
@overload
's interactions with constructors -
Replace
missingType
withundefinedType
in theIndexedAccessTypeNode
's type - Remove long deprecated occurrences request
- Remove line/col for all lib file diagnostics in baselines, completions
- Prevent valid JSX from being seen as the start of a generic arrow function, fix crashes
- Fixed type lookup on non-exported value symbol when it has an export symbol
- fix(50952): Can't infer from this type on static class method call in JS Doc
DefinitelyTyped/DefinitelyTyped
2 pull requests
microsoft/DefinitelyTyped-tools
1 pull request
microsoft/vscode
1 pull request
Created an issue in microsoft/TypeScript that received 3 comments
Module resolution should not look for node_modules outside project roots
Currently, module resolution looks for node_modules all the way to the root of the filesystem. However, this is slow for certain virtual filesystem…