Removed unused declarations in 'server.ts'.

This commit is contained in:
Daniel Rosenwasser 2015-12-17 15:09:39 -08:00
parent 172d509c74
commit 7637f4d2a0

View file

@ -4,9 +4,7 @@
/* tslint:disable:no-null */
namespace ts.server {
const nodeproto: typeof NodeJS._debugger = require("_debugger");
const readline: NodeJS.ReadLine = require("readline");
const path: NodeJS.Path = require("path");
const fs: typeof NodeJS.fs = require("fs");
const rl = readline.createInterface({