oxc/crates/oxc_prettier
Boshen f059b0e655 fix(ast)!: add missing ChainExpression from TSNonNullExpression (#7377)
closes #7375

* `foo?.bar!`
* `foo?.[bar]!`

`TSNonNullExpression` was not wrapped inside `ChainExpression`.
2024-11-20 15:54:28 +00:00
..
examples
src fix(ast)!: add missing ChainExpression from TSNonNullExpression (#7377) 2024-11-20 15:54:28 +00:00
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