Open jgiles opened 10 years ago
Example:
/** @type {(MyClass|YourClass)} */ var union; union; //: (MyClass|YourClass)
More importantly, we want proper autocompletion of properties on all types in the union.
I have created 2 pull requests: https://github.com/google/tern-closure/pull/34 https://github.com/marijnh/tern/pull/405
tern 0.13.0 should support now this issue.
Example:
More importantly, we want proper autocompletion of properties on all types in the union.