TypeScript/doc/handbook
2018-03-25 17:01:17 +08:00
..
declaration files Fix order of sections. PR710 2018-01-11 13:19:35 +08:00
tutorials fix #205 2018-03-15 14:09:57 +08:00
Advanced Types.md 添加注释:("target": "es5") (#204) 2018-03-15 07:51:52 +08:00
Basic Types.md 一处翻译错误 modified: doc/handbook/Basic Types.md (#196) 2017-11-10 13:25:19 +08:00
Classes.md Fix typo in Classes.md (#200) 2017-12-06 08:31:36 +08:00
Compiler Options in MSBuild.md Fixed typo in "Compiler Options in MSBuild.md". PR697 2018-01-10 10:45:08 +08:00
Compiler Options.md Fix default for allowSyntheticDefaultImports. PR715 2018-01-27 07:56:17 +08:00
Declaration Merging.md Fix incorrect documentation. PR643 2017-09-27 08:24:35 +08:00
Decorators.md remove property decorator misleading line. PR642 2017-09-27 08:20:25 +08:00
Enums.md Updated section on enums. close #193. 2017-11-28 19:53:17 +08:00
Functions.md Fix typo and slightly improve readability. (#192) 2017-10-05 10:14:46 +08:00
Generics.md Fix typo in Generics.md (#199) 2017-12-06 08:32:01 +08:00
Integrating with Build Tools.md Correct a MSBuild configuration comment to have a consistent instruction. PR738 2018-03-25 17:01:17 +08:00
Interfaces.md Fix typo in optional interface property example. PR716 2018-01-27 07:54:33 +08:00
Iterators and Generators.md Fix typos. PR240 2016-04-12 14:36:38 +08:00
JSX.md Update links to React and webpack docs. PR726 2018-02-27 13:59:40 +08:00
Mixins.md Sync misc with upstream repo 2015-12-19 15:12:21 +08:00
Module Resolution.md wording 2018-03-06 15:02:29 +08:00
Modules.md importing -> exporting in a sentence. PR731. 2018-03-08 10:11:53 +08:00
Namespaces and Modules.md Fix broken link to concatenating modules. PR616 2017-08-17 09:01:03 +08:00
Namespaces.md A few corrections. PR706 2018-01-11 13:15:50 +08:00
Nightly Builds.md IntelliJ Mac for nightly builds. PR413 2016-10-13 10:03:20 +08:00
README.md fix #205 2018-03-15 14:09:57 +08:00
Symbols.md Fix typos. PR240 2016-04-12 14:36:38 +08:00
Triple-Slash Directives.md clarification for triple-slash-reference-types. PR681 2017-11-30 20:57:38 +08:00
tsconfig.json.md fix markdown format 2017-09-27 08:26:35 +08:00
Type Checking JavaScript Files.md satisfy markdown lint 2017-11-15 07:46:56 +08:00
Type Compatibility.md Fix typo and slightly improve readability. (#192) 2017-10-05 10:14:46 +08:00
Type Inference.md Fix typos. PR635 2017-08-17 09:12:58 +08:00
Typings for NPM Packages.md update gitbook. #115 2016-08-19 10:10:44 +08:00
Variable Declarations.md Remove ambiguous sentence about let/var/const brevity. PR685 2017-12-02 18:18:42 +08:00
Writing Definition Files.md update gitbook. #115 2016-08-19 10:10:44 +08:00

Table of Contents

  • [基础类型](./Basic Types.md)
  • [变量声明](./Variable Declarations.md)
  • 接口
  • 函数
  • 泛型
  • 枚举
  • [类型推论](./Type Inference.md)
  • [类型兼容性](./Type Compatibility.md)
  • [高级类型](./Advanced Types.md)
  • Symbols
  • [Iterators 和 Generators](./Iterators and Generators.md)
  • 模块
  • 命名空间
  • [命名空间和模块](./Namespaces and Modules.md)
  • [模块解析](./Module Resolution.md)
  • [声明合并](./Declaration Merging.md)
  • [书写.d.ts文件](./Writing Definition Files.md)
  • JSX
  • Decorators
  • 混入
  • [三斜线指令](./Triple-Slash Directives.md)
  • [JavaScript文件里的类型检查](./Type Checking JavaScript Files.md)