Help with TypeScript namespaces - is this pattern supported?
Hi! I am attempting to model some classes in a Namespace for organization purposes. I would expect this pattern to work, the linter doesn't complain at least, but when I run
Is this not supported in Deno? I tried using triple slash directives as well but no luck.
Thanks!
https://github.com/CobyPear/deno-namespace-reproduction
deno test it fails with the error in the README.Is this not supported in Deno? I tried using triple slash directives as well but no luck.
Thanks!
https://github.com/CobyPear/deno-namespace-reproduction
GitHub
Contribute to CobyPear/deno-namespace-reproduction development by creating an account on GitHub.
