Comparing version 4.12.0-beta.7 to 4.12.0-beta.8
{ | ||
"name": "antlr4", | ||
"version": "4.12.0-beta.7", | ||
"version": "4.12.0-beta.8", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "JavaScript runtime for ANTLR4", |
@@ -7,5 +7,4 @@ import {CharStream} from "./CharStream"; | ||
constructor(fileName: string); | ||
constructor(fileName: string, decodeToUnicodeCodePoints: boolean); | ||
constructor(fileName: string, encoding?: string, decodeToUnicodeCodePoints?: boolean); | ||
} |
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
1426387
13204