-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Describe the bug
Assignments to live bindings cannot be removed.
Input code
export let foo;
foo = 1;Link to the code that reproduces this issue
SWC Info output
No response
Expected behavior
export let foo;
foo = 1;Actual behavior
export let foo;Version
1.13.2
Additional context
No response