stephenmathieson / node-obfuscator

maintainer wanted → Obfuscate your node packages because your boss says so!
216 stars 36 forks source link

Obfuscating strings with escaped backslash loses the escaping #32

Closed anthonymoralez closed 8 years ago

anthonymoralez commented 8 years ago

Given a string like this '\\\t' the obfuscator turns it into '\ '.

stephenmathieson commented 8 years ago

33