Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.vscode
10 changes: 9 additions & 1 deletion example.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
console.log('Some .ts code reproducing a bug');
console.log('You have to use the ts-node REPL to see the bug!');
console.log("Invoke the ts-node REPL, then enter the following commands:");
console.log(`
let a = 3
3 + 4
.type a
3 + 4
`);
console.log("The first addition is correct, the second is not.");
62 changes: 62 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.