base Module
The base-base submodule provides the Base class without the Plugin support, provided by Plugin.Host, and without the extension support provided by Base.build.
This module is a rollup of the following modules:
-
base-base
The base-base submodule provides the Base class without the Plugin support, provided by Plugin.Host, and without the extension support provided by BaseCore.build.
-
base-build
The base-build submodule provides Base.build functionality, which can be used to create custom classes, by aggregating extensions onto a main class.
-
base-core
The base-core module provides the BaseCore class, the lightest version of Base, which provides Base's basic lifecycle management and ATTRS construction support, but doesn't fire init/destroy or attribute change events.
It mixes in AttributeCore, which is the lightest version of Attribute
-
base-pluginhost
The base-pluginhost submodule adds Plugin support to Base, by augmenting Base with Plugin.Host and setting up static (class level) Base.plug and Base.unplug methods.