Skip to content

Commit bebece4

Browse files
committed
fmt
1 parent a402000 commit bebece4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/compiler/host.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package compiler
33
import (
44
"github.com/microsoft/typescript-go/internal/ast"
55
"github.com/microsoft/typescript-go/internal/core"
6-
"github.com/microsoft/typescript-go/internal/module"
76
"github.com/microsoft/typescript-go/internal/diagnostics"
7+
"github.com/microsoft/typescript-go/internal/module"
88
"github.com/microsoft/typescript-go/internal/parser"
99
"github.com/microsoft/typescript-go/internal/tsoptions"
1010
"github.com/microsoft/typescript-go/internal/tspath"

internal/execute/build/compilerHost.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"github.com/microsoft/typescript-go/internal/ast"
55
"github.com/microsoft/typescript-go/internal/compiler"
66
"github.com/microsoft/typescript-go/internal/core"
7-
"github.com/microsoft/typescript-go/internal/module"
87
"github.com/microsoft/typescript-go/internal/diagnostics"
8+
"github.com/microsoft/typescript-go/internal/module"
99
"github.com/microsoft/typescript-go/internal/tsoptions"
1010
"github.com/microsoft/typescript-go/internal/tspath"
1111
"github.com/microsoft/typescript-go/internal/vfs"

internal/lsp/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ func (s *Server) handleInitialized(ctx context.Context, params *lsproto.Initiali
996996
DebounceDelay: 500 * time.Millisecond,
997997
PushDiagnosticsEnabled: !disablePushDiagnostics,
998998
Locale: s.locale,
999-
MakeHost: project.NewProjectHost,
999+
MakeHost: project.NewProjectHost,
10001000
},
10011001
FS: s.fs,
10021002
Logger: s.logger,

0 commit comments

Comments
 (0)