Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign up
Pinned
841 contributions in the last year
Contribution activity
September 2020
Created a pull request in DefinitelyTyped/DefinitelyTyped that received 4 comments
Add missing `httpConfig` property in `setFullRequestInterceptor` callback return type
Add a missing httpConfig property in setFullRequestInterceptor callback return type.
Found from upcoming changes in microsoft/TypeScript#40311.
See m…
+1
−1
•
4
comments
- Intrinsic string types
- Set stackTraceLimit to 0 in fileSystemEntryExists
- --noImplicitOverride
- Add quick fix to add 'void' to Promise resolved without value
- Fix error on duplicate commonjs exports
- --noUncheckedIndexedAccess
- Fix null pointer error that happens sometimes when reporting errors
- Consistent inferences when inferring to template literal type
- Support element access aliases: exports["x"] = x
- Properly check types in template literal placeholders
- Add inference for 'Promise' based on call to 'resolve'
- fix(40322): bad completions for string literal type as indexed access type object
- Template literal types and mapped type 'as' clauses
- Move to new file doesn't maintain prologues directives
- Fix mission func modifier
- Mark comparisons of union constituents involving markers as being unreliable sources of variance
- feat(40233): Include JS Doc types in smart selection
Created an issue in microsoft/TypeScript that received 5 comments
Reverse-sync the wiki
Today, we have an action on the PR-able wiki repo https://github.com/microsoft/TypeScript-wiki/blob/466551af203ca08db17261fd3ad8885534e33a34/.githu…
5
comments
- Fix/fix all to remove TS-specific constructs in JS files
- noUncheckedIndexedAccess doesn't work
- Nightlies not publishing
- Ensure declaration emit doesn't crash for element accesses
- Design Meeting Notes, 9/11/2020
- Design Meeting Notes, 9/8/2020
- `null!` still has the type `null` outside of `strictNulllChecks`
- Recursive conditional types seem to hang experience
- Add Pyright to community test suite