gpt4 book ai didi

cordova - TypeScript: '???' 的签名重复

转载 作者:搜寻专家 更新时间:2023-10-30 21:09:23 25 4
gpt4 key购买 nike

  1. 创建 WinJS windows 8 应用程序
  2. 将 windows 8 phonegap javascript 库添加到项目中
  3. 添加来自 https://github.com/borisyankov/DefinitelyTyped 的 d.ts phonegap typescript 定义库
  4. 在项目中添加一个script.ts文件
  5. 输入以下内容

代码:

///<reference path="phonegap.d.ts" />

var x = 1;

现在,如果您在 VS 中“编译”script.ts 文件,我会收到以下错误

C:/Program Files (x86)/Microsoft SDKs/TypeScript/lib.d.ts(4551,4): 
Signature for 'clearWatch' is duplicated

在我的 VS 2012 中我还安装了以下扩展(可能与问题有关但不确定)

  • typescript
  • 网络基础

最佳答案

这是因为 lib.d.tsphonegap.d.ts 中都有一个名为 clearWatch 的方法>地理定位界面。

我建议你从 phonegap.d.ts 中注释掉这个方法

关于cordova - TypeScript: '???' 的签名重复,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14597183/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com