-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Preferred Issue Titles
Ryan Cavanaugh edited this page May 24, 2017
·
1 revision
- No error issued when supertype is used in place of subtype
- Incorrect error issued when using class where expression is expected
- Poor error message when comparing string literal types
- Incorrect type inferred to initialized class property
- Incorrect formatting with array of object literals
- Missing member in completion list on 'this' in interface when base type is intersection type
- Suggestion: Don't issue errors when modules aren't resolved
- Property of union type not narrowed in 'else' block
- Inferred type of default export is missing index signature
- Crash when accessing property declared in JSDoc
- Comments missing in emit for switch block
- Can't use jquery with angular
- Unexpected type message
- Compiler throws wrong error
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