Hi! In NodeJS there was module "vm" which allowed you to run untrusted code in new context
The one limit was that you couldn't run TYPESCRIPT code in NodeJS's vm
But I didn't find any of that in Deno. Is there a way to run untrusted TYPESCRIPT code in Deno with a context?