Since formatjs requires that any context param must be present even if undefined we should ensure the param is always provided to the helper.
e.g.
{
"a.key": "something {aParam}"
}
Should produce an error reportable by this tool
Related: ember-intl/ember-intl#1652