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
False positives include
- variables starting in $ (ex observables)
- template literals
- minified output1
1 Minifiers do a lot of weird stuff that may look like jQuery. Exclusion via the ignore option may be the only fix
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].jsFalse positives include
1 Minifiers do a lot of weird stuff that may look like jQuery. Exclusion via the
ignoreoption may be the only fix