-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check in typescript 2.7 handbook 2.7"
- Loading branch information
davidyzhao
committed
Feb 8, 2018
0 parents
commit c50c19c
Showing
3 changed files
with
77 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# TypeScript-Handbook (2.7) | ||
|
||
[![Build Status](https://travis-ci.org/Microsoft/TypeScript-Handbook.svg)](https://travis-ci.org/Microsoft/TypeScript-Handbook) | ||
|
||
The TypeScript Handbook is a comprehensive guide to the TypeScript language. | ||
It is meant to be read online at [the TypeScript website](https://www.typescriptlang.org/docs/handbook/basic-types.html) or [directly from this repository](./pages/Basic%20Types.md). | ||
|
||
For a more formal description of the language, see the [latest TypeScript Language Specification](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.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,69 @@ | ||
# Summary | ||
|
||
* [Introduction](README.md) | ||
|
||
* [Tutorials](/pages/tutorials/README.md) | ||
* [Angular](/pages/tutorials/Angular.md) | ||
* [ASP.NET Core](/pages/tutorials/ASP.NET Core.md) | ||
* [Gulp](/pages/tutorials/Gulp.md) | ||
* [Migrating from JavaScript](/pages/tutorials/Migrating from JavaScript.md) | ||
* [React & Webpack](/pages/tutorials/React & Webpack.md) | ||
* [React](/pages/tutorials/React.md) | ||
* [TypeScript in 5 minutes](/pages/tutorials/TypeScript in 5 minutes.md) | ||
|
||
* [Handbook](/pages/handbook.md) | ||
* [Basic Types.md](/pages/Basic Types.md) | ||
* [Variable Declarations](/pages/Variable Declarations.md) | ||
* [Interfaces](/pages/Interfaces.md) | ||
* [Classes](/pages/Classes.md) | ||
* [Functions](/pages/Functions.md) | ||
* [Generics](/pages/Generics.md) | ||
* [Enums](/pages/Enums.md) | ||
* [Type Inference](/pages/Type Inference.md) | ||
* [Type Compatibility](/pages/Type Compatibility.md) | ||
* [Advanced Types](/pages/Advanced Types.md) | ||
* [Symbols](/pages/Symbols.md) | ||
* [Iterators and Generators](/pages/Iterators and Generators.md) | ||
* [Modules](/pages/Modules.md) | ||
* [Namespaces](/pages/Namespaces.md) | ||
* [Namespaces and Modules](/pages/Namespace and Modules.md) | ||
* [Module Resolution](/pages/Module Resolution.md) | ||
* [Declaration Merging](/pages/Declaration Merging.md) | ||
* [JSX](/pages/JSX.md) | ||
* [Decorators](/pages/Decorators.md) | ||
* [Mixins](/pages/Mixins.md) | ||
* [Triple-Slash Directives](/pages/Triple-Slash Directives.md) | ||
* [Type Checking and Javascript Files](/pages/Type Checking and Javascript Files.md) | ||
|
||
* [Declaration Files](/pages/delcaration files/Introduction.md) | ||
* [Library Structures](/pages/delcaration files/Library Structures.md) | ||
* [By Example](/pages/delcaration files/By Example.md) | ||
* [Do's and Don'ts](/pages/delcaration files/Do's and Don'ts.md) | ||
* [Deep Dive](/pages/delcaration files/Deep Dive.md) | ||
* [Templates](/pages/delcaration files/Templates.md) | ||
* [Publishing](/pages/delcaration files/Publishing.md) | ||
* [Consumption](/pages/delcaration files/Consumption.md) | ||
|
||
* [Project Configuration](/pages/Project Configuration.md) | ||
* [tsconfig.json](/pages/tsconfig.json.md) | ||
* [Compiler Options](/pages/Compiler Options.md) | ||
* [Compiler Options in MSBuild](/pages/Compiler Options in MSBuildmd) | ||
* [Integrating with Build Tools](/pages/Integrating with Build Tools.md) | ||
* [Nightly Builds](/pages/Nightly Builds.md) | ||
|
||
* [Release Notes](/pages/release notes/README.md) | ||
* [TypeScript 2.7](/pages/release notes/TypeScript 2.7.md) | ||
* [TypeScript 2.6](/pages/release notes/TypeScript 2.6.md) | ||
* [TypeScript 2.5](/pages/release notes/TypeScript 2.5.md) | ||
* [TypeScript 2.4](/pages/release notes/TypeScript 2.4.md) | ||
* [TypeScript 2.3](/pages/release notes/TypeScript 2.3.md) | ||
* [TypeScript 2.2](/pages/release notes/TypeScript 2.2.md) | ||
* [TypeScript 2.1](/pages/release notes/TypeScript 2.1.md) | ||
* [TypeScript 2.0](/pages/release notes/TypeScript 2.0.md) | ||
* [TypeScript 1.8](/pages/release notes/TypeScript 1.8.md) | ||
* [TypeScript 1.7](/pages/release notes/TypeScript 1.7.md) | ||
* [TypeScript 1.6](/pages/release notes/TypeScript 1.6.md) | ||
* [TypeScript 1.5](/pages/release notes/TypeScript 1.5.md) | ||
* [TypeScript 1.4](/pages/release notes/TypeScript 1.4.md) | ||
* [TypeScript 1.3](/pages/release notes/TypeScript 1.3.md) | ||
* [TypeScript 1.1](/pages/release notes/TypeScript 1.1.md) |
Binary file not shown.