Commit Graph

918 Commits

Author SHA1 Message Date
zhongsp
8b2345c112 added @types folder to module resolution algorithm 2018-10-24 08:16:27 +08:00
zhongsp
e7e7144552 Announcing TypeScript 3.1 2018-10-22 08:08:11 +08:00
zhongsp
f28171caa4 Update Type Inference - mouseEvent.button is valid and not a bad example. PR825 2018-10-09 10:40:26 +08:00
zhongsp
5dde0645eb TypeScript 3.1 2018-09-29 16:38:35 +08:00
Leon Zhang
25163562c3 调整 export = 的描述 (#225) 2018-09-12 15:24:52 +08:00
zhongsp
a5e1470714 tweak trans 2018-09-04 13:31:07 +08:00
zhongsp
2d63e5660b Update Compiler Options.md 2018-09-02 16:28:37 +08:00
zhongsp
5f5f686b80 Update Compiler Options.md 2018-09-02 16:24:43 +08:00
Leon Zhang
2f92532df4 Update Interfaces.md (#224) 2018-09-01 06:12:35 +08:00
Leon Zhang
2f63a9a168 Update Interfaces.md (#223) 2018-09-01 06:11:00 +08:00
Patrick Zhong
49e0a634e6
Breaking changes 2.4 (#221)
breaking changes in TypeScript 2.4, close #181
2018-08-26 09:02:34 +08:00
zhongsp
9a65b433d0 improve trans 2018-08-24 15:33:02 +08:00
zhongsp
6c05e3b551 New Section: Utility Types. close #220 2018-08-24 15:29:33 +08:00
zhongsp
8ae4f57dab update readme 2018-08-15 12:49:24 +08:00
Patrick Zhong
4b44fc13b9
New section: Project References (#218)
New section "project references". close #216
2018-08-15 12:47:32 +08:00
zhongsp
857c5edb7f update readme 2018-08-10 17:32:11 +08:00
zhongsp
df8fe6e09a update readme 2018-08-10 17:31:10 +08:00
Patrick Zhong
f2e340f432
Release notes for TypeScript 3.0. (#217)
* Release notes for TypeScript 3.0. close #215
* review
2018-08-10 17:23:48 +08:00
zhongsp
8b4919be34 update readme 2018-08-08 09:15:47 +08:00
zhongsp
f8b092ed32 update CONTRIBUTING.md 2018-08-07 09:46:41 +08:00
zhongsp
232a5cf0a4 Update Type Checking Javascript files. Close #214. PR799. 2018-08-07 09:22:52 +08:00
zhongsp
8d65151978 Announcing TypeScript 3.0 2018-08-07 08:56:08 +08:00
zhongsp
1f09371bc0 Add documentation for environment variables to configure watching of files and directories. PR792 2018-07-25 14:38:05 +08:00
zhongsp
3500a1c5bb conditional type 2018-07-19 12:47:55 +08:00
zhongsp
77f30766d3 Announcing TypeScript 3.0 RC 2018-07-19 12:28:59 +08:00
Kerminate
19b21ef727 fix: 修改笔误,联合类型替换类型类型 (#213) 2018-07-06 08:09:32 +08:00
zhongsp
d2ad0f6c5b Merge branch 'master' of https://github.com/zhongsp/TypeScript 2018-07-05 13:38:53 +08:00
zhongsp
e7630fc066 How to contribution. Fixed #189. 2018-07-05 13:37:23 +08:00
zhongsp
51dffd0ca7 Close correctly the div tag in the jsx.md PR781 2018-07-01 15:47:14 +08:00
Patrick Zhong
dc383e0815
Add reward link 2018-06-26 06:52:55 +08:00
zhongsp
1c811e2c5a Add reward link 2018-06-26 06:48:09 +08:00
zhongsp
07b6515d50 New in TypeScript 2.9 2018-06-25 16:20:49 +08:00
zhongsp
7739165545 docs(jsx): add missing {}. PR780 2018-06-15 16:39:15 +08:00
zhongsp
68f3d39fea what is new in TypeScript 2.8 2018-06-15 15:07:53 +08:00
zhongsp
19a88f08c6 stage 2018-06-15 15:05:42 +08:00
zhongsp
536ccb14b0 Fixed destructing function declaration example. PR777 2018-06-10 18:07:49 +08:00
zhongsp
2750bca42b Update TypeScript 1.7.md PR776 2018-06-10 17:33:36 +08:00
zhongsp
50d648d914 Add --extendedDiagnostics flag. PR775 2018-06-08 09:15:06 +08:00
zhongsp
c2b54b6abe Replace alert function with console.log where applicable. PR770 2018-06-04 08:01:38 +08:00
zhongsp
c04bf338d9 Fix Type Compatibility inconsistent comment style. PR769 2018-06-04 07:57:41 +08:00
zhongsp
21b7cdfeff TypeScript 2.9 released. 2018-06-01 18:58:16 +08:00
zhongsp
81d0211b48 Fix Type Compatibility typo and minor punctuation issues. PR768 2018-06-01 07:09:12 +08:00
zhongsp
3ab04a0a58 Announcing TypeScript 2.9 RC 2018-05-25 14:34:26 +08:00
Patrick Zhong
1fe35dfe6f
Pr758 (#210)
Editorial changes + some remarks on IntrinsicAttributes. PR758
2018-05-22 14:01:25 +08:00
noe132
588fcec94a [Fix] Compiler Options.md (#209)
moduleResolution 值中的 "|" 符号被错误识别为表格分界,出现该行有6列
采用官方文档目前的格式,用or分隔。
2018-05-14 07:57:07 +08:00
zhongsp
e419c7c3a8 Mention strictPropertyInitialization requires strictNullChecks. PR755 2018-05-07 13:56:50 +08:00
zhongsp
39d41b0ede add ES2017.Intl & ES2018.Intl to compiler options. PR759 2018-05-07 13:09:36 +08:00
zhongsp
99b2cda731 Add object to basic types handbook. PR751 2018-04-22 09:01:18 +08:00
zhongsp
e66ade83a3 fix typo. PR752 2018-04-22 08:46:20 +08:00
zhongsp
fc3b7d2bcf correct translation. #207 2018-04-19 12:23:54 +08:00