Hacker News new | ask | show | jobs
by Shebanator 3944 days ago
there is a much better way to deal with this:

https://developers.google.com/closure/compiler/docs/api-tuto...

1 comments

Thanks - I remember seeing that when looking through the docs, but I don't really like that either, unfortunately. I'm using Uglify right now, and I was thinking of adding a pre-minify step that walks the AST for a JSDoc-style annotation on either the properties themselves or a containing object, and pulls out the list of property names to preserve that way.