大约有 31 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...的值(应该变成新的数字才对)。导致各种逻辑错误。 tsconfig中的编译参数为: "module": "es6", "target": "esnext", 没有细究layaair2-cmd编译的原理。 我在想是不是每个ts都会生成一个js,然后最后把他们组合成一个bun...
来源: Laya_社区 发布时间: 20200330
...容相关的链接 提交 1 个回复 kylin 赞同来自: laya一只鸡 把tsconfig里的lib去掉试试 2019-01-28 1 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 laya一只鸡 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js ...
来源: Laya_社区 发布时间: 20190128
...mpile'... rpt2: config error TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '[]'. [14:22:35] 'compile' errored after 286 ms [14:22:35] Error: Unexpected token (Note that you need plugins to import files that are not Ja...
来源: Laya_社区 发布时间: 20191115
...错js脚本错误。 其中环境如下: LayaAir IDE 1.7.10 beta tsconfig.json设置: iOS报错截图: 因为这个问题只在 iOS上面出现,应该比较容易修复。烦请大大看一下修复这个问题。 附件有本次测试的Demo工程(PS:刚才上传错了附件,这...
来源: Laya_社区 发布时间: 20170911
...stion/45491 2020-04-09 0 0 分享 微博 QZONE 微信 李康 赞同来自: tsconfig需要改改,tslib对应自己ide安装路径改一下 { "compilerOptions": { "module": "es6", "target": "es6", "noEmitHelpers": false, "sourceMap": true, "removeComm...
来源: Laya_社区 发布时间: 20200409
...而出现的约束错误此等现象: 1.引用环境已存在的库,在tsconfig.json在lib添加对应的库即可,WeakSet对应的是ES6及以上的库都可以。(这个配置文件的操作方法很多,不仅能添加库,文件引用也可以) 2.新增对应的声明文件.d.ts,...
来源: Laya_社区 发布时间: 20181127
...改为绝对路径.这样就不要关注各种./../../ 1.我尝试修改 tsconfig.json 里的 "baseUrl" 属性 编辑器不提示错误.但是运行的时候就报错了. 2.有没什么方法简化import的? 或者像 laya1.7 那样都不需要import 附件 : --> test3.rar 2018-09-20 添加评论 ...
来源: Laya_社区 发布时间: 20180920
...码会发生改变。) 3.然后编译就会如下报错。 Incompatible tsconfig option. Module resolves to 'CommonJS'. This is incompatible with rollup, please use 'module: "ES2015"' or 'module: "ESNext"'. 附件 : --> PigGameOpenData.zip 2019-12-20 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20191220
...log(waring); } }, treeshake: false, //建议忽略 plugins: [ typescript({ tsconfig:workSpaceDir + "/tsconfig.json", check: true, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }), glsl({ // By default, ever...
来源: Laya_社区 发布时间: 20200918
...了。 谁知道这是为什么? 是不是引擎不支持import语法? tsconfig.json里target设为es5、es6都一样没变化。 2017-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 zengjoeng 赞同...
来源: Laya_社区 发布时间: 20171115