isographlabs / isograph

The UI framework for teams that move fast — without breaking things.
MIT License
245 stars 16 forks source link

Watch mode: if a file is modified, but the resulting parsed iso literals are the same, do not recompile #238

Open rbalicki2 opened 2 weeks ago

rbalicki2 commented 2 weeks ago

Currently, if a file is modified, but either:

Then we recompile, unnecessarily. This seems like a fairly common case and we can probably avoid recompiling the parsed iso literals are identical.