Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: packages/node -> packages/rolldown #683

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/docs/contrib-guide/repo-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ We store all the Rust crates in this directory.

# `/packages`

We store all the Node.js packages in this directory except `@rolldown/node-binding`.
We store all the Node.js packages in this directory.

- `/node` Node.js package for the project.
- `/rolldown` Node.js package for the project.
- `/bench` Benchmark programs for Node.js side of the project.
- `/rollup-tests` Adapter for running rollup tests with rolldown.

Expand Down