Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Feb 1, 2024
1 parent 3a7d273 commit 98f5acd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
If you rely on other tools to format `package.json`, you'll have to ignore it via configuration. Contributed by @pattrickrice
- Add partial for `.astro` files. Biome is able to format the frontmatter of the Astro files. Contributed by @ematipico

```diff
---
- statement ( );
+ statement();
---

<div></div>
```

#### Bug fixes

- Fix [#1039](https://github.com/biomejs/biome/issues/1039). Check unicode width instead of number of bytes when checking if regex expression is a simple argument. Contributed by @kalleep
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/generated/NumberOfRules.astro

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions website/src/components/generated/RecommendedRules.astro

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
If you rely on other tools to format `package.json`, you'll have to ignore it via configuration. Contributed by @pattrickrice
- Add partial for `.astro` files. Biome is able to format the frontmatter of the Astro files. Contributed by @ematipico

```diff
---
- statement ( );
+ statement();
---

<div></div>
```

#### Bug fixes

- Fix [#1039](https://github.com/biomejs/biome/issues/1039). Check unicode width instead of number of bytes when checking if regex expression is a simple argument. Contributed by @kalleep
Expand Down

0 comments on commit 98f5acd

Please sign in to comment.