Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu committed Jan 24, 2024
1 parent a721b75 commit f22489a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,15 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

Contributed by @magic-akari

- Correctly parse type arguments in expression. The following code is now correctly parsed in typescript:
- Correctly parse type arguments in expression([#1184](https://github.com/biomejs/biome/issues/1184)).

```ts
0 < (0 >= 1);
```
The following code is now correctly parsed in typescript:

```ts
0 < (0 >= 1);
```

Contributed by @ah-yu
Contributed by @ah-yu

### Website

Expand Down
12 changes: 7 additions & 5 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,15 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

Contributed by @magic-akari

- Correctly parse type arguments in expression. The following code is now correctly parsed in typescript:
- Correctly parse type arguments in expression([#1184](https://github.com/biomejs/biome/issues/1184)).

```ts
0 < (0 >= 1);
```
The following code is now correctly parsed in typescript:

```ts
0 < (0 >= 1);
```

Contributed by @ah-yu
Contributed by @ah-yu

### Website

Expand Down

0 comments on commit f22489a

Please sign in to comment.