You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not caught up on the latest changes in Deno v2 yet, but I understand they've prioritized compatibility with the Node.js ecosystem, and I agree that a DenoIO class isn't strictly required. That said — I think I do prefer to keep it, even if it's just an empty subclass of NodeIO. Deno isn't Node.js, and I think deserves equal standing as an I/O class. It's possible we may want a slightly different implementation at some point, too.
Continuing from #380 and #379, I intend to support Deno as an environment. The I/O class has been added, but a few remaining things to do:
Context:
TypeScript's magic
./foo
→./foo.ts
resolution is causing quite a headache here.--moduleResolution bundler
(formerly known ashybrid
) microsoft/TypeScript#51669 (possible resolution?)The text was updated successfully, but these errors were encountered: