-
Notifications
You must be signed in to change notification settings - Fork 12.6k
All The Bots
Nathan Shively-Sanders edited this page Jan 23, 2023
·
6 revisions
This is a list of the services that post as typescript-bot.
- Fabric Bot -- simple reactions to labels.
- https://github.com/weswigham/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 -- .github/workflows/??? -- ??? ... something with repros!
- 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 on the Azure Function types-publisher -- publishes packages
- https://github.com/microsoft/DefinitelyTyped-tools -- runs on the Azure Function dt-perf -- posts performance analysis (non-working)
- 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