diff options
author | Eduardo Julian | 2022-06-06 01:17:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-06 01:17:43 -0400 |
commit | f21ca0dc1956a47b8f7ac6e0ea67d7d246c55280 (patch) | |
tree | 10a40b25b8ed6e332d2fe4f273dcda6bfcbba3bd /lux-js/source/program.lux | |
parent | f623de52d76ad8ec96feb048cd95a3fb150717e1 (diff) |
Added extensions to JS interop for working with "undefined" values.
Diffstat (limited to '')
-rw-r--r-- | lux-js/source/program.lux | 4 |
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)]] |