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

Take scoping into consideration

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

Scoping rules are different for app vs packages.

In app, every file has its own scope and the global scope is app-wise.

In package, every file has its own scope, global scope is package-wise, explicitly exported values (in package.js) are available app-wise.

Slava avatar Jan 19 '14 21:01 Slava