re2js 1.0.0 → 1.0.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.
- package/build/index.cjs.cjs +2 -2
- package/build/index.cjs.cjs.map +1 -1
- package/build/index.esm.d.ts +2 -2
- package/build/index.esm.d.ts.map +1 -1
- package/build/index.esm.js +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.umd.js +2 -2
- package/build/index.umd.js.map +1 -1
- package/package.json +1 -1
package/build/index.cjs.cjs
CHANGED
|
@@ -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 v1.0.
|
|
5
|
+
* @version v1.0.1
|
|
6
6
|
* @author Alexey Vasiliev
|
|
7
7
|
* @homepage https://github.com/le0pard/re2js#readme
|
|
8
8
|
* @repository github:le0pard/re2js
|
|
@@ -6011,7 +6011,7 @@ class RE2JS {
|
|
|
6011
6011
|
* "cost". Larger numbers are more expensive than smaller numbers.
|
|
6012
6012
|
* </p>
|
|
6013
6013
|
*
|
|
6014
|
-
* @
|
|
6014
|
+
* @returns {number} the program size of this pattern
|
|
6015
6015
|
*/
|
|
6016
6016
|
programSize() {
|
|
6017
6017
|
return this.re2Input.numberOfInstructions();
|