8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
package.js