Terser v5.4.0 Release Notes

    • Logical assignment
    • Change let x = undefined to just let x
    • Removed some optimizations for template strings, placing them behind unsafe options. Reason: adding strings is not equivalent to template strings, due to valueOf differences.
    • The AST_Token class was slimmed down in order to use less memory.