Skip to content

[Emit] Some import statements not emitted #46

Closed
@mhegazy

Description

@mhegazy

In tests/cases/compiler/privacyTopLevelInternalReferenceImportWithExport.ts:

Everything declaration of the form:

im_public__private

or

im_public__public

is not emitted.

In tests/cases/compiler/privacyTopLevelInternalReferenceImportWithoutExport.ts:

Everything declaration of the form:

im_private__private

or

im_private__public

is not emitted.

For both cases, used to emit:

var im_private_c_public = m_public . c_public ;

and the like

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptBy DesignDeprecated - use "Working as Intended" or "Design Limitation" instead

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions