You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should include a JSON type definition file for the contents of the Closure library, and optionally load that definition according to a configuration setting.
The file could be rather large - it's possible we would need to settle for a subset, or break up the library into chunks.
There could be some trickiness to encoding all the type information we are interested in, since some aspects of the Closure type system (inheritance, unions, etc) are not explicitly supported as part of Tern.
We should include a JSON type definition file for the contents of the Closure library, and optionally load that definition according to a configuration setting.
The file could be rather large - it's possible we would need to settle for a subset, or break up the library into chunks.
There could be some trickiness to encoding all the type information we are interested in, since some aspects of the Closure type system (inheritance, unions, etc) are not explicitly supported as part of Tern.