diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-20 19:49:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 19:49:57 -0400 |
commit | 2460689b1a9582ef6ab8c5fa429e281c88bc14d1 (patch) | |
tree | c6e8f7b8fda45004c0321eb2ac88a5bfb5905483 /cli/js2/99_main_compiler.js | |
parent | 903d28f872b90a800c64339dea058806cde0be67 (diff) |
Remove deno_typescript (#6813)
Diffstat (limited to 'cli/js2/99_main_compiler.js')
-rw-r--r-- | cli/js2/99_main_compiler.js | 2 |
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. // |