diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b8719573b..52a62836ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,18 @@ was defined [#4479](https://github.com/rome/tools/issues/4479) ### Editors ### Formatter + +#### Other changes + +- Revert [#4359](https://github.com/rome/tools/issues/4359) + ### Linter ### Parser + +#### Other changes + +- Revert [#4359](https://github.com/rome/tools/issues/4359) + ### VSCode ### JavaScript APIs diff --git a/crates/rome_js_formatter/tests/specs/prettier/js/import-assertions/empty.js.snap b/crates/rome_js_formatter/tests/specs/prettier/js/import-assertions/empty.js.snap index bceb4baecab..f591ebe1617 100644 --- a/crates/rome_js_formatter/tests/specs/prettier/js/import-assertions/empty.js.snap +++ b/crates/rome_js_formatter/tests/specs/prettier/js/import-assertions/empty.js.snap @@ -1,7 +1,6 @@ --- source: crates/rome_formatter_test/src/snapshot_builder.rs -info: - test_file: js/import-assertions/empty.js +info: js/import-assertions/empty.js --- # Input @@ -28,7 +27,7 @@ import * as baz from "baz.json" assert { /* comment */ } -export * as baz from "baz.json" /* comment */; +export * as bar from "bar.json" assert {}; +export * as baz from "baz.json" assert { /* comment */ }; - + import * as foo from "foo.json"; -import * as bar from "bar.json"; -import * as baz from "baz.json" /* comment */;