@worldware/msg-cli
    Preparing search index...

    Function findMsgResourceFilePaths

    • Recursively finds all MsgResource files inside a directory (e.g. i18n/resources). Files must match .msg.(ts|js) in the filename.

      Parameters

      • directory: string

        Absolute path to the resources directory

      Returns Promise<string[]>

      Promise resolving to array of file paths

      Error if directory cannot be read (e.g. does not exist)