mirror of https://github.com/tc39/test262.git
fixup! Add tests for module namespace objects
Implement suggested modification to naming scheme.
This commit is contained in:
parent
e4c062c0eb
commit
a8401b34d8
|
@ -23,7 +23,7 @@ export var a_local1;
|
||||||
var local2;
|
var local2;
|
||||||
export { local2 as b_renamed };
|
export { local2 as b_renamed };
|
||||||
export { a_local1 as e_indirect } from './own-property-keys-binding-types.js';
|
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);
|
var stringKeys = Object.getOwnPropertyNames(ns);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue