Pinned
742 contributions in the last year
Activity overview
Contributed to
microsoft/TypeScript,
DefinitelyTyped/DefinitelyTyped,
microsoft/TypeScript-TmLanguage
and 5 other
repositories
Contribution activity
January 2021
Created 13 commits in 3 repositories
Created a pull request in microsoft/TypeScript that received 9 comments
Opened 7 other pull requests in 1 repository
microsoft/TypeScript
2
open
5
merged
- Keep extended config's raw file, include, exclude relative to itself and correct it when setting extending options
- Move fixed chunk size polling as a watch option and move it out of server
- Only look for file exists and read file on supported locale directories that we build
- Fix incorrectly logging ts files instead of .js files as top files
- Only when typings file change for the project, schedule the update for the project
- Try file if matched pattern specifies the extension instead of all the time
- If import is used in the file, prefer that import specifier over calculating new one
Reviewed 35 pull requests in 3 repositories
DefinitelyTyped/DefinitelyTyped 19 pull requests
- [fabric] fix: update getLocalPointer with pointer only
- workgrid-toolbar 1.0.3: Added missing options
- update(tuya-panel-kit): add some fix
- add types for ShExJ
- workgrid-toolbar initial commit
- [@yaireo/tagify] add type declarations for @yaireo/tagify
- Added `react-router-transition` type definitions
- [tizen-common-web/tizen-tv-webapis] Add 9 modules
- [roblox-user-information] Added typings
- Added types for mysql-query-util package
- Add types for jsonpath-plus
- [react-markings] Add types
- [xml-flow] Adding types for xml-flow
- feat: upgrade carbon__pictograms-react to v11.2
- Add exchange-rates-api type declarations
- [commonmark-react-renderer] Add types
- [koa] Allow to type response body
- [yargs] fix: add a v15 folder without strictOptions
- [@types/formidable] Adding Constructor options
microsoft/TypeScript 15 pull requests
- Support go-to-definition for imports of arbitrary files
- Don’t create missing nodes for identifiers that would be valid in a newer script target
- Rename TSConfig option categories
- Fix auto import for path mapping resolving to a package root
- Fix incorrectly logging ts files instead of .js files as top files
- Semantic highlights in session based TSServer
- Optimize import fixes for projects with many symlinks
- Look for package.json main fields as part of `paths` module specifier resolution
- Fix indentation for closing > of ExpressionWithTypeArguments
- fix: const enums + isolatedModules emit invalid code
- Do not suggest paths inside node_modules/.pnpm as module specifiers
- Use project relative preference for declaration emit
- remove duplicated type -- remove TriviaKind, keep TriviaSyntaxKind.
- Use fs.realpathSync.native when available
- Fix array spread with sideeffects