LibJS: Fix mix-up when re-exporting an imported symbol with a new name

This makes https://cling.com/ load, and more of the animated elements
on https://shopify.com/ start appearing.
This commit is contained in:
Andreas Kling 2024-09-02 16:24:09 +02:00 committed by Andreas Kling
commit 0f9444fa06
Notes: github-actions[bot] 2024-09-02 15:15:16 +00:00
5 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,2 @@
import { value } from "./js-export-rename-helper.js";
export { value as renamedValue };