tslab icon indicating copy to clipboard operation
tslab copied to clipboard

tslab's JavaScript kernel is not real JavaScript

Open ed9w2in6 opened this issue 4 years ago • 0 comments

The JavaScript Kernl provided by tslab is not real JavaScript

Try to run this

x=1;

Will throw a Cannot find name 'x' error, which is unique to TypeScript.

Is this intended?

ed9w2in6 avatar Aug 08 '20 00:08 ed9w2in6