0xTeles / jsleak

a Go code to detect leaks in JS files via regex patterns
MIT License
138 stars 26 forks source link

Performance and pattern repeat #11

Closed le0nard01 closed 3 years ago

le0nard01 commented 3 years ago

Compile all patterns during start. Reuse data and Matcher Object.

Reuse pattern to match again and remove matched values

Add space between outputs