Open evanplaice opened 4 years ago
The parser needs to be updated and tests need to be added to ensure that no false positives are included in the output.
Changes
Note: The tests should be added to jqkill.spec.js, fixtures should be named with the pattern false[n].js
jqkill.spec.js
false[n].js
False positives include
1 Minifiers do a lot of weird stuff that may look like jQuery. Exclusion via the ignore option may be the only fix
ignore
Also template literals
${}
Good catch
@itaditya Do you want to work on this issue?
The parser needs to be updated and tests need to be added to ensure that no false positives are included in the output.
Changes
Note: The tests should be added to
jqkill.spec.js
, fixtures should be named with the patternfalse[n].js
False positives include
1 Minifiers do a lot of weird stuff that may look like jQuery. Exclusion via the
ignore
option may be the only fix