|
@@ -1,6 +1,6 @@
|
|
|
import { IContainerServiceIdentifiers } from '../interfaces/container/IContainerServiceIdentifiers';
|
|
|
|
|
|
-let ServiceIdentifiers: IContainerServiceIdentifiers = {
|
|
|
+export const ServiceIdentifiers: IContainerServiceIdentifiers = {
|
|
|
'Factory<IControlFlowReplacer>': Symbol('Factory<IControlFlowReplacer>'),
|
|
|
'Factory<INodeTransformer[]>': Symbol('Factory<INodeTransformer[]>'),
|
|
|
'Factory<IReplacer>': Symbol('Factory<IReplacer>'),
|
|
@@ -14,5 +14,3 @@ let ServiceIdentifiers: IContainerServiceIdentifiers = {
|
|
|
IStackTraceAnalyzer: Symbol('IStackTraceAnalyzer'),
|
|
|
'IStorage<ICustomNode>': Symbol('IStorage<ICustomNode>')
|
|
|
};
|
|
|
-
|
|
|
-export { ServiceIdentifiers };
|