aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-03-05 23:31:33 -0400
committerEduardo Julian2019-03-05 23:31:33 -0400
commit46406645c707db12159ae2c0fc3d7e1446175bbf (patch)
tree9a1a70a0265396832321478b0b66c3308eb452ba /new-luxc/source/program.lux
parent412cbffb0e8d127b4f22733b9151c9e738fe7809 (diff)
Got the JS compiler running again.
Diffstat (limited to 'new-luxc/source/program.lux')
-rw-r--r--new-luxc/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux
index d576e89ae..c669b9c24 100644
--- a/new-luxc/source/program.lux
+++ b/new-luxc/source/program.lux
@@ -56,4 +56,4 @@
(program: [{service cli.service}]
## (/.compiler macro.jvm ..jvm commonJVM.bundle service)
- (/.compiler macro.jvm ..js extensionJS.bundle service))
+ (/.compiler jsT.expander ..js extensionJS.bundle service))