dalaoshu

Results 101 comments of dalaoshu

I can‘t reproduce the first case, is it correct?

> I'm sure > > You can checkout https://github.com/SoonIter/rspress-mdx-flatten/tree/case_1 and https://github.com/SoonIter/rspress-mdx-flatten/tree/case_2 I got what you mean. The first case did not directly use the ``, which caused me to misunderstand.

I think it should be resolved by the compiler, as most of the other links are done through the compiler. In addition, if dynamic linking is required, it should be...

> > I think it should be resolved by the compiler, as most of the other links are done through the compiler. In addition, if dynamic linking is required, it...

I think this issue has been fixed. @Timeless0911

> What's preventing this from getting merged? The author should be too busy

Related to https://github.com/web-infra-dev/rspack/issues/6245 also.

I have tried adding `warnings` in the structure `Plugin`, but due to `async`, this will change a lot of the structure.

It seems that the hook `load` on the `JS` side has already performed `JSON.parse` on the map, whereas the hook `transform` and `render_chunk` directly pass strings to the `Rust` side...