otherModule.js 554 B

12345678
  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. //test that dynamic import works from module
  6. //this file is imported only once - dynamically from another module to check that the host is notified for that
  7. export const success = true;