dalaoshu

Results 101 comments of dalaoshu

> Also I don't see any warning emitting logic, and I tried with an example using transform without `map` return, it did not emit any warning. Is that enough just...

> Greak works. But it seems that emitting such warnings in real world might cause to emitting thousand times. We need some time to think through if this is good...

> @shulaoda Marking the pull request to draft does not mean we are not willing to accept anymore, we will merge the pull request if some prerequisites are ready, and...

The `virtual-site-data` seems unnecessary, as its purpose is only to achieve automated navigation bars. We should consider how to optimize the logic. In addition, it scanned and parsed all MD...

For example: ```react Hello 'foo' "bar" world; ``` will warned and fixed to: ```react {"Hello 'foo' \"bar\" world"}; ``` This behavior is correct and aligned with `eslint-plugin-react`. You can use...

If we only look at `nativeTransformPlugin`, perhaps we should test it this way? Are we only replacing `nativeTransformPlugin` with `oxcPlugin` as mentioned above? ```js task('vite:enableNativePlugin', async (ctx) => { let...

I have measured the differences between `nativeTransformPlugin` and `oxcPlugin` as follows (need to hack internal logic): ```bash [info] nativeTransformPlugin: 1.50s [info] oxcPlugin: 1.45s ```

> > I have measured the differences between `nativeTransformPlugin` and `oxcPlugin` as follows: > > [info] nativeTransformPlugin: 1.50s > > [info] oxc: 1.45s > > Interesting, Due to potential processor-related...

The issue doesn't seem to lie with the `transform` plugin, but rather with the automatic detection of the `module_type` as `Js` for files like `rolldown\examples\remix-starter\app\root.tsx?__remix-build-client-route`. @IWANABETHATGUY cc