Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rbalicki2 opened this issue Nov 1, 2024 · 0 comments

Comments

@rbalicki2
Copy link
Collaborator

Currently, if a file is modified, but either:

  • it contains no iso literals, or
  • it is modified in a way not affecting iso literals (e.g. some JS code is added at the end of the file)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant