summaryrefslogtreecommitdiff
path: root/js/compiler.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2019-06-02 01:13:36 +1000
committerRyan Dahl <ry@tinyclouds.org>2019-06-01 11:13:36 -0400
commitd438a6d259f79d1dd98d50ada01debbe24ca5a29 (patch)
tree04484b78fa46915c25d23547b7beb9f544091a2e /js/compiler.ts
parent79f770b178da2d74f10eaa5668b3c3521ab6bb59 (diff)
Upgrade TypeScript to 3.5.1 (#2437)
Diffstat (limited to 'js/compiler.ts')
-rw-r--r--js/compiler.ts1
1 files changed, 0 insertions, 1 deletions
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;