re2js 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* re2js
|
|
3
3
|
* RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
|
|
4
4
|
*
|
|
5
|
-
* @version v0.3.
|
|
5
|
+
* @version v0.3.1
|
|
6
6
|
* @author Alexey Vasiliev
|
|
7
7
|
* @homepage https://github.com/le0pard/re2js#readme
|
|
8
8
|
* @repository github:le0pard/re2js
|
|
@@ -5770,4 +5770,4 @@ exports.RE2JSException = RE2JSException;
|
|
|
5770
5770
|
exports.RE2JSFlagsException = RE2JSFlagsException;
|
|
5771
5771
|
exports.RE2JSGroupException = RE2JSGroupException;
|
|
5772
5772
|
exports.RE2JSSyntaxException = RE2JSSyntaxException;
|
|
5773
|
-
//# sourceMappingURL=index.cjs.
|
|
5773
|
+
//# sourceMappingURL=index.cjs.cjs.map
|