Commit Graph

914 Commits

Author SHA1 Message Date
zhongsp
9feb6b9186 Added exception to excess property check workaround. PR857 2019-03-24 10:04:07 +08:00
zhongsp
a9a445771e sastify markdownlint 2019-03-24 09:58:48 +08:00
zhongsp
a30cd42970 Add Babel 7 configuration. PR826 2019-03-24 09:58:23 +08:00
zhongsp
0ed231480c Avoid unnecessary any casts in advanced types. PR847 2019-03-24 09:55:46 +08:00
zhongsp
772b4953c1 Fix indentation in Enums.md. PR849 2019-03-24 09:53:06 +08:00
zhongsp
eb248a6b54 Fix bad links on Compiler Options.md. PR837 2019-03-24 09:47:41 +08:00
zhongsp
e375a563c5 Fix a mistake in "Type Checking JavaScript Files". PR836 2019-03-24 09:42:13 +08:00
zhongsp
7eb096143c docs: correct decorator reflect-metadata example. PR832 2019-03-24 09:41:11 +08:00
zhongsp
d377cd6a11 Fix 822: Advanced Types - any should be never. PR823 2019-03-24 09:39:36 +08:00
zhongsp
888ce47c5d NPM: Use exact version. PR833 2019-03-24 09:38:08 +08:00
zhongsp
c25ca41728 Revert "Update Compiler Options.md". PR816 2019-03-24 09:34:26 +08:00
zhongsp
38e3953502 Add missing semicoln. PR813 2019-03-24 09:31:56 +08:00
zhongsp
971bc2b619 satisfy markdownlint 2019-03-24 09:27:53 +08:00
zhongsp
8a9556f70b upgrade npm package 2019-03-24 09:27:29 +08:00
zhongsp
c35ee08515 Fixed Tutorial 'Gulp'. PR809 2019-03-15 16:07:44 +08:00
zhongsp
a44c79cdbe Rephrase "savage" sentence. PR828 2019-03-15 16:05:37 +08:00
zhongsp
842ed8e00e Remove unecessary character from jsx. PR802 2019-03-15 16:03:48 +08:00
zhongsp
7bd1ecdf6c Improve module templates documentation. PR791 2019-03-15 16:02:49 +08:00
zhongsp
bf11773960 Added webpack 2 example. PR510 2019-03-15 15:45:49 +08:00
zhongsp
c63d75d4d7 fix typo. PR940 2019-03-15 15:38:33 +08:00
Patrick Zhong
bbe4ed4a1d
Merge pull request #242 from byog/patch-1
Update TypeScript in 5 minutes.md
2019-02-24 21:34:29 +08:00
byog
5014f1927a
Update TypeScript in 5 minutes.md
单词书写错误
2019-02-21 15:04:19 +08:00
zhongsp
cc4372bfef update gitbook content 2019-02-15 18:06:51 +08:00
zhongsp
4011ea2326 fix typo. close #240 2019-02-15 18:05:50 +08:00
zhongsp
a1de2e61af restore content 2019-02-15 18:01:42 +08:00
zhongsp
196862ecdf Revert "fix typo. close #240"
This reverts commit 87b9f2fa51.
2019-02-15 17:56:54 +08:00
Patrick Zhong
26b07efe4f
GitBook: [master] 2 pages modified 2019-02-15 09:54:17 +00:00
zhongsp
87b9f2fa51 fix typo. close #240 2019-02-15 17:21:30 +08:00
zhongsp
4db2358ada Update outdated examples in Type Inference article. PR786 2019-02-14 16:54:42 +08:00
zhongsp
17d12b06e3 The target of TypeScript is es6. PR767 2019-02-14 16:34:48 +08:00
zhongsp
1540f7bf45 Fix case and adds react-native option to jsx argument. PR766 2019-02-14 16:29:11 +08:00
zhongsp
a901b7a5ad Add code samples: use class expression to implements construct signature. PR742 2019-02-14 16:26:13 +08:00
Patrick Zhong
ce6b8adf4c
Merge pull request #238 from zhongsp/pr720
Improved Mixins Helper Function to support getters & setters PR720
2019-02-14 16:23:41 +08:00
zhongsp
31b916c2b6 Improved Mixins Helper Function to support getters & setters PR720 2019-02-14 16:21:57 +08:00
Patrick Zhong
0d430ad22f
Merge pull request #237 from cssmagic/patch-1
翻译 vendor 一词
2019-01-15 11:44:41 +08:00
CSS魔法
c427c81e3a
翻译 vendor 一词 2019-01-14 11:21:26 +08:00
tutu
69d25fb217 fix Migrating from JavaScript (#236) 2019-01-11 17:44:51 +08:00
Patrick Zhong
939295cc9c Add --showConfig and --strictBindCallApply. PR928,PR929 2018-12-11 13:10:53 +08:00
Patrick Zhong
9a4a48b298 fix wording 2018-11-23 17:13:11 +08:00
Patrick Zhong
7eb5c0a0ec
breaking changes for 3.1 (#235) 2018-11-17 12:01:56 +08:00
Zong
fe1c1d462f Update Breaking changes in TypeScript 2.8 (#234) 2018-11-15 20:01:04 +08:00
Patrick Zhong
bb896ac8ed fix markdown lint errors 2018-11-09 11:03:15 +08:00
Zong
f836116fb2 Update Breaking changes in TypeScript 2.6 and TypeScript 2.7 (#229) 2018-11-08 09:42:56 +08:00
Zong
98d98edb97 Update Advanced Types.md & Enums.md (#228)
* Update Advanced Types.md
* Update Enums.md
2018-11-07 09:38:05 +08:00
initial-wu
61733b594a Update Deep Dive.md (#227)
纠正一点小错误
2018-10-31 09:28:48 +08:00
zhongsp
649ae14402 added @types folder to module resolution algorithm 2018-10-24 08:17:25 +08:00
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