mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
10 lines
554 B
Markdown
10 lines
554 B
Markdown
# Getting started
|
|
|
|
Create a `test.js` and run the example `just example prettier` from `crates/oxc_prettier/examples/prettier.rs`, follow the code structure and read the references documented at the top of the files.
|
|
|
|
# Tasks
|
|
|
|
- [x] Have the basic infrastructure ready for contribution
|
|
- [x] Implement a test runner in Rust which extracts the snapshots and do a comparison over it
|
|
- [x] Establish a way to pass all the tests by manually porting code
|
|
- [ ] Pass as many tests as possible in https://github.com/prettier/prettier/tree/3.3.3/tests/format/js
|