add link to issue

This commit is contained in:
Klaus Meinhardt
2018-08-03 23:19:04 +02:00
parent a1978eb8a1
commit 3b022a4e66

View File

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