forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Resources
Mohamed Hegazy edited this page Sep 1, 2016
·
1 revision
- Migrating a 10,000-line legacy JavaScript codebase to TypeScript
- Why we love TypeScript: Delve and TypeScript
- What is TypeScript and why would I use it in place of JavaScript? (stackoverflow.com)
- Love for TypeScript
- Heap Blog -- Goodbye CoffeeScript, Hello TypeScript
- //Build 2016 : What's New in TypeScript (@ahejlsberg)
- Portland TypeScript user meetup group October 2015 -- Typescript: Today and Tommrow (@DanielRosenwasser)
- Angular connect 2015 -- What is new in TypeScript (@billti)
- Square tech talk 2014 (@ahejlsberg)
- //Build 2015 -- The Future of TypeScript: ECMAScript 6, Angular 2, Async/Await and Richer Libraries (@ahejlsberg)
- //Build 2014 -- TypeScript (@ahejlsberg)
TypeScript Language Basics
- Basic Types
- Interfaces
- Classes
- Namespaces and Modules
- Functions
- Generics
- Compiler Options
- tsconfig.json
- Integrating with Build Tools
- Nightly Builds
TypeScript Language Advanced
- Mixins
- Declaration Merging
- Type Inference
- Type Compatibility
- JSX
- Writing Declaration Files
- Typings for NPM packages
News
TypeScript Contributors
- Contributing to TypeScript
- TypeScript Design Goals
- Coding Guidelines
- Spec conformance testing
- Useful Links for TypeScript Issue Management
- Writing Good Design Proposals
- Compiler Internals
Building Tools for TypeScript
- Architectural Overview
- Using the Compiler API
- Using the Language Service API
- Dev Mode in Visual Studio
- Debugging Language Service in VS Code
FAQs