-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptBy DesignDeprecated - use "Working as Intended" or "Design Limitation" insteadDeprecated - use "Working as Intended" or "Design Limitation" instead
Milestone
Description
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 TypeScriptA bug in TypeScriptBy DesignDeprecated - use "Working as Intended" or "Design Limitation" insteadDeprecated - use "Working as Intended" or "Design Limitation" instead