File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type testParseConfigHost struct {
1414 cwd string
1515}
1616
17- func (h * testParseConfigHost ) FS () vfs.FS { return h .fs }
17+ func (h * testParseConfigHost ) FS () vfs.FS { return h .fs }
1818func (h * testParseConfigHost ) GetCurrentDirectory () string { return h .cwd }
1919
2020func TestExtendedConfigCacheExtendsCircularity (t * testing.T ) {
@@ -27,8 +27,8 @@ func TestExtendedConfigCacheExtendsCircularity(t *testing.T) {
2727 // not a deadlock when using the tsc ExtendedConfigCache.
2828 files := map [string ]any {
2929 "/project/tsconfig.json" : `{"extends": "./base.json"}` ,
30- "/project/base.json" : `{"extends": "./base.json"}` ,
31- "/project/main.ts" : `// Hello World!` ,
30+ "/project/base.json" : `{"extends": "./base.json"}` ,
31+ "/project/main.ts" : `// Hello World!` ,
3232 }
3333
3434 fs := vfstest .FromMap (files , false /*useCaseSensitiveFileNames*/ )
You can’t perform that action at this time.
0 commit comments