ecma402
ecma402 copied to clipboard
Replace "{increase,decrease} _alias_ by $value" algorithm steps
Rather than using "increase alias by $value" or "decrease alias by $value", we should consistently use the more standard "set alias to alias {+,-} $value".
cf https://github.com/tc39/ecma262/pull/1542 and linked issues.