FishEye: Tag d2133460ec003f42375d401a6329c35714b65209 refers to a dead (removed) revision in file `reference/jquery-plugins/dataTables-1.10.16/media/js/jquery.dataTables.js'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag d2133460ec003f42375d401a6329c35714b65209 refers to a dead (removed) revision in file `typescript/hellowworld.ts'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag d2133460ec003f42375d401a6329c35714b65209 refers to a dead (removed) revision in file `typescript/src/index.ts'. FishEye: No comparison available. Pass `N' to diff? Index: typescript/src/utils/makePerson.ts =================================================================== diff -u --- typescript/src/utils/makePerson.ts (revision 0) +++ typescript/src/utils/makePerson.ts (revision 107104c8799a725ae55538b15498e84f387d46c8) @@ -0,0 +1,13 @@ +export function makePerson(name: string, age: number) { + return { + name: name, + age: age, + }; +} + +export function testMakePerson() { + console.log( + makePerson('Jane', 22), + makePerson('Jack', 33), + ); +} \ No newline at end of file FishEye: Tag d2133460ec003f42375d401a6329c35714b65209 refers to a dead (removed) revision in file `typescript/src/utils/test.ts'. FishEye: No comparison available. Pass `N' to diff?