-
Microsoft
- Seattle
- shively-sanders.com
- @shivelysanders@fosstodon.org
Pinned Loading
-
microsoft/TypeScript
microsoft/TypeScript PublicTypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
downlevel-dts
downlevel-dts PublicConvert a new d.ts to one that works with older versions of Typescript
-
mini-typescript
mini-typescript PublicA miniature model of the Typescript compiler, intended to teach the structure of the real Typescript compiler
-
tide
tide PublicForked from ananthakumaran/tide
Tide - TypeScript Interactive Development Environment for Emacs
Emacs Lisp 1
1,420 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 13 commits in 5 repositories
Created a pull request in microsoft/typescript-go that received 26 comments
Add basic CommonJS support
This PR adds basic CommonJS imports and exports. It's aiming to cover 80% of usage--a subset of TS semantics in most cases. CommonJS imports are im…
Opened 4 other pull requests in 3 repositories
microsoft/typescript-go
2
merged
-
Add precedence and printing for JSDoc types
This contribution was made on Apr 9
-
s/Js/JS/g
This contribution was made on Apr 7
microsoft/TypeScript
1
open
-
Don't latebind global JS property assignments
This contribution was made on Apr 18
microsoft/DefinitelyTyped-tools
1
merged
-
mergebot: remove missed project V1 code
This contribution was made on Apr 11
Reviewed 52 pull requests in 6 repositories
DefinitelyTyped/DefinitelyTyped
25 pull requests
-
Add rangy types
This contribution was made on Apr 14
-
Replace prettier script with format using dprint
This contribution was made on Apr 14
-
[pg] Remove non-existent min option
This contribution was made on Apr 11
-
oracledb: add registration ID in CQN subscription message
This contribution was made on Apr 11
-
dockerode: Update ImageInspectInfo to include new Descriptor model
This contribution was made on Apr 11
-
[Chrome] update tts namespaces
This contribution was made on Apr 11
-
[Chrome] update contextMenus namespaces
This contribution was made on Apr 11
-
[Chrome] update permisions and optional_permissions lists
This contribution was made on Apr 11
-
[Chrome] add devtools.recorder namespace
This contribution was made on Apr 11
-
feat(carbon__pictograms-react): bump to 12.48.0
This contribution was made on Apr 11
-
build(deps): bump actions/setup-node from 4.2.0 to 4.3.0 in /.github/actions/setup-for-scripts in the github-actions group across 1 directory
This contribution was made on Apr 11
-
feat(tinymce): remove types
This contribution was made on Apr 11
-
feat(simple-datatables): remove types
This contribution was made on Apr 11
-
feat(package-name-regex): remove types
This contribution was made on Apr 11
-
feat(cli-welcome): remove types
This contribution was made on Apr 11
-
feat(httpsnippet): remove types
This contribution was made on Apr 11
-
feat(youtube): add onYouTubeIframeAPIReady
This contribution was made on Apr 10
-
feat(lestate): remove types
This contribution was made on Apr 9
-
feat(seneca): remove types
This contribution was made on Apr 9
-
feat(quaternion): remove types
This contribution was made on Apr 9
-
feat(aws-lambda): add response streaming types
This contribution was made on Apr 9
-
feat(certstream): add types
This contribution was made on Apr 9
-
[@sabaki/immutable-gametree] Add definitions for "@sabaki/immutable-gametree"
This contribution was made on Apr 7
-
[@sabaki/sgf] Add definitions for "@sabaki/sgf"
This contribution was made on Apr 7
-
Add @devicefarmer/stf-syrup types
This contribution was made on Apr 7
- Some pull request reviews not shown.
microsoft/TypeScript
6 pull requests
-
Don't latebind global JS property assignments
This contribution was made on Apr 18
-
Treat functions with
@type
tags on parameters as typed in JS filesThis contribution was made on Apr 14 -
arguments
should not be allowed in class static blockThis contribution was made on Apr 14 -
Expandable hover
This contribution was made on Apr 10
-
Exclude completions of binding pattern variable initializers
This contribution was made on Apr 2
-
Fixed a symbol display crash on expando members write locations
This contribution was made on Apr 1
microsoft/TypeScript-DOM-lib-generator
5 pull requests
-
Support generic
Uint8Array<ArrayBuffer>
This contribution was made on Apr 18 -
Bump the dev-dependencies group across 1 directory with 13 updates
This contribution was made on Apr 14
-
Swap link to lib replacement to libReplacement flag
This contribution was made on Apr 11
-
Add jakebailey to maintainer assignment set
This contribution was made on Apr 11
-
API Descriptions Update
This contribution was made on Apr 9
microsoft/DefinitelyTyped-tools
3 pull requests
-
mergebot: remove missed project V1 code
This contribution was made on Apr 11
-
Fix monorepo publishing task
This contribution was made on Apr 2
-
feat: Remove use-sync-external-store from expectedNpmVersionFailures.txt
This contribution was made on Apr 2
microsoft/typescript-go
3 pull requests
-
Add basic CommonJS support
This contribution was made on Apr 10
-
Add precedence and printing for JSDoc types
This contribution was made on Apr 9
-
Add basic jsdoc tag types
This contribution was made on Apr 8
tc39/proposal-enum
1 pull request
-
Rework into MVP
enum
proposalThis contribution was made on Apr 1
Created an issue in microsoft/typescript-go that received 1 comment
Parser doesn't parse an EOF token for source files
An EOF token is needed to attach jsdoc at the end of the file to:
/** @typedef {number} A */
var unrelated;
/** @typedef {number} B */
Currently, B
…