tree-shaker icon indicating copy to clipboard operation
tree-shaker copied to clipboard

bug: constant folding on callee and memeber experssion's object part

Open kermanx opened this issue 9 months ago • 0 comments

function f() {
  return 1
}
console.log(f().toString())

kermanx avatar Mar 20 '25 15:03 kermanx