Open applmak opened 1 year ago
Which version of Deno are you on?
Sorry, I should have included this. I'm now on the latest:
$ deno --version
deno 1.36.4 (release, aarch64-apple-darwin)
v8 11.6.189.12
typescript 5.1.6
Can you post a reproduction? Is there a remote module importing a local module?
Hi. After upgrading deno, I'm now getting:
when I'm trying to use
emit
on some typescript code. Normally, I'd pass '--unstable' todeno run
to make this work, but I'm not sure how to do that via emit(). Is there such an option?