From 10654fa95553866c63a56a7f84c7ec47fb7aac9c Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 14 Oct 2020 10:52:49 +1100 Subject: refactor(cli): add tsc2 (#7942) Ref #7225 --- cli/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/main.rs') diff --git a/cli/main.rs b/cli/main.rs index 22dad6d25..ba2b18940 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -51,6 +51,7 @@ mod test_runner; mod text_encoding; mod tokio_util; mod tsc; +pub mod tsc2; mod tsc_config; mod upgrade; mod version; -- cgit v1.2.3