为了账号安全,请及时绑定邮箱和手机立即绑定

vscode TSLint 插件报错异常

vscode TSLint 插件报错异常

C#
慕哥9229398 2019-01-25 16:08:42
interface Person {   firstName: string;   lastName: string; }function greeter(person: Person) {  return "Hello, " + person.firstName + " " + person.lastName; }let user = { firstName: "Jane", lastName: "User" };document.body.innerHTML = greeter(user);这段代码ts代码编译没问题但是TSLint却报了一个很诡异的错类型“{ firstName: string; lastName: string; }”的参数不能赋给类型“Person”的参数。   Type '{ firstName: string; lastName: string; }' is missing the following properties from type 'Person': name, age, getName明明接口没有定义name, age, getName为啥说我缺失?
查看完整描述

1 回答

?
慕标琳琳

TA贡献1830条经验 获得超9个赞

重启 vscode 试试,有时候 vscode 的 ts 检测会有延迟和错乱。

查看完整回答
反对 回复 2019-01-25
  • 1 回答
  • 0 关注
  • 1796 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信