module-3250-bug-dep.js 699 B

12345678910111213
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. // module-3250-bug-dep.js
  6. import * as ns from './module-3250-bug-dep.js';
  7. export let c_localUninit1;
  8. export { c_localUninit1 as f_indirectUninit } from './module-3250-bug-dep2.js';
  9. var stringKeys = Object.getOwnPropertyNames(ns);
  10. assert.areEqual('["c_localUninit1","f_indirectUninit"]', JSON.stringify(stringKeys));