mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
deno_typescript cleanup/improvements (#2901)
This commit is contained in:
parent
c03cdcc939
commit
d231df17b0
4 changed files with 55 additions and 35 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue