ts-node
ts-node copied to clipboard
ts-node REPL is strict mode; node's is not; see if we can reconcile this
One is strict mode, the other is not.
(function() {console.log(this)})()
...behaves differently.
Investigate if we can fix this.