fixup! Add tests for module namespace objects

Implement suggested modification to naming scheme.
This commit is contained in:
Mike Pennisi 2016-04-22 16:36:03 -04:00
parent e4c062c0eb
commit a8401b34d8
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export var a_local1;
var local2;
export { local2 as b_renamed };
export { a_local1 as e_indirect } from './own-property-keys-binding-types.js';
export * from './own-property-keys-binding-types_.js';
export * from './own-property-keys-binding-types_FIXTURE.js';
var stringKeys = Object.getOwnPropertyNames(ns);