-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# Toolchain Notes | ||
|
||
This repository contains the notes I've taken while diving into the source code of [rolldown](https://github.com/rolldown/rolldown) and [oxc](https://github.com/oxc-project/oxc). | ||
|
||
My goal is to keep track of my findings and understandings. By open-sourcing this, it might help others (those repositories can be hard to dive into). | ||
|
||
If you feel like contributing, please do. I try not to link to too specific implementations (which can change over the time). | ||
|
||
## Contributing | ||
|
||
Click on the link on top right of the book, this will prompt you to fork the project and you will be able to make the modification directly in the github UI. | ||
|
||
You can also propose a PR by hand. |