seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
71 stars 9 forks source link

Files do not cleanup in the output directory that no longer exist in the source directory while using --watch #169

Closed Aloroid closed 5 months ago

Aloroid commented 8 months ago

Files currently do not get removed from the directory Darklua outputs to when their counterpart in the directory Darklua is processing has been (re)moved. This should be adjusted so their processed counterpart gets removed too when the source is removed