• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 464 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)

11. typeScript 在interface 接口中怎么用get set [ 95%]

typeScript 在interface 接口中怎么用get set function get time():Number; function set time(value:Number):void; 类似于as3 中的这种写法。 2017-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Mon...

来源: Laya_社区 发布时间: 20171017

12. Tslint/tsc/typescript语法检查错误 [ 95%]

Tslint/tsc/typescript语法检查错误 本地tsc3.0.1 Laya tsc2.1.5 打开LayaAirIDE后提示 Version mismatch! global tsc (3.0.1) != VS Code's language service (2.1.5). Inconsistent compile errors might occur 可以使用各种办法禁用本地tsc,但是内置的 tsc 2.1.5始终起作用  ...

来源: Laya_社区 发布时间: 20180905

13. 使用2.6引擎版本vscode开发支持async await语法 编译出现提示缺少tslib错误 [ 94%]

...odejs\node_global\npm\node_modules\layaair2-cmd\node_modules\rollup-plugin-typescript2\dist\rollup-plugin-typescript2.cjs.js:17194:30)     at lodash_3 (D:\Program Files\nodejs\node_global\npm\node_modules\layaair2-cmd\node_modules\rollup-plugin-typescript2\dist\rollup-plugin-typescript2.cjs.js:24...

来源: Laya_社区 发布时间: 20200704

14. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 94%]

...r (D:\Software\Develop\LayaAirIDE\resources\app\node_modules\rollup-plugin-typescript2\dist\rollup-plugin-typescript2.cjs.js:17187:30) at lodash_3 (D:\Software\Develop\LayaAirIDE\resources\app\node_modules\rollup-plugin-typescript2\dist\rollup-plugin-typescript2.cjs.js:24954:23) at arrayEach (D:\Sof...

来源: Laya_社区 发布时间: 20211009

15. mac laya 2.5beta ts示例工程 tsconfig.json tartget 改成es5 编译报错 [ 94%]

...ions/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:17187:30) at lodash_3 (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:24954:23) at array...

来源: Laya_社区 发布时间: 20200311

16. 请问2.0支持多个 typescript namespace 么? [ 94%]

请问2.0支持多个 typescript namespace 么? 貌似会自动编译引用的namespace每次需要自己编译? 2019-01-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 bpmf_d 赞同来自: https://as...

来源: Laya_社区 发布时间: 20190119

17. 问一下关于typescript模块化编程循环引用的问题 [ 93%]

问一下关于typescript模块化编程循环引用的问题 测试了下IDE在import的时候根据import自动决定加载的JS顺序,但如果出现循环引用时就只能在运行时提示未定义了,。 没写过TS,但如果想做到类似其他语言那种导包的话,有没有比...

来源: Laya_社区 发布时间: 20170302

18. Typescript 每次都重新生成index.html [ 93%]

Typescript 每次都重新生成index.html Typescript 每次都重新生成index.html,有什么办法每次生成覆盖呢?因为js顺序问题,自定义的类,无法使用import 2018-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

来源: Laya_社区 发布时间: 20180322

19. LAYA7.1bate提示 IDE未指向有效的tsserver安装,将禁用typescript语言功能!是怎么回事 [ 92%]

LAYA7.1bate提示 IDE未指向有效的tsserver安装,将禁用typescript语言功能!是怎么回事 LAYA7.1bate IDE未指向有效的tsserver安装,将禁用typescript语言功能,是怎么回事? 如何设置IDE的typescript 版本、 附件 : --> 2017-03-09 添加评论 免费帖 --> ...

来源: Laya_社区 发布时间: 20170309

20. Typescript tsconfig baseurl 编译报错 [ 92%]

Typescript tsconfig baseurl 编译报错 想用import a from "core/view/ViewBase" 代替 from "../../../core/view/ViewBase" 再tsconfig.json 配置了baseurl = "./src" 但是编译会报错: Error: Cannot find module 'core/view/ViewBase' from 'E:\developer\project\svn_wjbj\endLess\src' at E:\devel...

来源: Laya_社区 发布时间: 20190324