ZombieB
ZombieB5d ago

New to Deno, why are namespaces discouraged?

I can't find much information about this online. I'm getting this lint warning when using namespaces, but they've worked no problem when I was using plain TypeScript with Node. I'd like to be able to default import one namespace and tab-complete the functions I need. I'm using the Deno extension in VSCode.
No description
1 Reply
ZombieB
ZombieBOP5d ago
Ctrl+f'd this. I guess I can just export * as asdf..