chevrotain
Advanced tools
Comparing version 11.0.2 to 11.0.3
@@ -518,2 +518,3 @@ import { analyzeTokenTypes, charCodeToOptimizedIndex, cloneEmptyGroups, DEFAULT_MODE, LineTerminatorOptimizedTester, performRuntimeChecks, performWarningRuntimeChecks, SUPPORT_STICKY, validatePatterns, } from "./lexer.js"; | ||
errLength = offset - errorStartOffset; | ||
column = this.computeNewColumn(column, errLength); | ||
// at this point we either re-synced or reached the end of the input text | ||
@@ -520,0 +521,0 @@ msg = this.config.errorMessageProvider.buildUnexpectedCharactersMessage(orgText, errorStartOffset, errLength, errorLine, errorColumn); |
// needs a separate module as this is required inside chevrotain productive code | ||
// and also in the entry point for webpack(api.ts). | ||
// A separate file avoids cyclic dependencies and webpack errors. | ||
export const VERSION = "11.0.2"; | ||
export const VERSION = "11.0.3"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "chevrotain", | ||
"version": "11.0.2", | ||
"version": "11.0.3", | ||
"description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers", | ||
@@ -70,7 +70,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@chevrotain/cst-dts-gen": "11.0.2", | ||
"@chevrotain/gast": "11.0.2", | ||
"@chevrotain/regexp-to-ast": "11.0.2", | ||
"@chevrotain/types": "11.0.2", | ||
"@chevrotain/utils": "11.0.2", | ||
"@chevrotain/cst-dts-gen": "11.0.3", | ||
"@chevrotain/gast": "11.0.3", | ||
"@chevrotain/regexp-to-ast": "11.0.3", | ||
"@chevrotain/types": "11.0.3", | ||
"@chevrotain/utils": "11.0.3", | ||
"lodash-es": "4.17.21" | ||
@@ -94,3 +94,3 @@ }, | ||
}, | ||
"gitHead": "4cf1ac7313b6724bfedf5fbe4745e850b5f87938" | ||
"gitHead": "ac5806631779035c2c1955744a47d8ed4f25a175" | ||
} |
@@ -735,2 +735,3 @@ import { | ||
errLength = offset - errorStartOffset; | ||
column = this.computeNewColumn(column!, errLength); | ||
// at this point we either re-synced or reached the end of the input text | ||
@@ -737,0 +738,0 @@ msg = this.config.errorMessageProvider.buildUnexpectedCharactersMessage( |
// needs a separate module as this is required inside chevrotain productive code | ||
// and also in the entry point for webpack(api.ts). | ||
// A separate file avoids cyclic dependencies and webpack errors. | ||
export const VERSION = "11.0.2"; | ||
export const VERSION = "11.0.3"; |
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
1347066
26950
+ Added@chevrotain/cst-dts-gen@11.0.3(transitive)
+ Added@chevrotain/gast@11.0.3(transitive)
+ Added@chevrotain/regexp-to-ast@11.0.3(transitive)
+ Added@chevrotain/types@11.0.3(transitive)
+ Added@chevrotain/utils@11.0.3(transitive)
- Removed@chevrotain/cst-dts-gen@11.0.2(transitive)
- Removed@chevrotain/gast@11.0.2(transitive)
- Removed@chevrotain/regexp-to-ast@11.0.2(transitive)
- Removed@chevrotain/types@11.0.2(transitive)
- Removed@chevrotain/utils@11.0.2(transitive)
Updated@chevrotain/gast@11.0.3
Updated@chevrotain/types@11.0.3
Updated@chevrotain/utils@11.0.3