File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed
Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import * as ts from "./_namespaces/ts " ;
1+ import * as ts from "../typescript/typescript " ;
22
33/** @internal */
44export function getLogLevel ( level : string | undefined ) {
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import {
2323 validateLocaleAndSetLanguage ,
2424 versionMajorMinor ,
2525 WatchOptions ,
26- } from "./_namespaces/ts " ;
27- import * as ts from "./_namespaces/ts " ;
26+ } from "../typescript/typescript " ;
27+ import * as ts from "../typescript/typescript " ;
2828import {
2929 getLogLevel ,
3030 StartInput ,
Original file line number Diff line number Diff line change 1- import * as ts from "./_namespaces/ts " ;
1+ import * as ts from "../typescript/typescript " ;
22import {
33 StartInput ,
44} from "./common" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import {
1111 sys ,
1212 toPath ,
1313 version ,
14- } from "./_namespaces/ts " ;
15- import * as ts from "./_namespaces/ts " ;
14+ } from "../typescript/typescript " ;
15+ import * as ts from "../typescript/typescript " ;
1616
1717class FileLog implements ts . server . typingsInstaller . Log {
1818 constructor ( private logFile : string | undefined ) {
You can’t perform that action at this time.
0 commit comments