function checkFunctionParameterExpression (exp, text, warn$$1, range) {
  try {
    new Function(exp, '');
  } catch (e) {
    warn$$1(