Jonson Petard

Results 276 comments of Jonson Petard

Maybe all transformers is not work? In my test, `transformerCompileClass` is not work too.

Follow this issue: https://github.com/unocss/unocss/issues/3089, postcss can't handle tsx, jsx files. And, if we use webpack version, these is no config, which can compile perfectly like Vite. Followed this issue: https://github.com/unocss/unocss/issues/2195,...

> But `@unocss/webpack` (guided by https://unocss.dev/integrations/next#next-js) is not working with `app` directory in `next.js 13`, so seems the `@unocss/postcss` is the only solution there, but it does not support `transformers`...

Seems same issue. It might be the issue of parser. https://github.com/unocss/unocss/issues/3198#issuecomment-1751895682 - can't handle `@apply` in scss modules.

Maybe we define shareable types first, `modules` in `./src`, `schemas`, etc. That is a better choice to improve plugin or theme development at preset, thanks to such a mass work...

我查阅了一下源码,貌似本项目咱们没有使用数据库(`sqlite`)? 如果是这样的话,我觉得这个 tag 可以扩展得更开一些,比如说 `待处理`,`处理中`,`已完成`,`识别失败`。 * 之后,或许可以在未来版本,根据这个 tag 做一个 手动重新识别 的功能 * webUI 中添加一个识别失败列表 * 为识别完成 和 识别失败的番剧添加 手动重新识别的功能 * 允许在手动识别中手动设定 IMDB、TMDB之类的,自定义解析器(基于正则,或者直接允许 Python 脚本?) * 甚至可以基于这种多解析器的特性,维护一个特征库(社区维护)用于匹配一些特殊的番剧名称 * 这样应该可以减少 issue 中大量反馈解析错误的问题(目前好像...

固定包名的处理,应该是 Rollup 的返回参数有所变化,亦或者是 vite 5 废弃了私有 api 的使用,使用其提供的兼容库替代后,导致原有的匹配逻辑出现问题。 主要的匹配逻辑是这两块: * https://github.com/sanyuan0704/vite-plugin-chunk-split/blob/master/src/index.ts * https://github.com/sanyuan0704/vite-plugin-chunk-split/blob/master/src/staticImportScan.ts ref:https://vitejs.dev/guide/migration#remove-resolvepackageentry-and-resolvepackagedata-apis