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

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

1. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found [ 100%]

ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found 环境win10 layaboxide 2.6.0 beta 已经全局安装typescript,命令行 tsc -v,输出Version 3.8.3 nodejs 12.16.1 编译报错: semantic error TS2354: [31mThis syntax requires an imported he...

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

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

...async await语法 编译出现提示缺少tslib错误 错误提示:This syntax requires an imported helper but module 'tslib' cannot be found    semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.     at error (D:\Program Files\nodejs\node_global...

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

3. 2.3.0beta 各种bug [ 59%]

... }),如果有  async(){ await xxxx }会报这个错误 TS2354: [31mThis syntax requires an imported helper but module 'tslib' cannot be found.   一、万年没修成功过的自定义导出类 自动添加Laya前缀问题 二、切换类库依旧报错 三、拖尾依然没提供重置方法...

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

4. the server responded with a status of 404 (Not Found) [ 58%]

..._modules/@types/node/base.d.ts' not found. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found Swift中接入其他都正常,但是在你们的conchConfig中,报错'string' file not found fatal error: 'string' file not found 2.0动效模板,报...

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

5. ts 中能使用 装饰器吗 [ 54%]

...modules  目录下一直有tslib模块,但是编译还是会报 “This syntax requires an imported helper but module 'tslib' cannot be found”错误,不管noEmitHelpers是不是=false。(两天了,我实在找不到方法了,才@你,大佬) 2020-03-10 0 2 分享 微博 QZONE 微信 flys...

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

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

...ects/mylaya11/Tank/src/script/Bullet.ts(4,29): semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found. at error (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/rollup/dist/rollup.js:9402:30) at Object.error (/Applications/LayaAirIDE_b...

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

7. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 44%]

...用装饰器语法 }, } 但修改完配置编译的时候会报错:This syntax requires an imported helper but module 'tslib' cannot be found 开发群里有大神提供了一种解决办法: 右键 LayaAirIDE.app->显示包内容,定位到 Contents->Resources->app->node_modules-&...

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