google / tern-closure

A Tern plugin adding Closure support.
Apache License 2.0
32 stars 18 forks source link

Support goog.scope #11

Open jgiles opened 10 years ago

jgiles commented 10 years ago

goog.scope allows the aliasing of namespaces. We should handle type annotations with namespaces aliased by goog.scope.

pstjvn commented 9 years ago

This will be really helpful, scope is being used a lot in newer additions to the library and even more in application code. Currently if a prop is defined in a scope definition not doc can be retrieved.