-
Microsoft
- San Rafael
-
00:21
(UTC -07:00) - https://blog.andrewbran.ch
- @atcb
Block or Report
Block or report andrewbranch
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.
-
gatsby-remark-vscode Public
Gatsby plugin to provide VS Code’s syntax highlighting to Markdown code fences
-
react-use-hover Public
State hook to determine whether a React element is being hovered
-
-
GlanceCalendar Public archive
macOS menu bar clock replacement with calendar view. Supports dark mode.
🌒
1,144 contributions in the last year
Activity overview
Contribution activity
May 2023
Created 2 repositories
- andrewbranch/js-self-name-import JavaScript
- andrewbranch/interop-test JavaScript
Created a pull request in microsoft/TypeScript that received 6 comments
Resolve re-exports when looking for tslib helpers
Fixes microsoft/tslib#203 on the TS side. This has already been addressed in tslib, but it seems like we probably want to handle this here too for…
Opened 4 other pull requests in 2 repositories
microsoft/tslib
2
merged
microsoft/TypeScript
1
open
1
merged
Reviewed 55 pull requests in 5 repositories
microsoft/TypeScript
21 pull requests
- fix(54310): "Move to file" does not eliminate re-export
- Add inline variable refactor
- add baseline for linked editing
- Revert GHA fail-fast for OpenSSF workflow
-
Suppress error caused by intermediate types in
getTypeOfExpression
- fix(54152): Cannot use const enum to define an interface key in isolatedModules mode
-
Don't use text change's
createNewFile
for existing empty file - fix(54085): Cannot navigate down object hierarchy if an interface is not directly implemented
-
Code fix should prefer
import type
- Improve class member snippet completions and keyword completions interaction
- Export API to provide lib.d.ts listing/mapping
- Improved go to type definition on type references of global container-like types using allowlist
-
Ensure
isolatedModules
does not make scripts emit as modules - Skip resolving files directly inside node_modules
- Fix for formatter crash for Move to file
- Add extra tests for contextual typing of unannotated parameters with default initializers
- Handle module node found error reporting in incremental and watch scneario
- Include source node inferences in string literal completions
- Bump volta to v20 and packageManager to latest
- Cover more cases for node module auto-import
- fix jsdoc errors in .ts in tsserver
DefinitelyTyped/DefinitelyTyped
20 pull requests
- added pixelToScreenCoordinates to AceAjax.VirtualRenderer
-
update(semver):
identifierBase
option support - Added Mercado Pago's Frontend JS
- p5 - add static methods back to Vector class
- ioredis-mock: Add cluster typing to ioredis-mock
- fix(react-input-mask): change children type
-
fix(Wavesurfer): allow
CanvasGradient
type - fix(unzipper): updated unzipper types
- [@types/express-serve-static-core] Add link and unlink method for Express Router
- New stubs: react-key-value
-
[@json2csv] Add types for
@json2csv
packages - Add definition for shallow-clone
- [smallest-enclosing-circle] Add definitions
- Update for VS Code 1.78
- [@types/react-transition-group] add missing childProps opt param in TransitionChildren type
- [sinon] extend replacement type in replace function
- [three] r152
- @types/dat.gui: Update generic type constraint to work with TypeScript ^4.9.0
-
[@types/glob-stream] Switch from
@types/glob
toglob
- [@types/aws-lambda] Add SelfManagedKafka event, add MSKEvent bootstrapServers property
microsoft/TypeScript-Website
10 pull requests
- Replace newlines with spaces when one-lining inlay hints
-
Explain use of
never[]
as most generic function argument -
Add a clarification note about
typesVersions
capabilities - Fix newline removal in twoslash inlays
- Update The Handbook.md
- Enable noImplicitThis in ThisType example #2822
- Adding "Rule" for consistency across the section.
- Update Narrowing.md
- Update Basics.md
- Fixing a possible typo under the Narrowing section
microsoft/tslib
3 pull requests
johnnyreilly/blog.johnnyreilly.com
1 pull request
Created an issue in microsoft/TypeScript that received 1 comment
Auto import suggests ES imports in JS file that uses CommonJS
Bug Report