ServiceIdentifiers.ts 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. export enum ServiceIdentifiers {
  2. Factory__ICalleeDataExtractor = 'Factory<ICalleeDataExtractor>',
  3. Factory__IControlFlowCustomNode = 'Factory<IControlFlowCustomNode>',
  4. Factory__IControlFlowReplacer = 'Factory<IControlFlowReplacer>',
  5. Factory__ICustomNode = 'Factory<ICustomNode>',
  6. Factory__ICustomNodeGroup = 'Factory<ICustomNodeGroup>',
  7. Factory__IDeadCodeInjectionCustomNode = 'Factory<IDeadCodeInjectionCustomNode>',
  8. Factory__IIdentifierNamesGenerator = 'Factory<IIdentifierNamesGenerator>',
  9. Factory__IIdentifierObfuscatingReplacer = 'Factory<IIdentifierObfuscatingReplacer>',
  10. Factory__INodeGuard = 'Factory<INodeGuard>',
  11. Factory__INodeTransformer = 'Factory<INodeTransformer[]>',
  12. Factory__IObfuscatedCode = 'Factory<IObfuscatedCode>',
  13. Factory__IObfuscatingReplacer = 'Factory<IObfuscatingReplacer>',
  14. Factory__IObjectExpressionKeysTransformerCustomNode = 'Factory<IObjectExpressionKeysTransformerCustomNode>',
  15. Factory__IObjectExpressionExtractor = 'Factory<IObjectExpressionExtractor>',
  16. Factory__TControlFlowStorage = 'Factory<TControlFlowStorage>',
  17. IArrayUtils = 'IArrayUtils',
  18. ICalleeDataExtractor = 'ICalleeDataExtractor',
  19. ICallsGraphAnalyzer = 'ICallsGraphAnalyzer',
  20. ICryptUtils = 'ICryptUtils',
  21. ICustomNode = 'ICustomNode',
  22. ICustomNodeGroup = 'ICustomNodeGroup',
  23. IControlFlowReplacer = 'IControlFlowReplacer',
  24. ICustomNodeFormatter = 'ICustomNodeFormatter',
  25. ICustomNodeObfuscator = 'ICustomNodeObfuscator',
  26. IEscapeSequenceEncoder = 'IEscapeSequenceEncoder',
  27. IIdentifierNamesGenerator = 'IIdentifierNamesGenerator',
  28. IIdentifierObfuscatingReplacer = 'IIdentifierObfuscatingReplacer',
  29. IJavaScriptObfuscator = 'IJavaScriptObfuscator',
  30. ILevelledTopologicalSorter = 'ILevelledTopologicalSorter',
  31. ILogger = 'ILogger',
  32. INodeGuard = 'INodeGuard',
  33. INodeTransformer = 'INodeTransformer',
  34. INodeTransformerNamesGroupsBuilder = 'INodeTransformerNamesGroupsBuilder',
  35. IObfuscationEventEmitter = 'IObfuscationEventEmitter',
  36. IObfuscatedCode = 'IObfuscatedCode',
  37. IOptions = 'IOptions',
  38. IOptionsNormalizer = 'IOptionsNormalizer',
  39. IObfuscatingReplacer = 'IObfuscatingReplacer',
  40. IPrevailingKindOfVariablesAnalyzer = 'IPrevailingKindOfVariablesAnalyzer',
  41. IObjectExpressionExtractor = 'IObjectExpressionExtractor',
  42. IRandomGenerator = 'IRandomGenerator',
  43. IScopeIdentifiersTraverser = 'IScopeIdentifiersTraverser',
  44. ISourceCode = 'ISourceCode',
  45. IScopeAnalyzer = 'IScopeAnalyzer',
  46. IStringArrayStorage = 'IStringArrayStorage',
  47. IStringArrayStorageAnalyzer = 'IStringArrayStorageAnalyzer',
  48. ITransformersRunner = 'ITransformersRunner',
  49. Newable__ICustomNode = 'Newable<ICustomNode>',
  50. Newable__TControlFlowStorage = 'Newable<TControlFlowStorage>',
  51. TCustomNodeGroupStorage = 'TCustomNodeGroupStorage',
  52. TInputOptions = 'TInputOptions'
  53. }