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,3 +1,5 @@
/// <reference lib="webworker" />
import * as ts from "./_namespaces/ts";
import * as server from "./_namespaces/ts.server";
import {
@@ -8,12 +10,6 @@ import {
Debug, LanguageServiceMode, LogLevel, noop, returnFalse, returnUndefined, setSys, sys, validateLocaleAndSetLanguage,
} from "./_namespaces/ts";
declare const addEventListener: any;
declare const postMessage: any;
declare const close: any;
declare const location: any;
declare const XMLHttpRequest: any;
declare const self: any;
const nullLogger: Logger = {
close: noop,