From 2b7e28b591a6947f76ddf9a53f49eec8f1accc0f Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 25 Feb 2020 06:48:14 +1100 Subject: feat: Add Deno.formatDiagnostics (#4032) --- cli/js/deno.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/js/deno.ts') diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 887f60826..f5f774179 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -43,6 +43,7 @@ export { OpenOptions, OpenMode } from "./files.ts"; +export { formatDiagnostics } from "./format_error.ts"; export { FsEvent, fsEvents } from "./fs_events.ts"; export { EOF, -- cgit v1.2.3