Skip to content

Hackmud Script Manager 0.12

Compare
Choose a tag to compare
@samualtnorman samualtnorman released this 08 Nov 21:49
· 468 commits to main since this release

Fix

  • potential collisions from internal temporary variable names with script's variables names
  • "-" in ({ "-": "bar" }) not being quine cheated properly

Add

  • function declarations are now converted to const arrow functions which use less characters
  • support for new and upcoming javascript syntax
  • quine cheat object keys
  • quine cheat entire json compatible objects and arrays (even nested)

Change

  • this outside of classes is now replaced with undefined