diff options
author | awy <awy@awy.one> | 2025-09-18 14:09:38 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-18 14:09:38 +0300 |
commit | 4c90b15a84eea1f64d088fd0db988c63daafa1f9 (patch) | |
tree | 2da975946051c5b3bd2351ca0c58bff5258ce51d /data/extensions/uBlock0@raymondhill.net/lib/regexanalyzer/CHANGES.md | |
parent | c939d76c33294791cce8ce1722bd6747dadbe31f (diff) | |
download | gnuzilla-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.md | 15 |
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. |