diff options
author | Eduardo Julian | 2021-01-09 12:58:50 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-01-09 12:58:50 -0400 |
commit | 706ce9e4916b65c4df5101bd3cc1b4da3b2057af (patch) | |
tree | fe3f3f6b8d6c6bc5b23045a3113a4f93e6f9b04c /lux-jvm/source | |
parent | 1ce30d50abaa330ab2125b110e245de6deda27c7 (diff) |
Turned I64 and variant creation functions into constructors for JS.
Diffstat (limited to '')
-rw-r--r-- | lux-jvm/source/program.lux | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index a7e2f395c..65cff6d00 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -1,5 +1,6 @@ (.module: [lux (#- Definition) + [program (#+ program:)] ["@" target] ["." host (#+ import:)] [abstract @@ -7,8 +8,6 @@ [control ["." io (#+ IO)] ["." try (#+ Try)] - [parser - [cli (#+ program:)]] [concurrency ["." promise (#+ Promise)]]] [data |