From 57cad539457dff7fc273bed5ecaf08bd3dc40d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 26 Oct 2020 14:03:03 +0100 Subject: refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090) Co-authored-by: Kitson Kelly --- cli/dts/lib.deno.unstable.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/dts/lib.deno.unstable.d.ts') diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 1c1869827..0bd4c7474 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -480,8 +480,7 @@ declare namespace Deno { * source map. * @param options An option object of options to send to the compiler. This is * a subset of ts.CompilerOptions which can be supported by Deno. - * Many of the options related to type checking and emitting - * type declaration files will have no impact on the output. + * If unsupported option is passed then the API will throw an error. */ export function transpileOnly( sources: Record, -- cgit v1.2.3