TypeScript/doc/handbook
2019-09-21 16:00:49 +08:00
..
declaration files Add the recommendation not to use the Symbol wrapper object type PR1001 2019-09-17 20:06:41 +08:00
tutorials Quotes used consistently in gulp tutorial. PR979 2019-09-17 20:40:15 +08:00
Advanced Types.md Complete the index signature doc. PR1079 2019-09-21 15:46:30 +08:00
Basic Types.md Remove a comment about union types in tuple doc PR1087 2019-09-21 15:57:21 +08:00
Classes.md replace hard-coded secret worst-practice in class accessor example. PR1024 2019-07-03 07:30:17 +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 Add missing targets in Compiler options PR1086 2019-09-21 15:54:43 +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 Update Declaration Merging.md PR1013 2019-09-17 19:56:19 +08:00
Decorators.md docs: correct decorator reflect-metadata example. PR832 2019-03-24 09:41:11 +08:00
Enums.md Update errors in comments, display actual errors. PR1092 2019-09-21 16:00:49 +08:00
Functions.md Updated Functions.md, clarify 'this' in arrow function. PR943 2019-06-01 20:31:00 +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 Fix unencoded spaces in links pr969 2019-07-07 08:55:35 +08:00
Interfaces.md Fix error message when passing an object literal PR1010 2019-09-17 19:51:11 +08:00
Iterators and Generators.md Fix typos. PR240 2016-04-12 14:36:38 +08:00
JSX.md Replace deprecated type SFC with FunctionComponent PR988 2019-09-17 20:32:50 +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 unnecessary space from modules handbook document PR1083 2019-09-21 15:51:59 +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 fix md lint 2019-07-07 09:03:29 +08:00
Project References.md Correct compiler flag name PR1015 2019-09-17 19:50:11 +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 Changed explanation for 'reference types' directive pr980 2019-07-10 13:37:17 +08:00
tsconfig.json.md Fix unencoded spaces in links pr969 2019-07-07 08:55:35 +08:00
Type Checking JavaScript Files.md Removes a link out to the wiki in the JS page PR1081 2019-09-21 15:51:02 +08:00
Type Compatibility.md Update assertion syntax in code examples pr967 2019-07-07 09:00:46 +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 Add Omit<T,K> which was introduced in TypeScript 3.5 pr1065 2019-07-10 13:29:28 +08:00
Variable Declarations.md explain tuple destructuring PR1018 2019-09-17 19:49:14 +08:00
Writing Definition Files.md fix format 2019-08-23 11:21:34 +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)