diff options
Diffstat (limited to 'lux-js/commands.md')
-rw-r--r-- | lux-js/commands.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md index 10029d6a2..6d2b1d54e 100644 --- a/lux-js/commands.md +++ b/lux-js/commands.md @@ -20,6 +20,7 @@ cd ~/lux/lux-js/ \ && mv target/program.jar jvm_based_compiler.jar ## Use JVM-based compiler to produce a JS/Node-based compiler. +## @ library/lux/data/text TODO: Comment/turn-off when generating a JS compiler using a JVM-based compiler because Nashorn's implementation of "replaceAll" is incorrect. cd ~/lux/lux-js/ \ && lein clean \ && time java -jar jvm_based_compiler.jar build --source ~/lux/lux-js/source --target ~/lux/lux-js/target --module program \ |