cocos-game-framework icon indicating copy to clipboard operation
cocos-game-framework copied to clipboard

cocos-creator游戏框架,typescript版本。

Results 14 cocos-game-framework issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

- [ ] 使用typedoc生成项目文档 - [ ] 添加项目的wiki - [x] prettier配置化,添加忽略大文件的功能 #47 - [x] rollup多文件输出 #48 - [x] 修改csv的生成,不再生成json文件,直接生成ts文件 #45 - [x] 修改meta的配置,只传入一张csv表 #51 - [x] 将示例项目中的TText,TColor,TChild的实现迁移到框架中 #52 - [x]...

这是一个ts语言的相关bug,相关的issue也很多,但都还没有解决。 - https://github.com/microsoft/TypeScript/issues/6433 - https://github.com/microsoft/TypeScript/issues/14127 表现为: ```typescript const a = () => {}; export const b = () => {}; console.log(a.name === "a", b.name === "b", b.name === ""); //...