Skip to content

Docs not pass down through Partial<T> #12966

@mjbvz

Description

@mjbvz

From @unional on December 15, 2016 23:45

  • VSCode Version: 1.8.0
interface Foo {
  /**
   * x is your name
   */
  x: string
}

function foo(f: Foo) {}
function boo(b: Partial<Foo>) {}

foo({})
boo({})

image
image

Copied from original issue: microsoft/vscode#17357

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions