Closed pangelani closed 1 year ago
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
0089e66
) compared to base (a17ac87
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Instead of serializing as JSON and then parsing with acorn (which is slow and prone to breaking), it would be better to use something like https://github.com/remcohaszing/estree-util-value-to-estree!
I agree :100: with @wooorm’s tip. Also you can omit the raw
properties and it’s ok to use empty strings as the value of mdxjsEsm
nodes as those are unused.
As far as this PR is concerned though, looks good to me :+1:
Thanks @wooorm and @remcohaszing! I added the suggested improvement to the plugin.
The latest updates on your projects. Learn more about Vercel for Git ↗︎