@willwade/aac-processors
    Preparing search index...

    Class DotProcessor

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    • Helper method to add extracted strings to the map, handling duplicates

      Parameters

      • extractedMap: Map<string, ExtractedString>

        Map to store extracted strings

      • key: string

        Lowercase key for deduplication

      • originalString: string

        Original string with proper casing

      • vocabLocation: VocabLocation

        Metadata about where the string was found

      Returns void

    • Parameters

      • filePathOrBuffer: string | Buffer
      • translations: Map<string, string>
      • outputPath: string

      Returns Buffer