zhongsp
|
e1378e510f
|
satisfy markdown lint
|
2018-02-21 08:40:23 +08:00 |
|
zhongsp
|
146a2168f1
|
New in TypeScript 2.7. 大家新春快乐!
|
2018-02-15 08:03:54 +08:00 |
|
杨皓天
|
11a1e0af72
|
Update: React tutorial Jest example (#203)
* Update: React tutorial Jest example
* Fix: forced blank lines pass markdownlint
|
2018-02-02 08:54:27 +08:00 |
|
zhongsp
|
a7b718155a
|
ts 2.7 rc overview
|
2018-01-28 12:22:00 +08:00 |
|
zhongsp
|
885ba698e3
|
Announcing TypeScript 2.7 RC.
|
2018-01-28 12:12:47 +08:00 |
|
zhongsp
|
2896d91ff6
|
Fix default for allowSyntheticDefaultImports. PR715
|
2018-01-27 07:56:17 +08:00 |
|
zhongsp
|
0b3bcff5db
|
Fix typo in optional interface property example. PR716
|
2018-01-27 07:54:33 +08:00 |
|
zhongsp
|
f2a048c805
|
Typo fixes. PR713
|
2018-01-18 16:08:25 +08:00 |
|
zhongsp
|
b93bf614e4
|
wording: 逆变-> 抗变,变型->变体
|
2018-01-12 09:40:17 +08:00 |
|
zhongsp
|
62e65821ce
|
Added clarification about scripts and global scope. PR712
|
2018-01-11 13:26:09 +08:00 |
|
zhongsp
|
68267017c3
|
Make index signature return type issues clearer. PR689
|
2018-01-11 13:22:10 +08:00 |
|
zhongsp
|
4684a2616a
|
Fix order of sections. PR710
|
2018-01-11 13:19:35 +08:00 |
|
zhongsp
|
1e6e49965f
|
Also list --noErrorTruncation as a supported flag. PR709
|
2018-01-11 13:18:39 +08:00 |
|
zhongsp
|
08f25bef50
|
A few corrections. PR706
|
2018-01-11 13:15:50 +08:00 |
|
zhongsp
|
c9df62cf90
|
An import path cannot end with a '.tsx' extension. PR705
|
2018-01-11 13:14:22 +08:00 |
|
zhongsp
|
bea371f967
|
Add select method to TextBox class in interfaces example. PR698
|
2018-01-11 13:11:52 +08:00 |
|
zhongsp
|
15f363d8c7
|
Fixed typo in "Compiler Options in MSBuild.md". PR697
|
2018-01-10 10:45:08 +08:00 |
|
zhongsp
|
6ede4b0316
|
Removed mentions of "isomorphic" from Modules. PR696
|
2018-01-10 10:39:41 +08:00 |
|
zhongsp
|
6716757301
|
add missing dep. PR691
|
2017-12-20 16:20:31 +08:00 |
|
zhongsp
|
771074bf09
|
improve toc readability
|
2017-12-20 16:18:57 +08:00 |
|
Xiaohan Lee
|
286f43e48e
|
Fix typo in Generics.md (#199)
|
2017-12-06 08:32:01 +08:00 |
|
Xiaohan Lee
|
8c28d18126
|
Fix typo in Classes.md (#200)
|
2017-12-06 08:31:36 +08:00 |
|
zhongsp
|
564dd0c78b
|
Remove ambiguous sentence about let/var/const brevity. PR685
|
2017-12-02 18:18:42 +08:00 |
|
zhongsp
|
a5b36f9f94
|
clarification for triple-slash-reference-types. PR681
|
2017-11-30 20:57:38 +08:00 |
|
zhongsp
|
e8cda97b16
|
Updated section on enums. close #193.
|
2017-11-28 19:53:17 +08:00 |
|
zhongsp
|
dc1e62182a
|
Updated section on enums. #193
|
2017-11-28 19:51:29 +08:00 |
|
小乔布斯
|
0ae2ddb096
|
TypeScript 2.5和TypeScript 2.6的新特性 (#198)
|
2017-11-23 07:08:53 +08:00 |
|
zhongsp
|
d3d9114df6
|
Added ES2017.TypedArrays lib. PR680
|
2017-11-20 15:03:29 +08:00 |
|
zhongsp
|
59eed7c9bb
|
Add simpler example of inheritance. PR679
|
2017-11-15 08:06:34 +08:00 |
|
zhongsp
|
346f50b772
|
Merge branch 'master' of https://github.com/zhongsp/TypeScript
|
2017-11-15 07:47:27 +08:00 |
|
zhongsp
|
ed575dace7
|
satisfy markdown lint
|
2017-11-15 07:46:56 +08:00 |
|
Daniel Ding
|
19e9f9d773
|
新增:升级gitbook版本 (#197)
|
2017-11-15 07:43:55 +08:00 |
|
Noodles
|
3804cc48fb
|
一处翻译错误 modified: doc/handbook/Basic Types.md (#196)
|
2017-11-10 13:25:19 +08:00 |
|
zhongsp
|
bca48868b8
|
Topic: "Type checking JavaScript files". PR677. closed #194
|
2017-11-07 08:39:44 +08:00 |
|
zhongsp
|
9ae2d22cce
|
Updated section on enums. #193
|
2017-11-06 18:15:44 +08:00 |
|
kira1928
|
6c9a642eb7
|
Update Typescript Announcing link to 2.4 (#195)
|
2017-11-06 17:55:17 +08:00 |
|
zhongsp
|
8ad8cd0b0e
|
Fix syntax error. PR678
|
2017-11-02 11:49:26 +08:00 |
|
zhongsp
|
4ec65fcfc7
|
Add --strict compiler option in msbuild. PR676
|
2017-11-02 11:47:46 +08:00 |
|
zhongsp
|
6662e173d0
|
Don't even mention the entry point for running npm init in the React/Webpack sample. PR673
|
2017-11-02 11:46:32 +08:00 |
|
zhongsp
|
3241de81ff
|
Update link to webpack v2 configuration docs. PR671
|
2017-11-02 11:42:44 +08:00 |
|
zhongsp
|
787d7c5ab6
|
add description of declaration-including package to Consumption.md. PR667
|
2017-11-02 11:41:39 +08:00 |
|
zhongsp
|
4c1d6bc940
|
TypeScript 2.6 release.
|
2017-11-02 11:37:24 +08:00 |
|
zhongsp
|
a59954a594
|
Change var to let. PR669
|
2017-10-24 19:22:13 +08:00 |
|
zhongsp
|
066ab01dd8
|
--lib defaults are a list of libraries. PR666
|
2017-10-24 19:19:23 +08:00 |
|
zhongsp
|
6b1f6e240f
|
Add documentation for --strictFunctionTypes
|
2017-10-24 19:12:29 +08:00 |
|
Patrick Zhong
|
96b9d1374d
|
Announcing TypeScript 2.6 RC
|
2017-10-19 14:02:33 +08:00 |
|
zhongsp
|
c82b712b53
|
Clarify numeric value to enum behavior using a code comment. PR659
|
2017-10-16 08:02:17 +08:00 |
|
zhongsp
|
b03be3220d
|
minor grammar fix. fPR657
|
2017-10-16 08:00:33 +08:00 |
|
zhongsp
|
4d813bf550
|
Fix package.json "dependencies" syntax. PR656
|
2017-10-16 07:56:58 +08:00 |
|
zhongsp
|
97c8620a01
|
React & React-Dom file location changed. PR651
|
2017-10-16 07:51:48 +08:00 |
|