quick-lint-js icon indicating copy to clipboard operation
quick-lint-js copied to clipboard

10$: Disallow non-decl export in TypeScript namespace

Open strager opened this issue 3 years ago • 0 comments

namespace ns {
    class C {}
    export {C}  // illegal
}

strager avatar Jul 22 '22 04:07 strager