-
-
Notifications
You must be signed in to change notification settings - Fork 438
Closed
Labels
Description
Bug report or Feature request?
Feature request.
Version (complete output of terser -V or specific git commit)
Online REPL 5th of October 2021
Complete CLI command or minify() options used
Default options:
{
module: true,
compress: {},
mangle: {},
output: {},
parse: {},
rename: {},
}terser input
export function f(x) {
x = x;
}terser output or error
export function f(f){f=f}Expected result
export function f(f){}