parcel-bundler / parcel

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

Start to add node.js only parcel watcher wachman back-end #9789

Open yamadapc opened 3 weeks ago

yamadapc commented 3 weeks ago

Added a commit over https://github.com/parcel-bundler/parcel/compare/v2...jondlm:parcel:jdlm-watchman-drop-in-replacement

Migrated to typescript but need to write some tests and integrate with the rest of the codebase.

The ignore patterns section likely is one thing that needs to be changed carefully though we could support only a subset of the current ignore options and delegate to watchman.

yamadapc commented 2 weeks ago

cc @jdlm-stripe