dev_compiler
dev_compiler copied to clipboard
Metadata annotations should be stored
We need to record annotations from source onto generated JS code.
https://codereview.chromium.org/1177563003/ fixes classes. Will we want methods and other things at some point?
Classes are now fixed (and the angular label removed). 2 issues:
- We still need methods, etc, for completeness.
- We can suppress private annotations only used by the compiler.