Skip to content

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

Open
@andrewbranch

Description

@andrewbranch

.ts:

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

.d.ts:

interface TypeChecker {
    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