Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: track new syntax
  • Loading branch information
ematipico committed Aug 8, 2023
commit 03f6a2ab747da073de2835a2d4c8b392bae55479
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ The following rules are now recommended:
}
}
```
- Add for parsing comments inside JSON files:
- Add support for parsing comments inside JSON files:

```json
{
Expand All @@ -500,7 +500,11 @@ The following rules are now recommended:
}
}
```
- Add support for the new `using` syntax

```js
const using = resource.lock();
```


## 12.1.3
Expand Down