tern-meteor icon indicating copy to clipboard operation
tern-meteor copied to clipboard

Understand Meteor Packaging

Open Slava opened this issue 11 years ago • 0 comments
trafficstars

We could use {loadEagerly: ["/packages/*/package.js", ... ]} to load package.js file first and then load other files and understand the exports.

We don't want to load everything to make it feel like real Meteor. In reality, it is often to forget to 'add' new files to package.js, this feature could help in spotting such situations.

Slava avatar Jan 19 '14 21:01 Slava