forked from zhongsp/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: align with the new TypeScript doc
- Loading branch information
Showing
19 changed files
with
48 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,10 @@ | ||
# 手册 | ||
|
||
* [基础类型](basic-types.md) | ||
* [变量声明](variable-declarations.md) | ||
* [接口](interfaces.md) | ||
* [类](classes.md) | ||
* [函数](functions.md) | ||
* [字面量类型](literal-types.md) | ||
* [泛型](generics.md) | ||
* [枚举](enums.md) | ||
* [类型推论](type-inference.md) | ||
* [类型兼容性](type-compatibility.md) | ||
* [高级类型](advanced-types.md) | ||
* [Symbols](symbols.md) | ||
* [Iterators 和 Generators](iterators-and-generators.md) | ||
* [模块](modules.md) | ||
* [命名空间](namespaces.md) | ||
* [命名空间和模块](namespaces-and-modules.md) | ||
* [模块解析](module-resolution.md) | ||
* [声明合并](declaration-merging.md) | ||
* [书写.d.ts文件]() | ||
* [JSX](jsx.md) | ||
* [Decorators](decorators.md) | ||
* [混入](mixins.md) | ||
* [三斜线指令](triple-slash-directives.md) | ||
* [JavaScript文件里的类型检查](../javascript/type-checking-javascript-files.md) | ||
|
||
- [基础类型](handbook/basic-types.md) | ||
- [接口](handbook/interfaces.md) | ||
- [函数](handbook/functions.md) | ||
- [字面量类型](handbook/literal-types.md) | ||
- _@todo 联合类型和交叉类型_ | ||
- [类](handbook/classes.md) | ||
- [枚举](handbook/enums.md) | ||
- [泛型](handbook/generics.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
手册(进阶) | ||
|
||
- [高级类型](reference/advanced-types.md) | ||
- [声明合并](reference/declaration-merging.md) | ||
- [Decorators](reference/decorators.md) | ||
- [Iterators 和 Generators](reference/iterators-and-generators.md) | ||
- [JSX](reference/jsx.md) | ||
- [混入](reference/mixins.md) | ||
- [模块](reference/modules.md) | ||
- [命名空间](reference/namespaces.md) | ||
- [命名空间和模块](reference/namespaces-and-modules.md) | ||
- [模块解析](reference/module-resolution.md) | ||
- [Symbols](reference/symbols.md) | ||
- [三斜线指令](reference/triple-slash-directives.md) | ||
- [类型兼容性](reference/type-compatibility.md) | ||
- [类型推论](reference/type-inference.md) | ||
- [实用工具类型](reference/utility-types.md) | ||
- [变量声明](reference/variable-declarations.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.