Go to file
Shengping Zhong 41d02a0fd9 Merge pull request #63 from freezestudio/patch-3
Update Namespaces and Modules.md
2016-04-08 12:38:57 +08:00
.github Clean repo 2016-02-20 14:37:33 +08:00
doc Merge pull request #63 from freezestudio/patch-3 2016-04-08 12:38:57 +08:00
sample Clean repo 2016-02-20 14:37:33 +08:00
.bookignore update 2015-06-13 21:33:00 +08:00
.gitignore update: handbook 2015-04-14 19:49:55 +08:00
.travis.yml Add markdown lint + ci, and satisfy lint 2015-12-16 22:10:19 +08:00
book.json Add new topic: Decorators 2015-11-28 17:38:25 +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 Add new topic: Module Resolution 2016-04-02 11:26:22 +08:00
README.md update readme.md add asp-net 2016-04-04 14:31:13 +08:00
SUMMARY.md Add new topic: Module Resolution 2016-04-02 11:26:22 +08:00

TypeScript

Build Status

TypeScript is a superset of JavaScript that compiles to clean JavaScript output. http://www.typescriptlang.org

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

目录

  • [基础类型](./doc/handbook/Basic Types.md)
  • 枚举
  • [变量声明](./doc/handbook/Variable Declarations.md)
  • 接口
  • [高级类型](./doc/handbook/Advanced Types.md)
  • [命名空间和模块](./doc/handbook/Namespaces and Modules.md)
  • 命名空间
  • 模块
  • [模块解析](./doc/handbook/Module Resolution.md)
  • 函数
  • 泛型
  • 混入
  • [声明合并](./doc/handbook/Declaration Merging.md)
  • [类型推论](./doc/handbook/Type Inference.md)
  • [类型兼容性](./doc/handbook/Type Compatibility.md)
  • [书写.d.ts文件](./doc/handbook/Writing Definition Files.md)
  • [Iterators 和 Generators](./doc/handbook/Iterators and Generators.md)
  • Symbols
  • Decorators
  • JSX
  • tsconfig.json
  • [编译选项](./doc/handbook/Compiler Options.md)
  • [在MSBuild里使用编译选项](./doc/handbook/Compiler Options in MSBuild.md)
  • [与其它构建工具整合](./doc/handbook/Integrating with Build Tools.md)
  • [NPM包的类型](./doc/handbook/Typings for NPM Packages.md)
  • Wiki
  • 快速上手

TypeScript Handbook

TypeScript Language Specification

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