From d48c3ff75f23a62c7f13ff411c25073e618b19de Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 10 Jul 2020 00:06:16 -0400 Subject: Fixes and improvements to JavaScript compilation. --- stdlib/source/program/licentia.lux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdlib/source/program/licentia.lux') diff --git a/stdlib/source/program/licentia.lux b/stdlib/source/program/licentia.lux index 5021eb5bb..b3765916f 100644 --- a/stdlib/source/program/licentia.lux +++ b/stdlib/source/program/licentia.lux @@ -37,7 +37,7 @@ ["#." input] ["#." output]]) -(with-expansions [ (as-is "2019-04-01")] +(with-expansions [ "2019-04-01"] (to-do "Replace _.work with _.covered-work or _.licensed-work") (to-do "Create a short notice to add as a comment to each file in the _.work")) @@ -64,6 +64,7 @@ json (|> raw-json (:coerce java/lang/String) java/lang/String::trim + (:coerce Text) (:: json.codec decode)) license (json.run json /input.license)] (wrap (/output.license license)))) -- cgit v1.2.3