Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip - add tests
  • Loading branch information
Kanchalai Tanglertsampan committed Aug 2, 2016
commit 78e567ac19ca06e7c791f26a52d0b00685171999
12 changes: 12 additions & 0 deletions tests/cases/fourslash/findAllRefsForUMDModuleAlias1.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/// <reference path='fourslash.ts' />

// @filename: 0.d.ts
//// export function doThing(): string;
//// export function doTheOtherThing(): void;

//// export as namespace [|myLib|];

// @filename: 1.ts

//// /// <reference path="0.d.ts" />
//// [|myLib|].doThing();