From 950cdaec57221ffec7221822303d0623d81a87a0 Mon Sep 17 00:00:00 2001 From: Denis Bezrukov <6227442+denbezrukov@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:12:16 +0300 Subject: [PATCH] fix(rome_js_parser): Crash at empty default export #4670 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0485a7666d2..7e66a4563c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ #### Other changes +- Fix [#4670](https://github.com/rome/tools/issues/4670), don't crash at empty default export. - Fix [#4556](https://github.com/rome/tools/issues/4556), which correctly handles new lines in the `.gitignore` file across OS. - Add a new option to ignore unknown files `--files-ignore-unknown`: