ValidExportStatements2.js 775 B

1234567891011121314151617181920212223
  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. var x;
  6. export { x as \u03c0 }; // u03c0
  7. export { x as az };
  8. export { x as __ };
  9. export { x as za };
  10. export { x as Z };
  11. export { x as \u03bc };
  12. export { x as z };
  13. export { x as zz };
  14. export { x as a };
  15. export { x as A };
  16. export { x as aa }
  17. export { x as \u03bb }; // u03bb
  18. export { x as _ };
  19. export { x as $$ };
  20. export { x as $ };
  21. export default null;
  22. export var sym0 = Symbol('abc');