Member Junction
    Preparing search index...
    • Parses entity_subclasses.ts to build a map of old entity names to new (MJ:-prefixed) entity names.

      Scans for @RegisterClass(BaseEntity, 'MJ: SomeName') decorators and creates a mapping: 'SomeName' -> 'MJ: SomeName'.

      Parameters

      • entitySubclassesPath: string

      Returns Map<string, string>