summaryrefslogtreecommitdiff
path: root/data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-15 03:01:21 +0300
committerawy <awy@awy.one>2025-08-15 03:01:21 +0300
commita9370a08517668b3e98cc1d0bd42df407a76c220 (patch)
tree37e7bdb0e76f5495f798e077e45d377c0c3870c0 /data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md
parentb73acfe395ea849fcd15c9886a7f4631f2b6f82b (diff)
ubo + private browsing patchHEADmaster
Diffstat (limited to 'data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md')
-rw-r--r--data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md b/data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md
new file mode 100644
index 0000000..3c4eb8b
--- /dev/null
+++ b/data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md
@@ -0,0 +1,15 @@
+# Regex Analyzer
+
+Imported from: <https://github.com/foo123/RegexAnalyzer>
+Author: Nikos M.
+
+## Changes to the imported library
+
+#### Date
+
+2023-01-01
+
+Imported version 1.2.0 of the library from
+https://github.com/foo123/RegexAnalyzer/blob/1.2.0/src/js/Regex.js
+
+Minimally modified the code to make it ECMAscript `export`-/`import`-friendly.