From d438a6d259f79d1dd98d50ada01debbe24ca5a29 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sun, 2 Jun 2019 01:13:36 +1000 Subject: Upgrade TypeScript to 3.5.1 (#2437) --- js/compiler.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'js/compiler.ts') diff --git a/js/compiler.ts b/js/compiler.ts index 928fa09d8..fed592fa0 100644 --- a/js/compiler.ts +++ b/js/compiler.ts @@ -389,7 +389,6 @@ window.compilerMain = function compilerMain(): void { .concat(emitResult.diagnostics) .filter( ({ code }): boolean => { - if (code === 2649) return false; // TS2691: An import path cannot end with a '.ts' extension. Consider // importing 'bad-module' instead. if (code === 2691) return false; -- cgit v1.2.3