thetarnav / solid-devtools

Library of developer tools, reactivity debugger & Devtools Chrome extension for visualizing SolidJS reactivity graph
https://chrome.google.com/webstore/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel
MIT License
536 stars 21 forks source link

Add an option to include files outside of cwd #299

Open astoilkov opened 5 months ago

astoilkov commented 5 months ago

Currently data-source-loc is added only to files inside the cwd. However, a mono-repo might benefit from having this condition disabled.

https://github.com/thetarnav/solid-devtools/blob/d2fdac53ac79c8aa58b2cacfd08d2b90b27fb191/packages/main/src/vite/location.ts#L61