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.
1 Reply
Ctrl+f'd this. I guess I can just
export * as asdf
..