Skip to content

Website changed and RGF fixes

Compare
Choose a tag to compare
@MichaelXF MichaelXF released this 09 May 03:05
· 256 commits to master since this release
2ec449a

The website is back at a different domain now: https://master--hungry-shannon-c1ce6b.netlify.app/

This update focuses on fixing RGF bugs

  • Fixed #64

    • RGF to properly handle Arrow functions and function expressions
  • RGF will no longer change getter/setter methods

  • RGF will no longer change class methods

  • RGF now works when using mangled variable names

  • Minify will remove unreachable code following a Throw statement