Skip to content

Add quick fix for exporting "private" entities when imported indirectly for --declaration #15058

@DanielRosenwasser

Description

@DanielRosenwasser
class Foo {
}

export let x = new Foo

We should have a quick fix to add an export modifier to the declaration of Foo.

Metadata

Metadata

Assignees

Labels

Domain: Declaration EmitThe issue relates to the emission of d.ts filesDomain: LS: Quick FixesEditor-provided fixes, often called code actions.SuggestionAn idea for TypeScript

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions