Closed csonlai closed 9 years ago
why not use the Regular Expression to find all params in require function??
Because it wouldn't work on something like:
var str = "require('i do not want this required')"
Yup.
why not use the Regular Expression to find all params in require function??