ClojureDart icon indicating copy to clipboard operation
ClojureDart copied to clipboard

Analysis for local dart files is cached for too long

Open cgrand opened this issue 2 years ago • 0 comments

Since Dart analysis results are cached by the CLJD compiler, some local Dart files changes are not picked up.

Proposed solution: have the watch loop request cache entries for local dart files to be purged before proceeding to compilation.

cgrand avatar Jan 20 '23 10:01 cgrand