File tree 6 files changed +6
-8
lines changed
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 " ;
2
2
3
3
/** @internal */
4
4
export function getLogLevel ( level : string | undefined ) {
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import {
23
23
validateLocaleAndSetLanguage ,
24
24
versionMajorMinor ,
25
25
WatchOptions ,
26
- } from "./_namespaces/ts " ;
27
- import * as ts from "./_namespaces/ts " ;
26
+ } from "../typescript/typescript " ;
27
+ import * as ts from "../typescript/typescript " ;
28
28
import {
29
29
getLogLevel ,
30
30
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 " ;
2
2
import {
3
3
StartInput ,
4
4
} from "./common" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import {
11
11
sys ,
12
12
toPath ,
13
13
version ,
14
- } from "./_namespaces/ts " ;
15
- import * as ts from "./_namespaces/ts " ;
14
+ } from "../typescript/typescript " ;
15
+ import * as ts from "../typescript/typescript " ;
16
16
17
17
class FileLog implements ts . server . typingsInstaller . Log {
18
18
constructor ( private logFile : string | undefined ) {
You can’t perform that action at this time.
0 commit comments