ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

ts-node REPL is strict mode; node's is not; see if we can reconcile this

Open cspotcode opened this issue 4 years ago • 0 comments

One is strict mode, the other is not.

(function() {console.log(this)})()

...behaves differently.

Investigate if we can fix this.

cspotcode avatar Jan 25 '22 03:01 cspotcode