summaryrefslogtreecommitdiff
path: root/cli/js2/99_main_compiler.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-07-20 19:49:57 -0400
committerGitHub <noreply@github.com>2020-07-20 19:49:57 -0400
commit2460689b1a9582ef6ab8c5fa429e281c88bc14d1 (patch)
treec6e8f7b8fda45004c0321eb2ac88a5bfb5905483 /cli/js2/99_main_compiler.js
parent903d28f872b90a800c64339dea058806cde0be67 (diff)
Remove deno_typescript (#6813)
Diffstat (limited to 'cli/js2/99_main_compiler.js')
-rw-r--r--cli/js2/99_main_compiler.js2
1 files changed, 0 insertions, 2 deletions
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.
//