Merge pull request #7972 from Microsoft/exportStarOfNonValues

emit export star only if export will yield anything with value side
This commit is contained in:
Vladimir Matveev
2016-04-08 23:18:43 -07:00
5 changed files with 32 additions and 15 deletions

View File

@@ -7,7 +7,6 @@ export = f;
//// [es6ExportEquals.js]
export function f() { }
export = f;
//// [es6ExportEquals.d.ts]