diff options
author | Eduardo Julian | 2022-06-02 13:56:01 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-02 13:56:01 -0400 |
commit | 0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (patch) | |
tree | 86bc717f0afb31042c7fc25d22a15eba6826a7ad /lux-js/source/program.lux | |
parent | 6d1dcfd9125b891b3425dd6fe27a91bdc959891e (diff) |
Extensible import syntax [Part 3]
Diffstat (limited to '')
-rw-r--r-- | lux-js/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index ba6aaff49..67bc88e96 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) [program (.only program:)] ["[0]" ffi (.only import:)] ["[0]" debug] |