chialab / rna

🚀 Build tools for modern web modules and applications.
https://chialab.github.io/rna/
MIT License
172 stars 21 forks source link

Migrate to oxc parser #181

Closed edoardocavazza closed 8 months ago

edoardocavazza commented 8 months ago

Use the oxc parser instead of sucrase.

changeset-bot[bot] commented 8 months ago

🦋 Changeset detected

Latest commit: dfa26255880ed3bad3d6954f2ba01cd31c5736fb

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 59.08289% with 232 lines in your changes are missing coverage. Please review.

Project coverage is 75.60%. Comparing base (df8fcaf) to head (dfa2625). Report is 2 commits behind head on main.

Files Patch % Lines
packages/esbuild-plugin-worker/lib/index.js 59.06% 39 Missing and 40 partials :warning:
packages/esbuild-plugin-meta-url/lib/index.js 61.96% 21 Missing and 41 partials :warning:
packages/esbuild-plugin-unwebpack/lib/index.js 55.47% 8 Missing and 53 partials :warning:
packages/cjs-to-esm/lib/index.js 59.45% 12 Missing and 18 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #181 +/- ## ========================================== - Coverage 75.76% 75.60% -0.16% ========================================== Files 29 29 Lines 5080 4977 -103 Branches 783 760 -23 ========================================== - Hits 3849 3763 -86 - Misses 469 472 +3 + Partials 762 742 -20 ```

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