From ea0cb5ea78c70b312b941175315fed6202939a74 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Fri, 1 Oct 2021 18:22:49 +0200 Subject: [PATCH] Expose run --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9e06e32..64ee023 100644 --- a/src/index.ts +++ b/src/index.ts @@ -32,7 +32,7 @@ Give me an Elm file, I'll compile it behind the scenes using Elm 0.19.1, and the // .option('--replacements ', 'Replace stuff') .parse(process.argv); -async function run(options: { +export async function run(options: { inputFilePath: string | undefined, outputFilePath: string | null, optimizeSpeed: boolean