File tree 6 files changed +2
-2
lines changed
6 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
10
10
"github.com/microsoft/typescript-go/internal/ast"
11
11
"github.com/microsoft/typescript-go/internal/binder"
12
12
"github.com/microsoft/typescript-go/internal/checker"
13
- "github.com/microsoft/typescript-go/internal/compiler/module"
14
13
"github.com/microsoft/typescript-go/internal/core"
14
+ "github.com/microsoft/typescript-go/internal/module"
15
15
"github.com/microsoft/typescript-go/internal/parser"
16
16
"github.com/microsoft/typescript-go/internal/printer"
17
17
"github.com/microsoft/typescript-go/internal/sourcemap"
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
12
12
"testing/fstest"
13
13
14
14
"github.com/microsoft/typescript-go/internal/ast"
15
- "github.com/microsoft/typescript-go/internal/compiler/module"
16
15
"github.com/microsoft/typescript-go/internal/core"
16
+ "github.com/microsoft/typescript-go/internal/module"
17
17
"github.com/microsoft/typescript-go/internal/repo"
18
18
"github.com/microsoft/typescript-go/internal/testutil/baseline"
19
19
"github.com/microsoft/typescript-go/internal/tspath"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments