We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Also template literals
${}
Sorry, something went wrong.
Good catch
@itaditya Do you want to work on this issue?
No branches or pull requests
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 fixThe text was updated successfully, but these errors were encountered: