同样问题
unknown file: path.requeueComputedKeyAndDecoratorsminiprogram-ci preview 上传代码报错。 报错1: unknown file: path.requeueComputedKeyAndDecorators is not a function at enhance (/usr/local/lib/node_modules/miniprogram-ci/dist/modules/corecompiler/summer/plugins/enhance.js:1:1579) at doTransform (/usr/local/lib/node_modules/miniprogram-ci/dist/modules/corecompiler/summer/plugins/enhance.js:1:1827) at Object.runSummerPluginHook (/usr/local/lib/node_modules/miniprogram-ci/dist/modules/corecompiler/summer/worker.js:1:1225) { code: 10045, path: 'app/components/block-item/index.js' 报错2: { type: 'SummerError', message: 'TypeError: _traverse.visitors.environmentVisitor is not a function', stack: 'TypeError: _traverse.visitors.environmentVisitor is not a function\n' + ' at Object.<anonymous> (/usr/local/bin/global/5/.pnpm/node_modules/@babel/helper-replace-supers/lib/index.js:22:51)\n' + ' at Module._compile (node:internal/modules/cjs/loader:1159:14)\n' + ' at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)\n' + code: 10046, path: 'miniprogram/api/account.ts', plugin: 'summer-typescript', hook: 'load' } 测试了一下npm包的版本均有问题。 miniprogram-ci@2.0.6 miniprogram-ci@2.0.4 miniprogram-ci@1.9.16 miniprogram-ci@1.9.8 配置如下: miniprogram-ci preview \ -v false \ --pp ./dist \ --pkp ./private-key.txt \ --enable-es6 true \ --enable-es7 true \ --enable-minify true \ --enable-allowIgnoreUnusedFiles true \ --enable-autoprefixwxss true \ --uv ***** \ --ud ***** \ --appid ***** \ -r 1 上周五还能用,今天周一我们公司所有的小程序CI全部异常。
07-29同上,所有lottie加载的动画都会有崩溃,整个小程序崩溃
小程序 Canvas RenderingContext 画图导致 iOS 微信闪退iOS环境下执行特定序列的 canvas 画图指令,会导致微信闪退 (注意,不仅仅是小程序闪退)。Android无问题。 目前测试有问题的 iOS 环境包括: 操作系统版本 iOS 16.1, 手机型号 iPhone 13 <iPhone14,5>, 微信版本 8.0.49,操作系统版本 iOS 17.5.1, 手机型号 iPhone SE <iPhone14,6>, 微信版本 8.0.49,操作系统版本 iOS 16.4.1, 手机型号 iPhone 12 Pro Max <iPhone13,4>, 微信版本 8.0.49,很有可能影响其他 iOS 版本详细绘图指令请见代码片段,其中包含 RenderingContext.clearRect() setTransform() beginPath() moveTo() bezierCurveTo() stroke() closePath() fill() 注这些绘图指令来自 lottie 动画的一些帧,这个bug会导致播放某些lottie时闪退。
07-23