Skip to content

Commit 3b022a4

Browse files
committed
add link to issue
1 parent a1978eb commit 3b022a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/testRunner/unittests/reuseProgramStructure.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ namespace ts {
400400
});
401401

402402
it("works with updated SourceFiles", () => {
403+
// adapted repro from https://github.com/Microsoft/TypeScript/issues/26166
403404
const files = [
404405
{ name: "/a.ts", text: SourceText.New("", "", 'import * as a from "a";a;') },
405406
{ name: "/types/zzz/index.d.ts", text: SourceText.New("", "", 'declare module "a" { }') },

0 commit comments

Comments
 (0)