You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed problem with global vars when more than one version of a library is loaded 0c1dec4
Finishing up initial DepedentsGraph and atom.* pollyfills * converted any old calls to atom..on methods to new atom..addDep methods * fixed bug in Disposables that caused them not to dispose of anything. removed Disposables from this package to only ise the one in bg-dom * streamlined DisposableMap for BGPlugin::addCommand * removed BGPlugin::watchPackage in favor of atom.packages.addDep* * removed BGPlugin::watchConfig in favor of atom.config.addDep() * moved PolyfillObjectMixin, bg-promise, ArrangeParamsByType and FirstParamOf to bg-dom * changed package exports to pass through the utility classes from bg-dom * changed polyyfill-[config|packageManager|workspace] to register extended ChannelNode classes to DepependentsGraph and converted addDep* methods to rely on them * added pollyfill-project to support sandbox folders * updated README.md 2c69bbe
renamed bg-atom-redom-ui to bg-dom and refining the DependentGraph while working on polyfill-workspace e392521
Refactored to use PolyfillObjectMixin while adding TreeViewToolbar features * added Tutorial.js, the base base to new TreeViewToolbar tutorial * added polyfill-workspace * added polyfill-packageManager * added a lot to polyfill-config -- moved all config related code from elsewhere * implemented 'orig_'+methodName feature of PolyfillObjectMixin so new code can invoke the original method implementations that they replace * refactored/replaced BGAtomPlugin::watchConfig to use deps.addDep mechanism * added log* methods to BGAtomPlugins, PolyfillObjectMixin, DependentsGraph * fd771f6