dalaoshu

Results 101 comments of dalaoshu

@Dunqing Could you see if it's because `oxc` doesn't support it?

We currently support `brace expansion`, but for other advanced features such as `extglobs`, support is significantly more complex. At this point, we don't plan to support them at this time.

I think it should be handled in `define` plugin on rolldown-vite side, as that's probably more performant. _Originally posted by @sapphi-red in https://github.com/rolldown/rolldown/pull/3953#discussion_r2011217623_ Currently, we have not replaced the corresponding...

> [@skovhus](https://github.com/skovhus) Would you create a reproduction that reproduces on Stackblitz? I tried to reproduce by tweaking some options, but the whole `__vitePreload` injection does not seem to happen. cc...

> @axetroy what happens when you run `oxlint --fix`? I tried to reproduce it and found that the file was not fixed through `oxlint --fix`. This seems to be because...

我控制台也报了这个错误,但是似乎可以正常展示。 这个问题我以前在开发 Taro 小程序的时候也遇到过,你其实可以通过刷新重新编译即可,无需关闭当前项目并重新打开。

Have you tried removing `node_modules` and reinstalling? Also, could you run `node --version` in the terminal to check if `Node` is working properly?

This might be a workaround since `zod` doesn't support `z.regex()`. 🤔