wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.26k stars 62 forks source link

feat: ignore namespace collision of file deleted files #2948

Closed barak007 closed 3 months ago

barak007 commented 3 months ago

When moving files with strict namesapce we didn't clear the cache for the namespace and moving files around caused it to break. in this PR I introduced a devMode to the node resolve namespace Api which checks if the file was deleted when collision happens.