mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Don't indirect through _namespaces in tsserver/typingsInstaller (#57829)
This commit is contained in:
parent
7d504551ae
commit
dc113f8170
@ -1 +0,0 @@
|
||||
export * from "../../typescript/typescript";
|
||||
@ -1,4 +1,4 @@
|
||||
import * as ts from "./_namespaces/ts";
|
||||
import * as ts from "../typescript/typescript";
|
||||
|
||||
/** @internal */
|
||||
export function getLogLevel(level: string | undefined) {
|
||||
|
||||
@ -23,8 +23,8 @@ import {
|
||||
validateLocaleAndSetLanguage,
|
||||
versionMajorMinor,
|
||||
WatchOptions,
|
||||
} from "./_namespaces/ts";
|
||||
import * as ts from "./_namespaces/ts";
|
||||
} from "../typescript/typescript";
|
||||
import * as ts from "../typescript/typescript";
|
||||
import {
|
||||
getLogLevel,
|
||||
StartInput,
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import * as ts from "./_namespaces/ts";
|
||||
import * as ts from "../typescript/typescript";
|
||||
import {
|
||||
StartInput,
|
||||
} from "./common";
|
||||
|
||||
@ -1 +0,0 @@
|
||||
export * from "../../typescript/typescript";
|
||||
@ -11,8 +11,8 @@ import {
|
||||
sys,
|
||||
toPath,
|
||||
version,
|
||||
} from "./_namespaces/ts";
|
||||
import * as ts from "./_namespaces/ts";
|
||||
} from "../typescript/typescript";
|
||||
import * as ts from "../typescript/typescript";
|
||||
|
||||
class FileLog implements ts.server.typingsInstaller.Log {
|
||||
constructor(private logFile: string | undefined) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user