Karsten Zhou

Results 6 comments of Karsten Zhou

> Yes, I deleted it when refactoring to typescript. > > Previously I used webpack to bundle the whole library into a single file. I dropped the whole build system...

> it appears to be a bug starting from 1.5.11, when using this version it says "ReferenceError: IS_WINDOWS_11 is not defined", then the following update 1.5.12 goes back to the...

I have reverted the previous commit and recommitted it step by step. I hope this is helpful for the code review.

Due to the limitations of Vue in MediaWiki, I precompile my Vue projects and deploy them to the wiki, making them independent of MediaWiki's Vue setup. However, this results in...

> Are you saying that you compile Vue _into_ your bundle and don't use the ResourceLoader Vue version? Yes, that's my case. Thank you for your advice ~

I tested with TypeScript versions `~5.7.2` (the default with `npx create-vite@latest`), `5.8.2` (latest), and `5.3.3` (same as your repo), but the issue persists. It doesn’t seem to be related to...