Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Seattle, WA
- https://twitter.com/drosenwasser
Pinned
1,005 contributions in the last year
Contribution activity
December 2019
- Added jqwidgets TypeScript definitions
- [mongoose] export Document class, add DocumentQuery.map()
- Types for Scoped Foursquare Places Package
- Adds definition for Message to intercom-client
- [react-datepicker] Update `@types/react-datepicker` to comply with `react-datepicker` v2.10
- Avoid error when dynamically generating routes
- [expect-puppeteer]: Added "default options" functions
- twilio - Fixed incorrect callback signature
- Add missing functions to json-schema definition
- Added type definition for "use-position
- Adding support for viz.js
- Fix vivus
Created an issue in microsoft/TypeScript that received 11 comments
Design Meeting Notes, 11/22/2019
.mjs Input Files
#27957
Node.js shipped module support recently
How's this work?
In the Node runtime, as a CommonJS consumer, you can't intera…
11
comments
- Wall of errors for overload error messages
- Poor parameter elaboration
- "Did you mean parent object or child property?" in error messsages
- Avoid listing missing properties on types with only call/construct signatures
- Generalize missing token hints to more constructs
- Design Meeting Notes, 11/15/2019
- Adjust lookahead for `async of` for any upcoming changes