Skip to content

Declaration emit is broken for parameters marked /* @internal */ #33350

Description

.ts:

interfaceTypeChecker{getContextualType(node: Expression,/* @internal */contextFlags?: ContextFlags): Type|undefined;}

.d.ts:

interfaceTypeChecker{getContextualType(node: Expression, : Type|undefined;

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: Declaration EmitThe issue relates to the emission of d.ts files

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions