-
Notifications
You must be signed in to change notification settings - Fork 12.5k
All The Bots
Jake Bailey edited this page Feb 5, 2024
·
6 revisions
This is a list of the services that post as typescript-bot.
- GitHub Actions - close issues
- GitHub Actions - PR replies for modified files
- https://github.com/microsoft/typescript-bot-test-triggerer -- runs on the Azure Function typescriptbot-github, see Triggering TypeScript Bot -- responds to "test this" messages from team members.
- https://github.com/microsoft/Typescript-repos-automation -- runs on the Azure Function TypeScriptReposAutomation -- more simple reactions to labels.
-
https://github.com/microsoft/TypeScript-Twoslash-Repro-Action -- run
tsrepro
and bisects: https://github.com/microsoft/TypeScript/blob/main/.github/workflows/twoslash-repros.yaml - https://github.com/microsoft/typescript-error-deltas -- produces PR comments showing new errors caused by PRs
- https://github.com/microsoft/typescript-benchmarking -- produces PR comments showing benchmark results
- https://github.com/DefinitelyTyped/dt-mergebot -- runs on the Azure Function DTMergebot -- posts status comments, adds labels, maintains board, merges PRs.
- https://github.com/microsoft/DefinitelyTyped-tools -- runs the publisher on GitHub Actions
- DangerBotOSS -- suggests missed exports (posts as DangerBotOSS, not typescript-bot)
News
Debugging TypeScript
- Performance
- Performance-Tracing
- Debugging-Language-Service-in-VS-Code
- Getting-logs-from-TS-Server-in-VS-Code
- JavaScript-Language-Service-in-Visual-Studio
- Providing-Visual-Studio-Repro-Steps
Contributing to TypeScript
- Contributing to TypeScript
- TypeScript Design Goals
- Coding Guidelines
- Useful Links for TypeScript Issue Management
- Writing Good Design Proposals
- Compiler Repo Notes
- Deployment
Building Tools for TypeScript
- Architectural Overview
- Using the Compiler API
- Using the Language Service API
- Standalone Server (tsserver)
- TypeScript MSBuild In Depth
- Debugging Language Service in VS Code
- Writing a Language Service Plugin
- Docker Quickstart
FAQs
The Main Repo