File tree 12 files changed +6
-6
lines changed
12 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
"sync"
7
7
8
8
"github.com/microsoft/typescript-go/internal/ast"
9
- "github.com/microsoft/typescript-go/internal/compiler/packagejson"
10
9
"github.com/microsoft/typescript-go/internal/core"
10
+ "github.com/microsoft/typescript-go/internal/packagejson"
11
11
"github.com/microsoft/typescript-go/internal/tspath"
12
12
)
13
13
Original file line number Diff line number Diff line change 8
8
9
9
"github.com/microsoft/typescript-go/internal/ast"
10
10
"github.com/microsoft/typescript-go/internal/collections"
11
- "github.com/microsoft/typescript-go/internal/compiler/packagejson"
12
11
"github.com/microsoft/typescript-go/internal/core"
13
12
"github.com/microsoft/typescript-go/internal/diagnostics"
13
+ "github.com/microsoft/typescript-go/internal/packagejson"
14
14
"github.com/microsoft/typescript-go/internal/tspath"
15
15
)
16
16
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 4
4
"encoding/json"
5
5
"testing"
6
6
7
- "github.com/microsoft/typescript-go/internal/compiler/ packagejson"
7
+ "github.com/microsoft/typescript-go/internal/packagejson"
8
8
"gotest.tools/v3/assert"
9
9
)
10
10
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
"testing"
6
6
7
7
json2 "github.com/go-json-experiment/json"
8
- "github.com/microsoft/typescript-go/internal/compiler/ packagejson"
8
+ "github.com/microsoft/typescript-go/internal/packagejson"
9
9
"gotest.tools/v3/assert"
10
10
)
11
11
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
"testing"
6
6
7
7
json2 "github.com/go-json-experiment/json"
8
- "github.com/microsoft/typescript-go/internal/compiler/ packagejson"
8
+ "github.com/microsoft/typescript-go/internal/packagejson"
9
9
"gotest.tools/v3/assert"
10
10
)
11
11
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
"testing"
7
7
8
8
json2 "github.com/go-json-experiment/json"
9
- "github.com/microsoft/typescript-go/internal/compiler/ packagejson"
9
+ "github.com/microsoft/typescript-go/internal/packagejson"
10
10
"github.com/microsoft/typescript-go/internal/parser"
11
11
"github.com/microsoft/typescript-go/internal/repo"
12
12
"github.com/microsoft/typescript-go/internal/testutil/filefixture"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments