Jie Li

Results 6 issues of Jie Li

### Description pixi7 and pixi8 use new Proxy in Loader, and Proxy cannot be polyfilled in es5 version; I have tried es-proxy-polyfill and proxy-polyfill in chrome 39, the pixi7 and...

import 'es6-proxy-polyfill'; 同时使用 pixi.js7.4.2版本,pixi7.4.2版本中有 new Proxy 代码,但并没有被polyfill,chrome39报错 Uncaught ReferenceError: Proxy is not defined

https://swc.rs/docs/migrating-from-tsc#isolatedmodules-true export.ts 中 export {default as Point, PointLike} from './core/Point'; PointLike 是一个 interface,应该是 export type { PointLike } from './core/Point';

![img_v3_02e8_5f9d4970-3d6e-4ccf-8b7f-f25f0f7f5b0g](https://github.com/user-attachments/assets/2d35a1e7-7da0-4a7b-9196-7b652f191428) ![img_v3_02e8_44f16586-43a8-4f71-8975-a1dc5f0c19bg](https://github.com/user-attachments/assets/89c3a419-3ad9-4794-b74f-0d4ba56cfadf)

reproduce link: https://codesandbox.io/p/sandbox/apng-forked-n9k4lp?file=%2Fsrc%2Findex.js&welcomeVSCode=true click the play button several times in (APNG on js), then the image increase playbackRate click the stopAndPlay button several times in (APNG on js), then the...

https://swiperjs.com/blog/swiper-v11-back-to-basics#touch-events according to the website, it's available to support touch events or not? we test some devices which do not support pointer events, swiper cannot work well; reference: https://github.com/nolimits4web/swiper/blob/master/src/core/events/onTouchStart.mjs#L51 //...