Undo changes needed to load codebase into ts-morph

This commit is contained in:
Jake Bailey
2022-10-03 16:32:12 -07:00
parent 39e27fbb6b
commit 8bd5e54af3
3 changed files with 10 additions and 13 deletions

View File

@@ -1,4 +1,8 @@
/// <reference lib="dom" />
/// <reference lib="webworker.importscripts" />
import * as server from "./_namespaces/ts.server";
import {
indent, Logger, LogLevel, ModuleImportResult, Msg, nowString, nullTypingsInstaller, protocol,
ServerCancellationToken, ServerHost, Session, SessionOptions,
@@ -8,9 +12,6 @@ import {
notImplemented, perfLogger, returnFalse, returnNoopFileWatcher, startsWith,
} from "./_namespaces/ts";
declare const fetch: any;
declare const importScripts: any;
/** @internal */
export interface HostWithWriteMessage {
writeMessage(s: any): void;