summaryrefslogtreecommitdiff
path: root/data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-09-18 14:09:38 +0300
committerawy <awy@awy.one>2025-09-18 14:09:38 +0300
commit4c90b15a84eea1f64d088fd0db988c63daafa1f9 (patch)
tree2da975946051c5b3bd2351ca0c58bff5258ce51d /data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md
parentc939d76c33294791cce8ce1722bd6747dadbe31f (diff)
downloadgnuzilla-4c90b15a84eea1f64d088fd0db988c63daafa1f9.tar.gz
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.