-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
- Version (
npm -v): 11.9.0 - Node Version (
node -v): 24.14.0 - OS (
uname -aon Linux): Linux 6.17.9-76061709-generic #202511241048176470475122.04~b24b425 SMP PREEMPT_DYNAMIC Tue D x86_64 x86_64 x86_64 GNU/Linux
When minifying the code below:
let elms = [...document.querySelectorAll('div')]
elms.map(e => {
console.log(e)
})It outputs:
let A=document.querySelectorAll('div');A.map(e=>console.log(e))Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working