From 5cf37c2f2018d51dd4d6498035c385f8ed0bf58f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 23 Oct 2018 09:54:52 -0400 Subject: Revert "Support CheckJS" Broken in master. This reverts commit dd230d520b5599c0e51cf30245a567f07b3cfb28. --- js/compiler.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'js') diff --git a/js/compiler.ts b/js/compiler.ts index bac328937..c872afa14 100644 --- a/js/compiler.ts +++ b/js/compiler.ts @@ -152,7 +152,6 @@ export class DenoCompiler // arguments private readonly _options: Readonly = { allowJs: true, - checkJs: true, module: ts.ModuleKind.AMD, outDir: "$deno$", // TODO https://github.com/denoland/deno/issues/23 -- cgit v1.2.3