feat: support ROLLUP_FILE_URL_OBJ for URL object instead of string#6108
feat: support ROLLUP_FILE_URL_OBJ for URL object instead of string#6108lukastaegert merged 2 commits intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#file-url-objNotice: Ensure you have installed the latest nightly 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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6108 +/- ##
=======================================
Coverage 98.73% 98.74%
=======================================
Files 271 271
Lines 10632 10641 +9
Branches 2843 2848 +5
=======================================
+ Hits 10498 10507 +9
Misses 89 89
Partials 45 45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR has been released as part of rollup@4.50.3-0. Note that this is a pre-release, so to test it, you need to install Rollup via |
|
This PR has been released as part of rollup@4.51.0. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
Adds support for
import.meta.ROLLUP_FILE_URL_OBJ_referenceIdas discussed.