mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 04:24:40 +02:00
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;
|
||||
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user