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
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Apr 7, 2023
1 parent 6cb9585 commit 044b0d5
Show file tree
Hide file tree
Showing 116 changed files with 4,609 additions and 1,293 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
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 @@ -26,6 +30,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.

0 comments on commit 044b0d5

Please sign in to comment.