Skip to content

Commit 828470f

Browse files
committed
Initial checkin
0 parents  commit 828470f

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

Chapter 2/code.ts

Whitespace-only changes.

Chapter 2/doThings.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Chapter 2/hierarchy.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Chapter 2/simplePrototype.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Chapter 3/coupling.js

Whitespace-only changes.

Chapter 3/coupling.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module Westros{
2+
export class Ruler{
3+
house = new Targaryen();
4+
}
5+
6+
export class Targaryen{}
7+
}

0 commit comments

Comments
 (0)