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

Commit 445d8b6

Browse files
chore: 🤖 update codegen
1 parent 1a02ec5 commit 445d8b6

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

crates/rome_js_parser/test_data/inline/err/import_attribute_err.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import "foo" with { type, "json" };
22
import "bar" \u{61}ith { type: "json" };
33
import { foo } with { type: "json" };
44
import "lorem"
5-
assert { type: "json" }
5+
with { type: "json" }
66
import foo2 from "foo.json" with { "type": "json", type: "html", "type": "js" };
77
import "x" with;
88
import ipsum from "ipsum.json" with { type: "json", lazy: true, startAtLine: 1 };

crates/rome_js_unicode_table/src/tables.rs

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)