Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "antlr4ng", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Alternative JavaScript/TypeScript runtime for ANTLR4", |
@@ -26,6 +26,6 @@ # JavaScript + TypeScript Target Runtime for ANTLR 4 | ||
| ---- | -------- | ------- | | ||
| Query Collection| 8585 ms | 227 ms | | ||
| Example File | 1052 ms | 108 ms | | ||
| Large Inserts | 10417 ms | 10534 ms | | ||
| Total | 20114 ms | 10890 ms | | ||
| Query Collection| 8719 ms | 239 ms | | ||
| Example File | 1031 ms | 119 ms | | ||
| Large Inserts | 10748 ms | 10745 ms | | ||
| Total | 20568 ms | 11122 ms | | ||
@@ -32,0 +32,0 @@ The benchmarks consist of a set of query files, which are parsed by a MySQL parser. |
@@ -28,4 +28,4 @@ /* | ||
public getTokenTypeMap(): Map<string, number>; | ||
public getRuleIndexMap(): Map<string, number>; | ||
public getTokenTypeMap(): Map<Vocabulary, Map<string, number>>; | ||
public getRuleIndexMap(): Map<string[], Map<string, number>>; | ||
@@ -32,0 +32,0 @@ public getTokenType(tokenName: string): number; |
@@ -17,4 +17,4 @@ /* | ||
*/ | ||
public create(source: [TokenSource | null, InputStream | null], type: number, text: string, channel: number, | ||
public create(source: [TokenSource | null, InputStream | null], type: number, text: string | null, channel: number, | ||
start: number, stop: number, line: number, charPositionInLine: number): Symbol; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
5700844
4310