@@ -4,12 +4,12 @@ import { getScopeComponent, addMany as addManyInternal, build, buildAll as build
44import { AddProps } from './consumer/component-ops/add-components/add-components' ;
55import { scopeList } from './api/scope/index' ;
66import HooksManager from './hooks' ;
7- import { registerCoreExtensions } from './extensions/bit' ;
8- import { manifestsMap as coreExtensions } from './extensions/bit' ;
7+ // import { registerCoreExtensions } from './extensions/bit';
8+ // import { manifestsMap as coreExtensions } from './extensions/bit';
99
1010export * from '@teambit/harmony' ;
1111export { default as harmony } from '@teambit/harmony' ;
12- export { coreExtensions } ;
12+ // export { coreExtensions };
1313
1414HooksManager . init ( ) ;
1515let harmonyLoaded = false ;
@@ -87,7 +87,7 @@ export async function loadCoreExtensions(options: LoadCoreExtensionsOptions = {}
8787 if ( options . cwd ) {
8888 process . chdir ( options . cwd ) ;
8989 }
90- registerCoreExtensions ( ) ;
90+ // registerCoreExtensions();
9191 // await harmony.run(ConfigAspect);
9292 // await harmony.set([BitAspect]);
9393 process . chdir ( originalCwd ) ;
@@ -105,5 +105,5 @@ export async function loadCoreExtensions(options: LoadCoreExtensionsOptions = {}
105105 * @returns
106106 */
107107export function getDeclarationCoreExtension ( extensionId : string ) {
108- return coreExtensions [ extensionId ] ;
108+ // return coreExtensions[extensionId];
109109}
0 commit comments