TypeScript/README.md

70 lines
3.4 KiB
Markdown
Raw Normal View History

2015-03-22 19:32:47 +08:00
# TypeScript
2015-12-06 20:07:48 +08:00
2015-12-27 08:11:55 +08:00
[![Build Status](https://travis-ci.org/zhongsp/TypeScript.svg?branch=master)](https://travis-ci.org/zhongsp/TypeScript)
2015-03-22 19:32:47 +08:00
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. http://www.typescriptlang.org
2015-03-23 08:03:45 +08:00
2015-12-06 20:07:48 +08:00
请阅读 :book: [TypeScript Handbook 中文版 - Published with GitBook](http://zhongsp.gitbooks.io/typescript-handbook/content/)
## 目录
* [快速上手](./doc/handbook/quick-start/README.md)
2016-04-10 09:29:24 +08:00
* [React与webpack](./doc/handbook/quick-start/react-webpack.md)
* [ASP.NET 4](./doc/handbook/quick-start/asp-net.md)
* [Knockout.js](./doc/handbook/quick-start/knockout.md)
* [新增功能](./doc/release-notes/README.md)
2016-04-10 09:29:24 +08:00
* [TypeScript 1.4](./doc/release-notes/TypeScript 1.4.md)
* [TypeScript 1.3](./doc/release-notes/TypeScript 1.3.md)
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.1.md)
2016-04-10 09:29:24 +08:00
* [手册](./doc/handbook/README.md)
* [基础类型](./doc/handbook/Basic Types.md)
* [变量声明](./doc/handbook/Variable Declarations.md)
* [接口](./doc/handbook/Interfaces.md)
* [](./doc/handbook/Classes.md)
* [函数](./doc/handbook/Functions.md)
* [泛型](./doc/handbook/Generics.md)
2016-04-10 20:16:11 +08:00
* [枚举](./doc/handbook/Enums.md)
* [类型推论](./doc/handbook/Type Inference.md)
* [类型兼容性](./doc/handbook/Type Compatibility.md)
2016-04-10 20:16:11 +08:00
* [高级类型](./doc/handbook/Advanced Types.md)
* [Symbols](./doc/handbook/Symbols.md)
2016-04-10 20:16:11 +08:00
* [Iterators 和 Generators](./doc/handbook/Iterators and Generators.md)
* [模块](./doc/handbook/Modules.md)
* [命名空间](./doc/handbook/Namespaces.md)
* [命名空间和模块](./doc/handbook/Namespaces and Modules.md)
* [模块解析](./doc/handbook/Module Resolution.md)
* [声明合并](./doc/handbook/Declaration Merging.md)
* [书写.d.ts文件](./doc/handbook/Writing Definition Files.md)
* [JSX](./doc/handbook/JSX.md)
2016-04-10 20:16:11 +08:00
* [Decorators](./doc/handbook/Decorators.md)
* [混入](./doc/handbook/Mixins.md)
* [三斜线指令](./doc/handbook/Triple-Slash Directives.md)
2016-04-10 09:29:24 +08:00
* [工程配置](./doc/handbook/README.md)
* [tsconfig.json](./doc/handbook/tsconfig.json.md)
* [NPM包的类型](./doc/handbook/Typings for NPM Packages.md)
* [编译选项](./doc/handbook/Compiler Options.md)
* [在MSBuild里使用编译选项](./doc/handbook/Compiler Options in MSBuild.md)
* [与其它构建工具整合](./doc/handbook/Integrating with Build Tools.md)
* [Wiki](./doc/wiki/README.md)
* [TypeScript里的this](./doc/wiki/this-in-TypeScript.md)
* [编码规范](./doc/wiki/coding_guidelines.md)
* [常见编译错误](./doc/wiki/Common Errors.md)
* [支持TypeScript的编辑器](./doc/wiki/TypeScript-Editor-Support.md)
* [结合ASP.NET v5使用TypeScript](./doc/wiki/Using-TypeScript-With-ASP.NET-5.md)
* [架构概述](./doc/wiki/Architectural-Overview.md)
* [发展路线图](./doc/wiki/Roadmap.md)
2015-05-30 14:15:52 +08:00
2015-04-15 08:56:08 +08:00
**TypeScript Handbook**
2015-04-14 19:56:05 +08:00
2015-06-06 08:17:18 +08:00
* Read [TypeScript Handbook (Recommended, BUT not up to date officially)](http://www.typescriptlang.org/Handbook)
2015-11-16 20:51:48 +08:00
* Read [TypeScript手册中文版 - Published with GitBook持续更新中最新版](http://zhongsp.gitbooks.io/typescript-handbook/content/):book:
2015-04-14 19:53:30 +08:00
2015-04-15 08:56:08 +08:00
**TypeScript Language Specification**
2015-04-14 19:56:05 +08:00
2015-04-13 17:06:06 +08:00
* Read [TypeScript Language Specification (Recommended)](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md)
* Read [TypeScript 语言规范 (译完第一章)](./doc/TypeScript Language Specification.md)
2015-03-23 09:34:18 +08:00
I'd love for you to contribute to the translation:)