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

Added support for per-file .eex compilation #296

Merged
merged 5 commits into from
Aug 1, 2023
Merged

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Jul 28, 2023

Refactor / improvement of per-file compilation. Prior, we were just shunting all files into the the elixir compiler, but as it turns out, there are other types of files that need to be compiled. This PR makes a compiler behaviour, and three implementations: elixir, eex and no-op.

Refactor / improvement of per-file compilation. Prior, we were just
shunting all files into the the elixir compiler, but as it turns out,
there are other types of files that need to be compiled.
This PR makes a compiler behaviour, and three implementations: elixir,
eex and no-op.
@scohen scohen requested a review from scottming July 28, 2023 22:17
@scohen scohen merged commit f24761f into main Aug 1, 2023
5 checks passed
@scohen scohen deleted the support-eex-compilation branch August 1, 2023 15:00
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

Successfully merging this pull request may close these issues.

2 participants