ac1571ccf1
- refactor logic of processing artifacts into their own classes - introduce Container as the main class for bootstrapping and build a registry of handlers during boot to organize them by a hierarchy denoted by path - adopt middleware like registration and invocation - container.use(path, handler) - container.run(context, done) - allow more phases during boot - boot is now asynchronous |
||
---|---|---|
.. | ||
plugins | ||
bootstrapper.js | ||
bundler.js | ||
globalize.js | ||
plugin-base.js | ||
plugin-loader.js | ||
utils.js |