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 /stdlib/source/program | |
parent | f623de52d76ad8ec96feb048cd95a3fb150717e1 (diff) |
Added extensions to JS interop for working with "undefined" values.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/compositor.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 986e1f161..cd6a49dbb 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -36,7 +36,7 @@ ["[0]" syntax] ["[0]" generation] ["[0]" directive] - ["[0]" analysis + ["[0]" analysis (.only) [macro (.only Expander)]] [phase [extension (.only Extender)]]]] |