mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 20:37:46 -05:00
Enable test cases when import binding is used in export assignment directly or indirectly
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// @target: es6
|
||||
// @module: commonjs
|
||||
// @declaration: true
|
||||
|
||||
// @filename: es6ImportNamedImportInExportAssignment_0.ts
|
||||
export var a = 10;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// @target: es6
|
||||
// @module: commonjs
|
||||
// @declaration: true
|
||||
|
||||
// @filename: es6ImportNamedImportInIndirectExportAssignment_0.ts
|
||||
export module a {
|
||||
|
||||
Reference in New Issue
Block a user