Results 28 issues of dalaoshu

Fixes #18429 #### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [...

bug
rule
accepted
contributor pool

`FlattenMdxContent` can cause the unfolded MDX content to not apply `replaceRules`. To solve this problem, I think `replaceRules` should be applied to each MDX content flatten in the `flattenMdxContent`. _Originally...

### What problem does this perf solve? [packages/theme-default/src/components/Nav/menuDataHooks.tsx](https://github.com/web-infra-dev/rspress/blob/main/packages/theme-default/src/components/Nav/menuDataHooks.tsx) I found that there are many duplicate parts in two of the code segments, especially the `replaceVersion` and `replaceLang` functions. Perhaps they...

💡 feature

### Version ```sh - ``` ### Details This option is used in many parts of the code, which is a `basic config`, but there is no relevant introduction in the...

🐞 bug
👏 PR welcome

## Summary Related to #7516 - [x] support windows shell - [x] support setup - [x] support ready - [x] support build - [x] support watch ## Checklist - [...

### What problem does this feature solve? Among many dependencies, they mark the scope of the dependency as `span`, `range`, or `start&end`. This behavior is very chaotic in Dependency. https://github.com/web-infra-dev/rspack/blob/f37741c316c30e6234cfc504efbabea53a26df75/crates/rspack_plugin_javascript/src/dependency/esm/harmony_export_header_dependency.rs#L11-L16...

feat

### What subject does this issue tracking? Related to #6051 This is a huge and complex task, and it took me a long time to understand how to complete it....

tracking issue

Related to PR #15 Due to some reasons, I have to open a new PR. ## Benchmark ```rust const PATH: &'static str = "some/a/bigger/path/to/the/crazy/needle.txt"; const GLOB: &'static str = "some/**/needle.txt";...

```rust > glob_match("**/foo{bar,b*z}", "foobuzz") false ```