RomaRoma? 5b2a6178bd feat: add From JS6Chars operation
Adds a new operation to decode JavaScript obfuscated using only 6 characters ([ ] ( ) ! +), commonly known as an esoteric JS encoding style.

- Added src/core/operations/FromJS6Chars.mjs
- Added operation to Code tidy category in Categories.json
- Added tests in tests/operations/tests/FromJS6Chars.mjs

fix: correct invalid input test to check error message output
2026-07-22 10:15:08 +02:00
..