Skip to content

Commit 279b3c2

Browse files
committed
update typings
1 parent 5fae826 commit 279b3c2

File tree

14 files changed

+39
-39
lines changed

14 files changed

+39
-39
lines changed
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Read:
2+
3+
https://www.typescriptlang.org/docs/handbook/type-compatibility.html
4+
5+
http://www.typescriptlang.org/Handbook#classes-classes
6+
7+
http://basarat.gitbooks.io/typescript/content/docs/classes.html
8+
9+
https://www.tektutorialshub.com/typescript/structural-typing-duck-typing-in-typescript/
10+
11+
https://imfaber.me/typescript-structural-typing/
12+
13+
14+

step12a_classes/readme.md

-16
This file was deleted.
File renamed without changes.
File renamed without changes.
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Read:
2+
3+
https://www.typescriptlang.org/docs/handbook/type-compatibility.html
4+
5+
http://www.typescriptlang.org/Handbook#classes-classes
6+
7+
http://basarat.gitbooks.io/typescript/content/docs/classes.html
8+
9+
https://www.tektutorialshub.com/typescript/structural-typing-duck-typing-in-typescript/
10+
11+
https://imfaber.me/typescript-structural-typing/
File renamed without changes.

step12b_classes/readme.md

-11
This file was deleted.

step12c_classes/app.ts step12c_class_typings/app.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
//Please Read https://github.com/Microsoft/TypeScript/issues/5303
33

44

5-
//Object literals have an associated freshness before they're bound to a variable. The same doesn't apply for any other expressions.
5+
//Object literals have an associated freshness before they're
6+
//bound to a variable.
7+
//The same doesn't apply for any other expressions.
68

79
//The idea is that object literals are often used for option bags (where the user has to manually type out each property
810
//name at each use-site), and this behavior catches typos.

step12c_class_typings/readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Read:
2+
3+
https://www.typescriptlang.org/docs/handbook/type-compatibility.html
4+
5+
http://www.typescriptlang.org/Handbook#classes-classes
6+
7+
http://basarat.gitbooks.io/typescript/content/docs/classes.html
8+
9+
https://www.tektutorialshub.com/typescript/structural-typing-duck-typing-in-typescript/
10+
11+
https://imfaber.me/typescript-structural-typing/
File renamed without changes.

step12c_classes/readme.md

-11
This file was deleted.

0 commit comments

Comments
 (0)