Parser: Support destructured shorthand for default parameters, allowing for cleaner and more concise function definitions. This enhancement optimizes how default arguments are handled, reducing redundancy in your code.
Improvements
Unused Variables: Enhance the handling of unused variables, improving the overall efficiency of the code by reducing unnecessary declarations and improving performance.
Fixes
Fix corner cases in various features, including inline, unused, and reduce_vars, ensuring that edge cases are handled correctly and improving the reliability of the code.
Others
Tweak the output of the beautifier to enhance readability and maintainability of the code, making it easier for developers to work with the formatted output.