From 46406645c707db12159ae2c0fc3d7e1446175bbf Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 5 Mar 2019 23:31:33 -0400 Subject: Got the JS compiler running again. --- new-luxc/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new-luxc/source/program.lux') 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)) -- cgit v1.2.3