From 2460689b1a9582ef6ab8c5fa429e281c88bc14d1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 20 Jul 2020 19:49:57 -0400 Subject: Remove deno_typescript (#6813) --- cli/js2/99_main_compiler.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/js2') diff --git a/cli/js2/99_main_compiler.js b/cli/js2/99_main_compiler.js index b9abdde7d..d64896862 100644 --- a/cli/js2/99_main_compiler.js +++ b/cli/js2/99_main_compiler.js @@ -1,7 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -// TODO(ry) Combine this implementation with //deno_typescript/compiler_main.js - // This module is the entry point for "compiler" isolate, ie. the one // that is created when Deno needs to compile TS/WASM to JS. // -- cgit v1.2.3