oxc/tasks
Boshen 7d9d04c569
refactor(prettier): align line with prettier (#1559)
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];
```

101598f94f/src/document/builders.js (L165-L175)
2023-11-27 23:11:53 +08:00
..
benchmark refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
common chore(vscode): improve dx (#1528) 2023-11-24 15:05:27 +08:00
coverage feat(ast): implement new proposal-import-attributes (#1476) 2023-11-25 15:56:09 +08:00
minsize refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
prettier_conformance refactor(prettier): align line with prettier (#1559) 2023-11-27 23:11:53 +08:00
rulegen refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
transform_conformance feat(transformer/react): handle babel 8 breaking removed-options (#1489) 2023-11-22 11:01:40 +08:00
libs.txt fix(benchmark): use different data sets for benchmark and minifier test 2023-09-02 20:56:45 +08:00