1234567891011121314151617181920 |
- System.register([], function (_export, _context) {
- "use strict";
- return {
- setters: [],
- execute: function () {
- // This module is auto-generated to report error emitted when try to load module file:///D:/CocosCreatorProject/idiom/assets/Scripts/GameCtl.ts at runtime.
- throw new Error(`SyntaxError: D:\CocosCreatorDashBoard\CocosDashboard\file:\D:\CocosCreatorProject\idiom\assets\Scripts\GameCtl.ts: Unexpected token (253:17)
- 251 | }
- 252 | return true; // 保留其他元素
- > 253 | });
- | ^
- 254 |
- 255 | //检测容器中有哪些需要高亮的字
- 256 | console.log(Container_Manager.instance.node_isIdiom); // 在所有动画结束后执行`);
- }
- };
- });
- //# sourceMappingURL=ad00d894a38adebeb29526456f8a4e4a0328d80d.js.map
|