google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.18k stars 580 forks source link

Fix issues with visitors/transformers not handling name etc #1960

Closed arv closed 9 years ago

arv commented 9 years ago

Fix issues with visitors/transformers not handling name, annotations and typeAnnotation.

arv commented 9 years ago

@johnjbarton PTAL

I'm not too happy about this. I set out to clean up the code and ended up adding a lot more code than I expected.

johnjbarton commented 9 years ago

Seems like nice clean up combined with a fix which is where the extra comes in.

LGTM.