TypeScript/doc/handbook
2018-10-24 08:16:27 +08:00
..
declaration files fix: 修改笔误,联合类型替换类型类型 (#213) 2018-07-06 08:09:32 +08:00
tutorials Fix for ESLint "Unexpected trailing comma" warning. PR750 2018-04-11 08:59:24 +08:00
Advanced Types.md conditional type 2018-07-19 12:47:55 +08:00
Basic Types.md Replace alert function with console.log where applicable. PR770 2018-06-04 08:01:38 +08:00
Classes.md correct translation. #207 2018-04-19 12:23:54 +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 Update Compiler Options.md 2018-09-02 16:28:37 +08:00
Configuring Watch.md Add documentation for environment variables to configure watching of files and directories. PR792 2018-07-25 14:38:05 +08:00
Declaration Merging.md Replace alert function with console.log where applicable. PR770 2018-06-04 08:01:38 +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 Replace alert function with console.log where applicable. PR770 2018-06-04 08:01:38 +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 Update Interfaces.md (#224) 2018-09-01 06:12:35 +08:00
Iterators and Generators.md Fix typos. PR240 2016-04-12 14:36:38 +08:00
JSX.md Close correctly the div tag in the jsx.md PR781 2018-07-01 15:47:14 +08:00
Mixins.md Sync misc with upstream repo 2015-12-19 15:12:21 +08:00
Module Resolution.md added @types folder to module resolution algorithm 2018-10-24 08:16:27 +08:00
Modules.md 调整 export = 的描述 (#225) 2018-09-12 15:24:52 +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
Project References.md New section: Project References (#218) 2018-08-15 12:47:32 +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 Update Type Checking Javascript files. Close #214. PR799. 2018-08-07 09:22:52 +08:00
Type Compatibility.md Replace alert function with console.log where applicable. PR770 2018-06-04 08:01:38 +08:00
Type Inference.md Update Type Inference - mouseEvent.button is valid and not a bad example. PR825 2018-10-09 10:40:26 +08:00
Typings for NPM Packages.md update gitbook. #115 2016-08-19 10:10:44 +08:00
Utility Types.md tweak trans 2018-09-04 13:31:07 +08:00
Variable Declarations.md Fixed destructing function declaration example. PR777 2018-06-10 18:07:49 +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)