yifancong

Results 44 issues of yifancong

influxdb fuzzy query use =~ ,for example: where "duration" =~ /5\d{2}/ , so ,how to use ql.where to show =~ ?

![image](https://github.com/ruanyf/weekly/assets/18437716/371982a0-901f-471f-84b9-339cb6dc076a) Rsdoctor 是一个针对构建时及构建产物的分析工具,用于分析基于 [Rspack](https://www.rspack.dev/) 和 [Webpack](https://webpack.js.org/) 构建的项目。它支持分析的项目包括:[Rsbuild](https://rsbuild.dev/)、[Create-react-app](https://create-react-app.dev/)、[Modern.js](https://modernjs.dev/) 等。 # 🔥 特性 - **编译可视化**:Rsdoctor 将编译行为及耗时进行可视化展示,方便开发同学查看构建问题。 - **多种分析能力**:支持构建产物、构建时分析能力: - 构建产物支持资源列表及模块依赖等。 - 构建时分析支持 Loader、Plugin、Resolver 构建过程分析。 - 支持 Rspack 的 builtin:swc-loader 分析。 - 构建规则支持重复包检测及...

weekly

### What problem does this feature solve? upgrade loader-utils to [email protected]. ### What does the proposed API look like? none

✨ enhancement
High

### What problem does this feature solve? support for esm loader analysis: ![img_v3_02am_79f8d2a6-034a-4ca4-9125-e88fe30c657g](https://github.com/web-infra-dev/rsdoctor/assets/18437716/667ab2a3-acaa-456a-b9d5-306307da96be) ### What does the proposed API look like? empty~

💡 feature

### What problem does this feature solve? The feature is similar with circular-dependency-plugin: detect modules with circular dependencies when bundling with rspack or webpack. ### What does the proposed API...

💡 feature
👏 PR welcome

### What problem does this feature solve? When building a project on GitLab, the .rsdoctor files are uploaded to an OSS service. However, when I use the command @rsdoctor/cli analyze...

💡 feature
👏 PR welcome

### What problem does this feature solve? Provide the analysis ability of tree-shaking: 1. The exported variables of the module file. 2. The unused exported variables and the used exported...

💡 feature

### What problem does this feature solve? Tell stats to show the reason for the failure of module optimization. And show this reason by UI platform.

💡 feature

Rsdoctor platform need e2e tests. - overall page report success. - overall card - duplicate packages - code reviewer components - loader analysis pages report success. - bundle pages report...

✨ enhancement
platform