Add jsx parameter to parseAsync in native.wasm.js#5866
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#fix/5865Notice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5866 +/- ##
=======================================
Coverage 98.54% 98.54%
=======================================
Files 269 269
Lines 8545 8545
Branches 1467 1467
=======================================
Hits 8421 8421
Misses 92 92
Partials 32 32 ☔ View full report in Codecov by Sentry. |
|
This PR has been released as part of rollup@4.34.9. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
resolves #5865
Description
That’s an oversight; we forgot to modify the
native.wasm.jsfile while supporting the JSX.