Skip to content

8$: disallow 'import type a = mynamespace;' #1139

Closed
@strager

Description

@strager

The following TypeScript code is invalid:

namespace mynamespace {}
import type a = mynamespace;

The type keyword should be removed from the namespace alias.

Metadata

Metadata

Assignees

Labels

for hireGet paid for working on this task: https://quick-lint-js.com/hiring.html

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions