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

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev committed Jul 10, 2023
1 parent b144b4a commit 63056ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ if no error diagnostics are emitted.

This rule's code action emits an invalid AST, so I fixed using JsxString instead of JsStringLiteral

- Fix [noUndeclaredVariables](https://docs.rome.tools/lint/rules/noundeclaredvariables/)'s false positive diagnostics ([#4675](https://github.com/rome/tools/issues/4675))

The semantic analyzer no longer handles `this` reference identifier in the semantic analyzer.

### Parser

- Add support for decorators in class method parameters, example:
Expand Down

0 comments on commit 63056ed

Please sign in to comment.