Slava / tern-meteor-sublime

Meteor Framework autocompletion for Sublime
246 stars 11 forks source link

Load compiled packages from Package Catalog #8

Closed Slava closed 9 years ago

Slava commented 9 years ago

This should be relatively easy. When the server starts, observe .meteor/versions. Match the versions with the non-core packages and find them in ~/.meteor/packages/<name>/<version>/unibuild.json. By parsing unibuild file (or isopack for new files), we can load the web and server versions of the package into Tern.

Slava commented 9 years ago

This is done!