yifancong
yifancong
influxdb fuzzy query use =~ ,for example: where "duration" =~ /5\d{2}/ , so ,how to use ql.where to show =~ ?
 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 分析。 - 构建规则支持重复包检测及...
### What problem does this feature solve? upgrade loader-utils to [email protected]. ### What does the proposed API look like? none
### What problem does this feature solve? support for esm loader analysis:  ### What does the proposed API look like? empty~
### 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...
### 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...
### 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...
### 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.
Rsdoctor platform need e2e tests. - overall page report success. - overall card - duplicate packages - code reviewer components - loader analysis pages report success. - bundle pages report...