Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Micha Reiser <micha@rome.tools>
  • Loading branch information
ematipico and MichaReiser authored Jun 7, 2022
1 parent 6afa7d3 commit 507c81f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let a = {
"something": 3
}
let b = "cool ins\'t it";
let b = "cool isn\'t it";

// formatted code
let a = {
Expand All @@ -20,8 +20,8 @@
let b = "cool ins't it";
```
- Better formatting of various statements
- Improved the performance of the formatter an average of 20%! Check the [relevant
PR](https://github.com/rome/tools/pull/2634) if you're interested in what the team did.
- Improved the performance of the formatter an average of 20%! Check the relevant
PRs [1](https://github.com/rome/tools/pull/2456), [2](https://github.com/rome/tools/pull/2638), [3](https://github.com/rome/tools/pull/2612), [4](https://github.com/rome/tools/pull/2462), [5](https://github.com/rome/tools/pull/2634) if you're interested in what the team did.

To reach better compatibility with Prettier, the team had to revise the foundation of our printer,
which caused some regressions around how comments are printed. These are known issues that we
Expand Down

0 comments on commit 507c81f

Please sign in to comment.