diff options
author | Eduardo Julian | 2022-11-15 20:07:38 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-15 20:07:38 -0400 |
commit | 91a1f21f3c75750217d272554bc8a341f075f82d (patch) | |
tree | 5e745cea303450fa61f931d4a4be6b6fa1e279a2 /lux-js/source/program.lux | |
parent | d656ef2143151a1d78768df4562e5275dff67b9d (diff) |
Now documenting dependers and dependees.
Diffstat (limited to '')
-rw-r--r-- | lux-js/source/program.lux | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index 279b7a448..f7729ec2e 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -43,7 +43,7 @@ [language [lux [program (.only Program)] - [generation (.only Host)] + [translation (.only Host)] [analysis [macro (.only Expander)]] [phase @@ -51,9 +51,9 @@ ["[1]/[0]" bundle] ["[0]" analysis ["[1]" js]] - ["[0]" generation + ["[0]" translation ["[1]" js]]] - [generation + [translation ["[0]" reference] ["[0]" js (.only) ["[0]" runtime] @@ -650,8 +650,8 @@ ... This would crash if the compiler was run on a browser. @.js (maybe.trusted file.default)) platform.#host host - platform.#phase js.generate - platform.#runtime runtime.generate + platform.#phase js.translate + platform.#runtime runtime.translate platform.#phase_wrapper ..phase_wrapper platform.#write (|>> _.code (at utf8.codec encoded))]))) @@ -731,7 +731,7 @@ ..expander analysis.bundle (io.io platform) - generation.bundle + translation.bundle extension/bundle.empty ..lux_program (reference.constant js/reference.system) |