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
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Hmm, I hadn't thought about generating defs/plugins for each version of Closure.
The Closure library is weird in that as far as I can tell there aren't explicit release versions - everyone just runs against HEAD all the time.
I will probably just include a current snapshot of the Closure library with each new release of tern-closure. Automating that through Grunt is a good idea though.
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.
The text was updated successfully, but these errors were encountered: