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

Commit

Permalink
feat(rome_js_parser, rome_js_formatter): import attribute (#4359)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Apr 11, 2023
1 parent e97ddf6 commit 0f04d8c
Show file tree
Hide file tree
Showing 118 changed files with 3,936 additions and 1,301 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
### Formatter

- Fix an issue where formatting of JSX string literals property values were using incorrect quotes [#4054](https://github.com/rome/tools/issues/4054)

- Changed import assertion grammar to the new import attribute assertion
```diff
- import "module" assert {}
+ import "module" with {}
```
### Linter

#### Other changes
Expand All @@ -29,6 +33,12 @@ the code action is not formatted.
### Parser

- Allow module syntax in `cts` files
- Changed import assertion grammar to the new import attribute assertion
```diff
- import "module" assert {}
+ import "module" with {}
```


### VSCode
### JavaScript APIs
Expand Down
98 changes: 49 additions & 49 deletions crates/rome_js_factory/src/generated/node_factory.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0f04d8c

Please sign in to comment.