parcel-bundler / parcel

The zero configuration build tool for the web. 📦🚀
https://parceljs.org
MIT License
43.27k stars 2.26k forks source link

Port target request to Rust #9809

Closed MonicaOlejniczak closed 1 week ago

MonicaOlejniczak commented 2 weeks ago

↪️ Pull Request

These changes add the bulk of the target request implementation, but do not yet handle invalidations; initial options like serve mode; browserslist config file; etc. Most of the logic is the same, with notable changes being:

🚨 Test instructions

yarn build-native && cargo test