Skip to content

Commit 4f6cc44

Browse files
committed
Move module
1 parent 13ade30 commit 4f6cc44

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

internal/compiler/program.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"github.com/microsoft/typescript-go/internal/ast"
1111
"github.com/microsoft/typescript-go/internal/binder"
1212
"github.com/microsoft/typescript-go/internal/checker"
13-
"github.com/microsoft/typescript-go/internal/compiler/module"
1413
"github.com/microsoft/typescript-go/internal/core"
14+
"github.com/microsoft/typescript-go/internal/module"
1515
"github.com/microsoft/typescript-go/internal/parser"
1616
"github.com/microsoft/typescript-go/internal/printer"
1717
"github.com/microsoft/typescript-go/internal/sourcemap"
File renamed without changes.
File renamed without changes.

internal/compiler/module/resolver_test.go renamed to internal/module/resolver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"testing/fstest"
1313

1414
"github.com/microsoft/typescript-go/internal/ast"
15-
"github.com/microsoft/typescript-go/internal/compiler/module"
1615
"github.com/microsoft/typescript-go/internal/core"
16+
"github.com/microsoft/typescript-go/internal/module"
1717
"github.com/microsoft/typescript-go/internal/repo"
1818
"github.com/microsoft/typescript-go/internal/testutil/baseline"
1919
"github.com/microsoft/typescript-go/internal/tspath"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)