mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
This PR alines all the line types with prettier
```
const hardlineWithoutBreakParent = { type: DOC_TYPE_LINE, hard: true };
const literallineWithoutBreakParent = {
type: DOC_TYPE_LINE,
hard: true,
literal: true,
};
const line = { type: DOC_TYPE_LINE };
const softline = { type: DOC_TYPE_LINE, soft: true };
const hardline = [hardlineWithoutBreakParent, breakParent];
const literalline = [literallineWithoutBreakParent, breakParent];
```
|
||
|---|---|---|
| .. | ||
| prettier@3478719cc0 | ||
| src | ||
| Cargo.toml | ||
| prettier.snap.md | ||
| README.md | ||
Prettier Conformance
Run
just watch "run -p oxc_prettier_conformance"