detective icon indicating copy to clipboard operation
detective copied to clipboard

Indication of error for 'require(someStringVariable)'

Open coolaj86 opened this issue 13 years ago • 0 comments

It would be nice to know that there was a require that could not be parsed rather than it being ignored.

var reqStr = './some-thing'
  ;

require(reqStr);

coolaj86 avatar Aug 28 '12 23:08 coolaj86