HoriSun / closure-compiler

Automatically exported from code.google.com/p/closure-compiler
0 stars 0 forks source link

Better support for a certain module.exports idiom #1271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes:
supporting the idiom:
module.exports = {A: A, B: B, C: C}
by copying annotations around

https://codereview.appspot.com/71850043/

Original issue reported on code.google.com by Nicholas.J.Santos on 6 Mar 2014 at 1:23

GoogleCodeExporter commented 9 years ago

Original comment by Nicholas.J.Santos on 7 Mar 2014 at 12:35