detective
detective copied to clipboard
Indication of error for 'require(someStringVariable)'
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);