Skip to content

NamespaceExport node has inconsistent width #36762

Closed
@dsherret

Description

@dsherret

TypeScript Version: 3.9.0-dev.20200212

Search Terms: NamespaceExport width

Code

As seen on ts-ast-viewer.com with typescript@next

image

export * as ns from "test";

Expected behavior: * as ns width

This would make it consistent with NamespaceImport:

image

Actual behavior: ns width (identifier only)

Metadata

Metadata

Assignees

Labels

APIRelates to the public API for TypeScriptBugA bug in TypeScriptFix AvailableA PR has been opened for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions