Igor Elovikov

Results 2 issues of Igor Elovikov

Does `evalTS` catch exceptions if I'm throwing them as `throw new Error("message")` from jsx? Currently it just returns `Error` object so I've added this to `evalTS`: ```js if (res ===...

sorry, I have very little experience with js/ts but I've noticed that if I'm trying to use classes in extendscript babel adds bunch of hepers for example like those: ```js...