diff options
author | Eduardo Julian | 2021-11-19 10:14:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-11-19 10:14:54 -0400 |
commit | cf72ee2b6c8fe87e43f3e6553fcb13588fb560a3 (patch) | |
tree | 47adc6ccc24a9353ee993732c1e054ab378c40b6 /stdlib/source/test | |
parent | ce4ffdcecd271b9cebf62d71977a2d5cb5a1a0ee (diff) |
Added tree-shaking to the compiler.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux/extension.lux | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/extension.lux b/stdlib/source/test/lux/extension.lux index 1fcec22de..7422823e9 100644 --- a/stdlib/source/test/lux/extension.lux +++ b/stdlib/source/test/lux/extension.lux @@ -34,6 +34,9 @@ [tool [compiler ["[0]" phase] + [meta + [archive + ["[0]" artifact]]] [language [lux ["[0]" analysis] @@ -139,7 +142,7 @@ (generation_phase archive expressionS)) _ (directive.lifted_generation - (generation.with_new_context archive + (generation.with_new_context archive artifact.no_dependencies (do ! [[module_id artifact_id] (generation.context archive) .let [commentary (format "Successfully installed directive " (%.text self) "!")] |