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

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 23, 2023
1 parent 07e4564 commit fe41cd5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 */;
Expand Down

0 comments on commit fe41cd5

Please sign in to comment.