if (val === 'strict' && ['==', '!='].indexOf(node.operator) > -1) {
    this.badToken(node);
  }