Enable test cases when import binding is used in export assignment directly or indirectly

This commit is contained in:
Sheetal Nandi
2015-02-10 17:06:04 -08:00
parent e0323b4c2f
commit c90f820b6c
4 changed files with 20 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
// @target: es6
// @module: commonjs
// @declaration: true
// @filename: es6ImportNamedImportInExportAssignment_0.ts
export var a = 10;

View File

@@ -1,5 +1,6 @@
// @target: es6
// @module: commonjs
// @declaration: true
// @filename: es6ImportNamedImportInIndirectExportAssignment_0.ts
export module a {