Files
serenity/Tests/LibWeb/Text/input/js-export-rename-module.js
Andreas Kling c4a11363dc 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.

(cherry picked from commit 0f9444fa06031e7d8e3c1ad36e701090e0b17ec1)
2024-11-09 07:29:52 -05:00

3 lines
88 B
JavaScript

import { value } from "./js-export-rename-helper.js";
export { value as renamedValue };