From 04edb3e5857eef6dc12306c9b7b2ee7b75cf71db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wa=C5=9Bko?= Date: Wed, 23 Feb 2022 19:56:17 +0100 Subject: [PATCH] Add an export, not sure about it --- distribution/lib/Standard/Base/0.0.0-dev/src/Main.enso | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distribution/lib/Standard/Base/0.0.0-dev/src/Main.enso b/distribution/lib/Standard/Base/0.0.0-dev/src/Main.enso index 459a28a04f71..18ce9577fe8e 100644 --- a/distribution/lib/Standard/Base/0.0.0-dev/src/Main.enso +++ b/distribution/lib/Standard/Base/0.0.0-dev/src/Main.enso @@ -47,7 +47,8 @@ from project.Data.Number.Extensions export all hiding Math, String, Double from project.Data.Noise export all hiding Noise from project.Data.Pair export Pair from project.Data.Range export Range -from project.Data.Text.Extensions export Text, Split_Kind, Line_Ending_Style +# TODO [RW] do we want to export case? I don't want to pollute too much, but without autoscoping to_case is unusable as you'd need to import it. +from project.Data.Text.Extensions export Text, Split_Kind, Line_Ending_Style, Case from project.Data.Text.Matching export Case_Insensitive, Text_Matcher, Regex_Matcher from project.Error.Common export all from project.Error.Extensions export all