Open
Description
currently, webcrack produces code like
let { sin: k, cos: v, abs: w, log: N, floor: U, PI: A } = Math;
with the smart-rename rule of wakaru this becomes
let { sin, cos, abs, log, floor, PI } = Math;
currently, webcrack produces code like
let { sin: k, cos: v, abs: w, log: N, floor: U, PI: A } = Math;
with the smart-rename rule of wakaru this becomes
let { sin, cos, abs, log, floor, PI } = Math;