Go to file
2016-10-07 11:48:03 +08:00
.github Clean repo 2016-02-20 14:37:33 +08:00
doc New section "Migrating from JavaScript" (#129) 2016-10-07 11:48:03 +08:00
sample Clean repo 2016-02-20 14:37:33 +08:00
.bookignore update 2015-06-13 21:33:00 +08:00
.gitignore 忽略build结果文件 2016-07-14 16:36:30 +08:00
.travis.yml Add markdown lint + ci, and satisfy lint 2015-12-16 22:10:19 +08:00
book.json Update Gitbook configurations Fixed #108 2016-07-11 09:22:02 +08:00
gulpfile.js update gulpfile.js 2015-05-06 20:55:31 +08:00
LICENSE Initial commit 2015-03-22 19:32:47 +08:00
lint.js Update pages on compiler options. PR194 2016-04-01 16:52:01 +08:00
package.json Add markdown lint + ci, and satisfy lint 2015-12-16 22:10:19 +08:00
preface.md New section "Migrating from JavaScript" (#129) 2016-10-07 11:48:03 +08:00
README.md New section "Migrating from JavaScript" (#129) 2016-10-07 11:48:03 +08:00
SUMMARY.md New section "Migrating from JavaScript" (#129) 2016-10-07 11:48:03 +08:00

TypeScript

Build Status

TypeScript 2.0 正式发布!

TypeScript Statistics

TypeScript是JavaScript的超集并且能够编译输出为纯粹的JavaScript. http://www.typescriptlang.org

请阅读 📖 TypeScript Handbook 中文版 - Published with GitBook

目录

  • 快速上手
    • [ASP.NET Core](./doc/handbook/tutorials/ASP.NET Core.md)
    • [ASP.NET 4](./doc/handbook/tutorials/ASP.NET 4.md)
    • Gulp
    • Knockout.js
    • [React与webpack](./doc/handbook/tutorials/React & Webpack.md)
    • [Angular 2](./doc/handbook/tutorials/Angular 2.md)
    • [从JavaScript迁移到TypeScript](./doc/handbook/tutorials/Migrating from JavaScript.md)
  • 新增功能
    • [TypeScript 1.8](./doc/release-notes/TypeScript 1.8.md)
    • [TypeScript 1.7](./doc/release-notes/TypeScript 1.7.md)
    • [TypeScript 1.6](./doc/release-notes/TypeScript 1.6.md)
    • [TypeScript 1.5](./doc/release-notes/TypeScript 1.5.md)
    • [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)
  • 手册
    • [基础类型](./doc/handbook/Basic Types.md)
    • [变量声明](./doc/handbook/Variable Declarations.md)
    • 接口
    • 函数
    • 泛型
    • 枚举
    • [类型推论](./doc/handbook/Type Inference.md)
    • [类型兼容性](./doc/handbook/Type Compatibility.md)
    • [高级类型](./doc/handbook/Advanced Types.md)
    • Symbols
    • [Iterators 和 Generators](./doc/handbook/Iterators and Generators.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
    • Decorators
    • 混入
    • [三斜线指令](./doc/handbook/Triple-Slash Directives.md)
  • [如何书写声明文件](./doc/handbook/declaration files/Introduction.md)
    • [结构](./doc/handbook/declaration files/Library Structures.md)
    • [规范](./doc/handbook/declaration files/Do's and Don'ts.md)
    • [举例](./doc/handbook/declaration files/By Example.md)
    • [深入](./doc/handbook/declaration files/Deep Dive.md)
    • [发布](./doc/handbook/declaration files/Publishing.md)
    • [使用](./doc/handbook/declaration files/Consumption.md)
  • 工程配置
    • tsconfig.json
    • [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)
    • [使用TypeScript的每日构建版本](./doc/handbook/Nightly Builds.md)
  • Wiki

TypeScript Handbook

TypeScript Language Specification

I'd love for you to contribute to the translation:)