ladybird/Tests/LibWeb/Text/input/js-export-rename-helper.js
Andreas Kling 0f9444fa06 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.
2024-09-02 17:14:21 +02:00

2 lines
35 B
JavaScript

var value = 123;
export { value };