HoriSun / closure-compiler

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

add a module qualifier syntax for type annotations #1275

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/73050045/

Original issue reported on code.google.com by Nicholas.J.Santos on 10 Mar 2014 at 4:57

GoogleCodeExporter commented 9 years ago
Syntax looks like:
/** @type {../x::} */
or
/** @type {x::y} */

I'm a little bit torn about using '::' for this, because many cases will have a 
trailing '::' (when the module is itself a type).

Original comment by Nicholas.J.Santos on 10 Mar 2014 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by Nicholas.J.Santos on 12 Mar 2014 at 4:23

GoogleCodeExporter commented 9 years ago
What did we end up doing here? It says "fixed" but I don't see anything for 
this in the code at the moment.

Original comment by tbreisac...@google.com on 27 Jan 2015 at 10:33

GoogleCodeExporter commented 9 years ago
I think the answer is that we decided not to do it this way.

Original comment by n...@medium.com on 28 Jan 2015 at 6:19