Bug 514665 - Stop calling out to Tern to get plugin environments at startup
Summary: Stop calling out to Tern to get plugin environments at startup
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: JS Tools (show other bugs)
Version: 13.0   Edit
Hardware: PC Mac OS X
: P2 normal (vote)
Target Milestone: 15.0   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2017-04-03 15:21 EDT by Michael Rennie CLA
Modified: 2017-04-03 15:29 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2017-04-03 15:21:08 EDT
Back before we had the JS project / auto configuration stuff, we used to have to call out to Tern to a custom plugin we made to get env infos from plugins (basically just a name from the plugin(s) to pass along to content assist).

We don't need to make this call any longer, and will allow the tools to load just that little bit faster.
Comment 2 Michael Rennie CLA 2017-04-03 15:29:26 EDT
Closing...