TypeScript/doc/handbook
2019-03-24 09:39:36 +08:00
..
declaration files Improve module templates documentation. PR791 2019-03-15 16:02:49 +08:00
tutorials Fixed Tutorial 'Gulp'. PR809 2019-03-15 16:07:44 +08:00
Advanced Types.md Fix 822: Advanced Types - any should be never. PR823 2019-03-24 09:39:36 +08:00
Basic Types.md Replace alert function with console.log where applicable. PR770 2018-06-04 08:01:38 +08:00
Classes.md fix typo. close #240 2019-02-15 18:05:50 +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 Revert "Update Compiler Options.md". PR816 2019-03-24 09:34:26 +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 Update Advanced Types.md & Enums.md (#228) 2018-11-07 09:38:05 +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 satisfy markdownlint 2019-03-24 09:27:53 +08:00
Interfaces.md Rephrase "savage" sentence. PR828 2019-03-15 16:05:37 +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 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 调整 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 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 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)