mdx-js / mdx

Markdown for the component era
https://mdxjs.com
MIT License
17.76k stars 1.14k forks source link

Refactor some docs #2375

Closed remcohaszing closed 1 year ago

remcohaszing commented 1 year ago

estree-util-build-jsx was updated to version 3, which uses spread syntax. However, some documentation was still using Object.assign in output examples.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mdx ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 19, 2023 10:11am
codecov-commenter commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (44ca1ff) 100.00% compared to head (6f84da2) 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2375 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 23 23 Lines 2499 2499 Branches 4 4 ========================================= Hits 2499 2499 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

wooorm commented 1 year ago

I’m still about to go through all the docs, and check all input/output examples.

Do you think you have all? I can merge but I’ll go through everything anyway!

remcohaszing commented 1 year ago

Ah ok, I thought maybe you missed this. These were all occurrences of Object.assign.