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

feature(rome_js_formatter): JSX Attributes #2393

Merged
merged 8 commits into from
Apr 13, 2022
Merged

Conversation

NicholasLYang
Copy link
Contributor

@NicholasLYang NicholasLYang commented Apr 12, 2022

Summary

Formatting JSX Attributes. Fixes #2277.

Test Plan

Going to add tests with attributes

@NicholasLYang NicholasLYang changed the title Feature/jsx attribute feature(formatter): JSX Attributes Apr 12, 2022
@NicholasLYang NicholasLYang changed the title feature(formatter): JSX Attributes feature(rome_js_formatter): JSX Attributes Apr 12, 2022
@github-actions
Copy link

github-actions bot commented Apr 12, 2022

Parser conformance results on ubuntu-latest

js/262

Test result main count This PR count Difference
Total 45878 45878 0
Passed 44938 44938 0
Failed 940 940 0
Panics 0 0 0
Coverage 97.95% 97.95% 0.00%

jsx/babel

Test result main count This PR count Difference
Total 39 39 0
Passed 36 36 0
Failed 3 3 0
Panics 0 0 0
Coverage 92.31% 92.31% 0.00%

ts/babel

Test result main count This PR count Difference
Total 588 588 0
Passed 519 519 0
Failed 69 69 0
Panics 0 0 0
Coverage 88.27% 88.27% 0.00%

ts/microsoft

Test result main count This PR count Difference
Total 16257 16257 0
Passed 12391 12391 0
Failed 3866 3866 0
Panics 0 0 0
Coverage 76.22% 76.22% 0.00%

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Apr 13, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 003f20e
Status: ✅  Deploy successful!
Preview URL: https://5d033358.tools-8rn.pages.dev

View logs

@NicholasLYang NicholasLYang marked this pull request as ready for review April 13, 2022 18:11
@NicholasLYang NicholasLYang merged commit b0b0b36 into main Apr 13, 2022
@NicholasLYang NicholasLYang deleted the feature/jsx-attribute branch April 13, 2022 19:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

format of JsxAttribute
2 participants