Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 8, 2024
1 parent 9d902a3 commit 6801004
Show file tree
Hide file tree
Showing 69 changed files with 680 additions and 9,928 deletions.
3,942 changes: 0 additions & 3,942 deletions Example/Input/Erroring/Abstract.ts

This file was deleted.

706 changes: 0 additions & 706 deletions Example/Input/Erroring/Action.ts

This file was deleted.

35 changes: 0 additions & 35 deletions Example/Input/Erroring/Check.ts

This file was deleted.

66 changes: 0 additions & 66 deletions Example/Input/Erroring/Create.ts

This file was deleted.

52 changes: 0 additions & 52 deletions Example/Input/Erroring/Menu.ts

This file was deleted.

117 changes: 0 additions & 117 deletions Example/Input/Erroring/Quick.ts

This file was deleted.

24 changes: 0 additions & 24 deletions Example/Input/Expected.ts

This file was deleted.

2 changes: 0 additions & 2 deletions Example/Input/Exported.ts

This file was deleted.

8 changes: 8 additions & 0 deletions Example/Input/OuterInner/1.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
function outer() {
const x = 42;

function inner() {
console.log(x);
console.log(x);
}
}
9 changes: 9 additions & 0 deletions Example/Input/OuterInner/2.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
function outer() {
const x = 42;
console.log(x);

function inner(x: 5) {
console.log(x);
console.log(x);
}
}
2 changes: 0 additions & 2 deletions Example/Input/Test2.ts

This file was deleted.

Loading

0 comments on commit 6801004

Please sign in to comment.