From 54f44f12cf6e6574d94f27edf01799d06f829719 Mon Sep 17 00:00:00 2001 From: Denis Bezrukov <6227442+denbezrukov@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:49:08 +0300 Subject: [PATCH] feat(rome_js_parser): EcmaScript @decorators #4252 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b628cfc36..8cd1e5847d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,7 @@ the code action is not formatted. - import "module" assert {} + import "module" with {} ``` - +- Allow decorators before `export` and `export default`. [#4252](https://github.com/rome/tools/issues/4252) ### VSCode ### JavaScript APIs