diff options
author | Eduardo Julian | 2020-05-06 04:19:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-05-06 04:19:54 -0400 |
commit | 3e524725cfb47cb56466a08ac290ed5a389748be (patch) | |
tree | 5ba247673e8a3b6d2e25df194b0f6011c2c0b436 /stdlib/source/lux/tool/compiler/meta/io.lux | |
parent | 724372e2b023bccbb93e1fa40e3c92ed2ee7e36c (diff) |
Loading the artifacts from the cache and re-populating the analyser's state.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/tool/compiler/meta/io.lux | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/source/lux/tool/compiler/meta/io.lux b/stdlib/source/lux/tool/compiler/meta/io.lux index 271dcb79a..11faee222 100644 --- a/stdlib/source/lux/tool/compiler/meta/io.lux +++ b/stdlib/source/lux/tool/compiler/meta/io.lux @@ -1,5 +1,5 @@ (.module: - [lux (#- Module Code) + [lux (#- Code) [data ["." text]] [world @@ -7,8 +7,6 @@ (type: #export Context Path) -(type: #export Module Text) - (type: #export Code Text) (def: #export (sanitize system) |