close
  • English
  • Project overall

    Overview

    In the main page of Rsdoctor, we can see a card named Project Overall, which provides information about the current project's configuration, version, and alerts. The content is shown in the following image:

    Glossary

    TermDescription
    errorsRepresents the error level rules detected by Rsdoctor during the current run
    warnsRepresents the warn level rules detected by Rsdoctor during the current run
    rspackRepresents the Rspack version obtained during the current run
    cwdRepresents the current working directory during the current run, i.e., process.cwd()
    cpuRepresents the CPU information
    memoryRepresents the memory information during the current run
    nodeRepresents the version number of Node.js
    yarnRepresents the version number of Yarn, displayed as Not Found if not found
    npmRepresents the version number of npm
    pnpmRepresents the version number of pnpm, displayed as Not Found if not found

    Usage

    View bundler config

    If we need to view the Rspack or webpack configuration of the project, we can click on View Bundler Config in the top right corner of the card. A popup window will appear, containing the serialized Bundler Config, as shown in the following image:

    errors / warns

    If the numbers displayed in the errors and warns sections of the card are greater than 0, we can click on them to view the corresponding details list. The following image shows an example using warns:

    We can see the list of warn level alerts detected by Rsdoctor.