TypeScript/doc/handbook
2019-06-01 20:29:48 +08:00
..
declaration files Improve module templates documentation. PR791 2019-03-15 16:02:49 +08:00
tutorials Edited wording of a sentence Gulp tutorial doc. PR950 2019-06-01 20:29:48 +08:00
Advanced Types.md Avoid confusing with the built-in Map class. PR917 2019-06-01 19:55:36 +08:00
Basic Types.md Add a link to prior explanation of let PR899 2019-04-14 08:52:45 +08:00
Classes.md Writing proposed wordings PR893 2019-04-14 08:47:03 +08:00
Compiler Options in MSBuild.md Fix case and adds react-native option to jsx argument. PR766 2019-02-14 16:29:11 +08:00
Compiler Options.md Includes missing link for output file order. PR892 2019-04-14 08:40:03 +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 Document inability to augment default exports. PR913 2019-06-01 19:51:57 +08:00
Decorators.md docs: correct decorator reflect-metadata example. PR832 2019-03-24 09:41:11 +08:00
Enums.md Fix indentation in Enums.md. PR849 2019-03-24 09:53:06 +08:00
Functions.md Removed awkward phrase. PR948 2019-06-01 20:27:24 +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 sastify markdownlint 2019-03-24 09:58:48 +08:00
Interfaces.md Update code samples to compile with stricter rules PR896 2019-04-14 08:49:49 +08:00
Iterators and Generators.md Fix typos. PR240 2016-04-12 14:36:38 +08:00
JSX.md Update incorrect note about react JSX emit PR907 2019-04-14 09:03:08 +08:00
Mixins.md Improved Mixins Helper Function to support getters & setters PR720 2019-02-14 16:21:57 +08:00
Module Resolution.md added @types folder to module resolution algorithm 2018-10-24 08:17:25 +08:00
Modules.md Remove statement about how files with a single named export are a red flag. PR916 2019-06-01 19:54:04 +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 Windows for nightly builds. PR908 2019-06-01 19:38:32 +08:00
Project References.md Fix word wrap for tsc -bexample. PR926 2019-06-01 20:16:45 +08:00
README.md fix #205 2018-03-15 14:09:57 +08:00
Symbols.md Use const for symbol when indexing. PR911 2019-06-01 19:40:01 +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 Fix transposed JS @typedef declaration. PR927 2019-06-01 20:18:04 +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 outdated examples in Type Inference article. PR786 2019-02-14 16:54:42 +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 Add a link to prior explanation of let PR899 2019-04-14 08:52:45 +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)