Loads and activates a package’s main module and resources such as stylesheets, keymaps, grammar, editor properties, and menus.
Invoke the given callback when all packages have been activated.
Argument | Description |
---|---|
|
Return values |
---|
Returns a Disposable on which |
This section only has Extended methods.
Are all native modules depended on by this package correctly compiled against the current version of Atom?
Incompatible packages cannot be activated.
Return values |
---|
Returns a Boolean, true if compatible, false if incompatible. |
Rebuild native modules in this package’s dependencies for the current version of Atom.
Return values |
---|
Returns a Promise that resolves with an object containing |
If a previous rebuild failed, get the contents of stderr.
Return values |
---|
Returns a String or null if no previous build failure occurred. |