aboutsummaryrefslogtreecommitdiff
path: root/lux-js
diff options
context:
space:
mode:
authorEduardo Julian2022-06-06 01:17:43 -0400
committerEduardo Julian2022-06-06 01:17:43 -0400
commitf21ca0dc1956a47b8f7ac6e0ea67d7d246c55280 (patch)
tree10a40b25b8ed6e332d2fe4f273dcda6bfcbba3bd /lux-js
parentf623de52d76ad8ec96feb048cd95a3fb150717e1 (diff)
Added extensions to JS interop for working with "undefined" values.
Diffstat (limited to 'lux-js')
-rw-r--r--lux-js/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux
index f6aecd2e0..ec49efe41 100644
--- a/lux-js/source/program.lux
+++ b/lux-js/source/program.lux
@@ -33,7 +33,7 @@
["[0]" world
["[0]" file]
["[1]/[0]" program]]
- ["@" target
+ ["@" target (.only)
["_" js]]
[tool
[compiler
@@ -55,7 +55,7 @@
["[1]" js]]]
[generation
["[0]" reference]
- ["[0]" js
+ ["[0]" js (.only)
["[0]" runtime]]]]]]
[default
["[0]" platform (.only Platform)]]