mwg API
    Preparing search index...

    Function parseValue

    • Unquotes one raw attribute value and strips the _("...") gettext marker.

      Parameters

      • raw: string
      • location: MwlLocation
      • lineText: string = raw

      Returns string

      import { parseValue } from '@datamoc/mw_games/mwl';

      console.log(parseValue('_("Hold the line")', { file: 'a.mwl', line: 1, column: 1 })); // 'Hold the line'