assemblyscript-regex
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -169,2 +169,6 @@ import { State, Automata, GroupStartMarkerState, MatchResult } from "./nfa/nfa"; | ||
test(str: string): bool { | ||
return this.exec(str) != null; | ||
} | ||
toString(): string { | ||
@@ -171,0 +175,0 @@ return this.regex; |
{ | ||
"name": "assemblyscript-regex", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A regex engine built with AssemblyScript", | ||
@@ -5,0 +5,0 @@ "ascMain": "assembly/index.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
244104
542
4215