Aaron

Results 2 issues of Aaron

I started seeing [this issue](https://github.com/vitejs/vite/issues/8644) after updating vite just now. ``` [vite] hmr update /src/App.tsx [vite] warning: Top-level "this" will be replaced with undefined since this file is an ECMAScript...

Scroller's touch event API wants a "scale" property: ``` doTouchMove(touches, timeStamp, scale) ``` In the examples, this "scale" property is picked directly from the event (e.scale). However, it seems that...