codesurgeon
codesurgeon copied to clipboard
Remove based on pattern
It'd be really nice if it could remove all functions that matched a pattern. /_.*/ would remove all functions with an leading underscore, or something similar. That way you could pull out any "server only" methods and then send the "client safe" safe code to the client.
awesome idea. i like this.