mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
> A Use Strict Directive may not contain an EscapeSequence or LineContinuation. It is `Use Strict Directive` spec, but the `expression` of `Directive` isn't original string value, it has error if using it to codegen, so here using `directive` of `Directive` to codegen and not to escape it. Here is crashed test cases. ``` js 'use str\ ict'; ``` The babel will print the original string, I follow it and avoid using `print_str` because it will escape string. I also changed some code using the `expression` of `Directive` to check `Use Strict Directive` . |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
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
- Have the basic infrastructure ready for contribution
- Implement a test runner in Rust which extracts the snapshots and do a comparison over it
- 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/main/tests/format/js