dev_compiler icon indicating copy to clipboard operation
dev_compiler copied to clipboard

Metadata annotations should be stored

Open vsmenon opened this issue 10 years ago • 2 comments

We need to record annotations from source onto generated JS code.

vsmenon avatar May 27 '15 18:05 vsmenon

https://codereview.chromium.org/1177563003/ fixes classes. Will we want methods and other things at some point?

jmesserly avatar Jun 09 '15 23:06 jmesserly

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.

vsmenon avatar Jun 10 '15 13:06 vsmenon