deno_typescript cleanup/improvements (#2901)

This commit is contained in:
Kitson Kelly 2019-09-13 07:30:04 +10:00 committed by Ryan Dahl
parent c03cdcc939
commit d231df17b0
4 changed files with 55 additions and 35 deletions

View file

@ -1,9 +1,8 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
// TODO(ry) Combine this implementation with //deno_typescript/compiler_main.js
/// <reference types="../third_party/node_modules/typescript/lib/typescript.d.ts"/>
import "./globals.ts";
import "./ts_global.d.ts";
import { bold, cyan, yellow } from "./colors.ts";
import { Console } from "./console.ts";