assemblyscript-regex
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -155,2 +155,6 @@ import { Char } from "../char"; | ||
} | ||
children(): Node[] { | ||
return [this.expression]; | ||
} | ||
} | ||
@@ -157,0 +161,0 @@ |
{ | ||
"name": "assemblyscript-regex", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"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
269250
4818