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
import(e) function call is abusively rewritten into ____wb_rewrite_import__("", e) instead of being kept as-is.
import(e)
____wb_rewrite_import__("", e)
Found on https://activistchecklist.org/_next/static/chunks/main-151d36022e25d4e8.js
export() { return { numItems: this.numItems, errorRate: this.errorRate, numBits: this.numBits, numHashes: this.numHashes, bitArray: this.bitArray, }; } import(e) { (this.numItems = e.numItems), (this.errorRate = e.errorRate), (this.numBits = e.numBits), (this.numHashes = e.numHashes), (this.bitArray = e.bitArray); } add(e) { this.getHashValues(e).forEach((e) => { this.bitArray[e] = 1; }); }
This is an issue for zimit / warc2zim only for now.
The text was updated successfully, but these errors were encountered:
benoit74
Successfully merging a pull request may close this issue.
import(e)
function call is abusively rewritten into____wb_rewrite_import__("", e)
instead of being kept as-is.Found on https://activistchecklist.org/_next/static/chunks/main-151d36022e25d4e8.js
This is an issue for zimit / warc2zim only for now.
The text was updated successfully, but these errors were encountered: