Skip to content

Commit 906ed48

Browse files
chenjiahanhardfist
authored andcommitted
chore: update contributing
1 parent 31772e3 commit 906ed48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ pnpm run build && pnpm run test
103103

104104
### Node Testing Suit Overview
105105

106-
We use jest for nodejs tests, The most important test cases are the case in the packages/rspack. most of these cases comes from webpack https://github.com/webpack/webpack/tree/main/test because we want to make sure that rspack can work as same as webpack.
106+
We use jest for nodejs tests, The most important test cases are the case in the `packages/rspack`. most of these cases comes from webpack https://github.com/webpack/webpack/tree/main/test because we want to make sure that Rspack can work as same as webpack.
107107

108-
There are three kinds of integration cases in rspack/core.
108+
There are three kinds of integration cases in `@rspack/core`.
109109

110110
#### case.test.ts
111111

@@ -127,5 +127,5 @@ To make releasing easier, Rspack use github action to automate creating versioni
127127

128128
1. Install `go install github.com/go-delve/delve/cmd/dlv@latest`
129129
2. Install vscode extension [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) and [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)
130-
3. build rspack-cli and napi binding by run `./x build cli:debug`
131-
4. In Vscode's `Run and Debug` tab, select `debug-rspack` to start debugging the initial launch of rspack-cli, This task is configured in `.vscode/launch.json`, which launch node debugger and rust debugger together. so you can debug both rust and nodejs code.
130+
3. build `@rspack/cli` and napi binding by run `./x build cli:debug`
131+
4. In Vscode's `Run and Debug` tab, select `debug-rspack` to start debugging the initial launch of `@rspack/cli`, This task is configured in `.vscode/launch.json`, which launch node debugger and rust debugger together. so you can debug both rust and nodejs code.

0 commit comments

Comments
 (0)