Add "☿" export to export-expname_FIXTURE.js. Fixes gh-2866

This commit is contained in:
Rick Waldron 2020-10-17 09:05:55 -04:00
parent f2a8384d4d
commit 3439564fca
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// Copyright (C) 2020 Bradley Farias. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
export { Mercury };
export { Mercury, Mercury as "☿" };
function Mercury() {}
globalThis.Mercury = Mercury;