File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
38
38
* [ 常见编译错误] (./doc/handbook/Common Errors.md)
39
39
* [ 支持TypeScript的编辑器] ( ./doc/handbook/TypeScript-Editor-Support.md )
40
40
* [ 结合ASP.NET v5使用TypeScript] ( ./doc/handbook/Using-TypeScript-With-ASP.NET-5.md )
41
+ * [ 架构概述] ( ./doc/handbook/Architectural-Overview.md )
41
42
42
43
** TypeScript Handbook**
43
44
Original file line number Diff line number Diff line change 28
28
* Wiki
29
29
* [ 常见编译错误] (./doc/handbook/Common Errors.md)
30
30
* [ 支持TypeScript的编辑器] ( ./doc/handbook/TypeScript-Editor-Support.md )
31
- * [ 结合ASP.NET v5使用TypeScript] ( ./doc/handbook/Using-TypeScript-With-ASP.NET-5.md )
31
+ * [ 结合ASP.NET v5使用TypeScript] ( ./doc/handbook/Using-TypeScript-With-ASP.NET-5.md )
32
+ * [ 架构概述] ( ./doc/handbook/Architectural-Overview.md )
Original file line number Diff line number Diff line change @@ -50,9 +50,12 @@ TypeScript目前还在积极的开发完善之中,不断地会有新的特性
50
50
* [ 常见编译错误] (./doc/handbook/Common Errors.html)
51
51
* [ 支持TypeScript的编辑器] ( ./doc/handbook/TypeScript-Editor-Support.html )
52
52
* [ 结合ASP.NET v5使用TypeScript] ( ./doc/handbook/Using-TypeScript-With-ASP.NET-5.html )
53
+ * [ 架构概述] ( ./doc/handbook/Architectural-Overview.html )
53
54
54
55
55
56
## 主要修改
57
+
58
+ * 2016-01-23 新增章节:[ 架构概述] ( ./doc/handbook/Architectural-Overview.html )
56
59
* 2015-12-27 新增章节:[ 结合ASP.NET v5使用TypeScript] ( ./doc/handbook/Using-TypeScript-With-ASP.NET-5.html )
57
60
* 2015-12-26 新增章节:[ 支持TypeScript的编辑器] ( ./doc/handbook/TypeScript-Editor-Support.html )
58
61
* 2015-12-26 新增章节:[ 常见编译错误] (./doc/handbook/Common Errors.html)
You can’t perform that action at this time.
0 commit comments