We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d81ee commit 7855070Copy full SHA for 7855070
src/zimscraperlib/rewriting/js.py
@@ -11,6 +11,10 @@
11
it appropriately
12
- a specific JS file (provided in `statics` folder) for JS modules is included in the
13
ZIM at `_zim_static/__wb_module_decl.js`
14
+
15
+This code is based on https://github.com/webrecorder/wabac.js/blob/main/src/rewrite/jsrewriter.ts
16
+Last backport of upstream changes is from Sept 13, 2025
17
+Commit 6dd2d9ae664cfcd2ea8637d7d6c7ed7a0ca332a0
18
"""
19
20
import re
0 commit comments