From 3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 3 Jun 2022 20:02:46 -0400 Subject: Extensible import syntax [Part 4] --- lux-js/source/program.lux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lux-js/source/program.lux') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index 67bc88e96..bfa3d61ec 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -1,6 +1,6 @@ (.using [library - [lux (.full) + [lux (.except) [program (.only program:)] ["[0]" ffi (.only import:)] ["[0]" debug] @@ -30,7 +30,7 @@ ["n" nat] ["i" int] ["[0]" i64]]] - ["[0]" world "_" + ["[0]" world ["[0]" file] ["[1]/[0]" program]] ["@" target @@ -49,9 +49,9 @@ [phase ["[0]" extension (.only Extender Handler) ["[1]/[0]" bundle] - ["[0]" analysis "_" + ["[0]" analysis ["[1]" js]] - ["[0]" generation "_" + ["[0]" generation ["[1]" js]]] [generation ["[0]" reference] @@ -64,7 +64,7 @@ ["[0]" context] [archive (.only Archive) ["[0]" unit]] - ["[0]" packager "_" + ["[0]" packager ["[1]" script]]]]]]] [program ["/" compositor]]) -- cgit v1.2.3