TypeScript/README.md

129 lines
7.5 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# TypeScript
[![Build Status](https://travis-ci.org/zhongsp/TypeScript.svg?branch=master)](https://travis-ci.org/zhongsp/TypeScript) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
<img src="./misc/ts_logo.jpg" alt="TypeScript" width="24px" height="24px" style="vertical-align: bottom;"> [TypeScript 3.6 (August 28th, 2019)](https://devblogs.microsoft.com/typescript/announcing-typescript-3-6/)
|
[版本发布说明](./doc/release-notes/TypeScript%203.6.md)
:heavy_check_mark: TypeScript语言用于大规模应用的JavaScript开发。 :heavy_check_mark: TypeScript支持类型是JavaScript的超集且可以编译成纯JavaScript代码。 :heavy_check_mark: TypeScript兼容所有浏览器所有宿主环境所有操作系统。 :heavy_check_mark: TypeScript是开源的。
:book: [在GitBook网站上阅读本手册](https://app.gitbook.com/@zhongsp/s/typescript-handbook/) :new:
:link: [一大波新的快速开始指南ReactAngularNodejsASP.NET CoreReact NativeVueGlimmerWeChatDojo2Knockout等](./doc/quick-start/README.md)
<img src="./misc/reward.jpg" alt="Reward the Author" width="300px" height="300px" style="vertical-align: bottom;"> 如果觉得不错可以微信打赏哟 <3
## 目录
* [快速上手](./doc/handbook/tutorials/README.md)
* [5分钟了解TypeScript](./doc/handbook/tutorials/TypeScript%20in%205%20minutes.md)
* [ASP.NET Core](./doc/handbook/tutorials/ASP.NET%20Core.md)
* [ASP.NET 4](./doc/handbook/tutorials/ASP.NET%204.md)
* [Gulp](./doc/handbook/tutorials/Gulp.md)
* [Knockout.js](./doc/handbook/tutorials/Knockout.md)
* [React与webpack](./doc/handbook/tutorials/React%20&%20Webpack.md)
* [React](./doc/handbook/tutorials/React.md)
* [Angular 2](./doc/handbook/tutorials/Angular%202.md)
* [从JavaScript迁移到TypeScript](./doc/handbook/tutorials/Migrating%20from%20JavaScript.md)
* [手册](./doc/handbook/README.md)
* [基础类型](./doc/handbook/Basic%20Types.md)
* [变量声明](./doc/handbook/Variable%20Declarations.md)
* [接口](./doc/handbook/Interfaces.md)
* [](./doc/handbook/Classes.md)
* [函数](./doc/handbook/Functions.md)
* [泛型](./doc/handbook/Generics.md)
* [枚举](./doc/handbook/Enums.md)
* [类型推论](./doc/handbook/Type%20Inference.md)
* [类型兼容性](./doc/handbook/Type%20Compatibility.md)
* [高级类型](./doc/handbook/Advanced%20Types.md)
* [实用工具类型](./doc/handbook/Utility%20Types.md)
* [Symbols](./doc/handbook/Symbols.md)
* [Iterators 和 Generators](./doc/handbook/Iterators%20and%20Generators.md)
* [模块](./doc/handbook/Modules.md)
* [命名空间](./doc/handbook/Namespaces.md)
* [命名空间和模块](./doc/handbook/Namespaces%20and%20Modules.md)
* [模块解析](./doc/handbook/Module%20Resolution.md)
* [声明合并](./doc/handbook/Declaration%20Merging.md)
* [书写.d.ts文件](./doc/handbook/Writing%20Definition%20Files.md)
* [JSX](./doc/handbook/JSX.md)
* [Decorators](./doc/handbook/Decorators.md)
* [混入](./doc/handbook/Mixins.md)
* [三斜线指令](./doc/handbook/Triple-Slash%20Directives.md)
* [JavaScript文件里的类型检查](./doc/handbook/Type%20Checking%20JavaScript%20Files.md)
* [如何书写声明文件](./doc/handbook/declaration%20files/Introduction.md)
* [结构](./doc/handbook/declaration%20files/Library%20Structures.md)
* [规范](./doc/handbook/declaration%20files/Do's%20and%20Don'ts.md)
* [举例](./doc/handbook/declaration%20files/By%20Example.md)
* [深入](./doc/handbook/declaration%20files/Deep%20Dive.md)
* [发布](./doc/handbook/declaration%20files/Publishing.md)
* [使用](./doc/handbook/declaration%20files/Consumption.md)
* [工程配置](./doc/handbook/tsconfig.json.md)
* [tsconfig.json](./doc/handbook/tsconfig.json.md)
* [工程引用](./doc/handbook/Project%20References.md)
* [NPM包的类型](./doc/handbook/Typings%20for%20NPM%20Packages.md)
* [编译选项](./doc/handbook/Compiler%20Options.md)
* [配置 Watch](./doc/handbook/Configuring%20Watch.md)
* [在MSBuild里使用编译选项](./doc/handbook/Compiler%20Options%20in%20MSBuild.md)
* [与其它构建工具整合](./doc/handbook/Integrating%20with%20Build%20Tools.md)
* [使用TypeScript的每日构建版本](./doc/handbook/Nightly%20Builds.md)
* [Wiki](./doc/wiki/README.md)
* [TypeScript里的this](./doc/wiki/this-in-TypeScript.md)
* [编码规范](./doc/wiki/coding_guidelines.md)
* [常见编译错误](./doc/wiki/Common%20Errors.md)
* [支持TypeScript的编辑器](./doc/wiki/TypeScript-Editor-Support.md)
* [结合ASP.NET v5使用TypeScript](./doc/wiki/Using-TypeScript-With-ASP.NET-5.md)
* [架构概述](./doc/wiki/Architectural-Overview.md)
* [发展路线图](./doc/wiki/Roadmap.md)
* [新增功能](./doc/release-notes/README.md)
* [TypeScript 3.6](./doc/release-notes/TypeScript%203.6.md)
* [TypeScript 3.5](./doc/release-notes/TypeScript%203.5.md)
* [TypeScript 3.4](./doc/release-notes/TypeScript%203.4.md)
* [TypeScript 3.3](./doc/release-notes/TypeScript%203.3.md)
* [TypeScript 3.2](./doc/release-notes/TypeScript%203.2.md)
* [TypeScript 3.1](./doc/release-notes/TypeScript%203.1.md)
* [TypeScript 3.0](./doc/release-notes/TypeScript%203.0.md)
* [TypeScript 2.9](./doc/release-notes/TypeScript%202.9.md)
* [TypeScript 2.8](./doc/release-notes/TypeScript%202.8.md)
* [TypeScript 2.7](./doc/release-notes/TypeScript%202.7.md)
* [TypeScript 2.6](./doc/release-notes/TypeScript%202.6.md)
* [TypeScript 2.5](./doc/release-notes/TypeScript%202.5.md)
* [TypeScript 2.4](./doc/release-notes/TypeScript%202.4.md)
* [TypeScript 2.3](./doc/release-notes/TypeScript%202.3.md)
* [TypeScript 2.2](./doc/release-notes/TypeScript%202.2.md)
* [TypeScript 2.1](./doc/release-notes/TypeScript%202.1.md)
* [TypeScript 2.0](./doc/release-notes/TypeScript%202.0.md)
* [TypeScript 1.8](./doc/release-notes/TypeScript%201.8.md)
* [TypeScript 1.7](./doc/release-notes/TypeScript%201.7.md)
* [TypeScript 1.6](./doc/release-notes/TypeScript%201.6.md)
* [TypeScript 1.5](./doc/release-notes/TypeScript%201.5.md)
* [TypeScript 1.4](./doc/release-notes/TypeScript%201.4.md)
* [TypeScript 1.3](./doc/release-notes/TypeScript%201.3.md)
* [TypeScript 1.1](./doc/release-notes/TypeScript%201.1.md)
* [Breaking Changes](./doc/breaking-changes/breaking-changes.md)
* [TypeScript 3.6](./doc/breaking-changes/TypeScript%203.6.md)
* [TypeScript 3.1](./doc/breaking-changes/TypeScript%203.1.md)
* [TypeScript 2.8](./doc/breaking-changes/TypeScript%202.8.md)
* [TypeScript 2.7](./doc/breaking-changes/TypeScript%202.7.md)
* [TypeScript 2.6](./doc/breaking-changes/TypeScript%202.6.md)
* [TypeScript 2.4](./doc/breaking-changes/TypeScript%202.4.md)
* [TypeScript 2.3](./doc/breaking-changes/TypeScript%202.3.md)
* [TypeScript 2.2](./doc/breaking-changes/TypeScript%202.2.md)
* [TypeScript 2.1](./doc/breaking-changes/TypeScript%202.1.md)
* [TypeScript 2.0](./doc/breaking-changes/TypeScript%202.0.md)
* [TypeScript 1.8](./doc/breaking-changes/TypeScript%201.8.md)
* [TypeScript 1.7](./doc/breaking-changes/TypeScript%201.7.md)
* [TypeScript 1.6](./doc/breaking-changes/TypeScript%201.6.md)
* [TypeScript 1.5](./doc/breaking-changes/TypeScript%201.5.md)
* [TypeScript 1.4](./doc/breaking-changes/TypeScript%201.4.md)
**TypeScript手册官方英文版**
* [TypeScript手册英文版](http://www.typescriptlang.org/Handbook)
**TypeScript语言规范**
* [TypeScript语言规范](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md)
I'd love for you to contribute to the translation:)