大约有 189 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
...复现步骤:(或者直接github地址:https://github.com/raofr/laya_compile_bug) 创建TypeScript空项目 修改src/LayaSample.ts import WebGL = Laya.WebGL; // 程序入口 class GameMain{ constructor() { Laya.init(600,400, WebGL); } static wallet:com.battlecry.idle_m.data_proto.WalletMod...
来源: Laya_社区 发布时间: 20181115
...译环境的安装目录,有了这个,LayaAirIDE里就能通过这个Compiler将TypeScript编译成为JavaScript。 2.2.2 检查TypeScript编译环境版本 在命令行输入“tsc -v” 命令可查看当前TypeScript编译的版本,如图2-4所示。 tsc -v (图2-4) 如果显示出版...
来源: Laya3.0_文档 发布时间: 20241014
...存在的问题。 使用: (1)、开启debug模式方法: /*[COMPILER OPTIONS:debug]*/ 在游戏入口类的package内导包位置加上此编译宏; (2)、关闭debug模式方法: 删掉编译宏; 3、发布(release)模式 描述: 在release编译模式下,会...
来源: Laya_社区 发布时间: 20151203
...烫 2019-10-09 0 0 分享 微博 QZONE 微信 xiaocai 赞同来自: { "compilerOptions": { /* Basic Options */ "target": "es2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ ...
来源: Laya_社区 发布时间: 20190408
.../Resources/app [15:34:09] Using gulpfile ~/Git/WorkProject/StackBall/.laya/compile.js [15:34:09] Starting 'compile'... 出错了: TypeScript error: ../../../node_modules/@types/node/index.d.ts(58,22): Error TS6053: File '../../../node_modules/@types/node/base.d.ts' not found. node 版本:...
来源: Laya_社区 发布时间: 20200107
...on output the version number -h, --help output usage information Commands: compile compile project. publish publish project. help [cmd] display help for [cmd] ``` #### layaair2-cmd的帮助说明: 帮助中首先给出了命令的使用范例: ``` Usage: layaair2-cmd [command] [args] ``` 说明...
来源: Laya2.0_文档 发布时间: 20210715
...nts/Resources/app [09:09:54] Using gulpfile ~/projects/mylaya11/Tank/.laya/compile.js [09:09:54] Starting 'compile'... { Error: /Users/xxxxx/projects/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 ...
来源: Laya_社区 发布时间: 20200311
... })); 但是编译时报如下错误: [23:43:30] Starting 'compile'... { Error: D:/Workspace/LayaTest/demo010/src/script/GameUI.ts(50,17): semantic error TS2339: [31mProperty 'transform' does not exist on type 'Node'.[39m at error (D:\Software\Develop\LayaAirIDE\resources\app\node_mo...
来源: Laya_社区 发布时间: 20211009
...的一些配置信息,如图4所示。 ![4](img/4.png) (图4) #### `compile.js` 文件介绍 `compile.js` 是gulp自定义编译流程的脚本文件,如果开发者对gulp比较熟悉的可以修改,否则不要动这里。 #### `launch.json`文件介绍 `launch.json` 文件保存了项...
来源: Laya2.0_文档 发布时间: 20210714
...告知新版资源管理的LAYACMD命令 【分享】通过命令行调用compile.js编译,不使用laya-cmd layacmd mac 系统安装不上,急 LAYACMD少文件 layacmd可以发微信吗 layacmd 有新的版本管理的功能吗? 资源版本管理问题,根据官方文档 layacmd 执行后...
来源: Laya_社区 发布时间: 20171116