chevrotain
Advanced tools
Comparing version 10.1.1 to 10.1.2
@@ -211,7 +211,5 @@ "use strict"; | ||
if (config === void 0) { config = exports.DEFAULT_PARSER_CONFIG; } | ||
var _this = this; | ||
var configClone = (0, clone_1.default)(config); | ||
configClone.outputCst = true; | ||
_this = _super.call(this, tokenVocabulary, configClone) || this; | ||
return _this; | ||
return _super.call(this, tokenVocabulary, configClone) || this; | ||
} | ||
@@ -225,7 +223,5 @@ return CstParser; | ||
if (config === void 0) { config = exports.DEFAULT_PARSER_CONFIG; } | ||
var _this = this; | ||
var configClone = (0, clone_1.default)(config); | ||
configClone.outputCst = false; | ||
_this = _super.call(this, tokenVocabulary, configClone) || this; | ||
return _this; | ||
return _super.call(this, tokenVocabulary, configClone) || this; | ||
} | ||
@@ -232,0 +228,0 @@ return EmbeddedActionsParser; |
@@ -59,4 +59,4 @@ "use strict"; | ||
function Lexer(lexerDefinition, config) { | ||
if (config === void 0) { config = DEFAULT_LEXER_CONFIG; } | ||
var _this = this; | ||
if (config === void 0) { config = DEFAULT_LEXER_CONFIG; } | ||
this.lexerDefinition = lexerDefinition; | ||
@@ -63,0 +63,0 @@ this.lexerDefinitionErrors = []; |
@@ -7,3 +7,3 @@ "use strict"; | ||
// A separate file avoids cyclic dependencies and webpack errors. | ||
exports.VERSION = "10.1.1"; | ||
exports.VERSION = "10.1.2"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "chevrotain", | ||
"version": "10.1.1", | ||
"version": "10.1.2", | ||
"description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers", | ||
@@ -74,6 +74,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@chevrotain/cst-dts-gen": "^10.1.1", | ||
"@chevrotain/gast": "^10.1.1", | ||
"@chevrotain/types": "^10.1.1", | ||
"@chevrotain/utils": "^10.1.1", | ||
"@chevrotain/cst-dts-gen": "^10.1.2", | ||
"@chevrotain/gast": "^10.1.2", | ||
"@chevrotain/types": "^10.1.2", | ||
"@chevrotain/utils": "^10.1.2", | ||
"lodash": "4.17.21", | ||
@@ -83,6 +83,6 @@ "regexp-to-ast": "0.5.0" | ||
"devDependencies": { | ||
"@types/lodash": "4.14.178", | ||
"@types/lodash": "4.14.179", | ||
"@types/sinon-chai": "3.2.8", | ||
"error-stack-parser": "2.0.7", | ||
"esbuild": "0.14.21", | ||
"esbuild": "0.14.25", | ||
"gen-esm-wrapper": "1.1.3", | ||
@@ -95,7 +95,7 @@ "gitty": "3.7.2", | ||
"sinon-chai": "3.7.0", | ||
"webpack": "5.68.0", | ||
"webpack": "5.70.0", | ||
"webpack-cli": "4.9.2", | ||
"xregexp": "5.1.0" | ||
}, | ||
"gitHead": "7104f18a4cc2537487086789943e3a200e7b966f" | ||
"gitHead": "a9669e27213c0cac9ce59d890d331dc27f20190d" | ||
} |
// 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 = "10.1.1" | ||
export const VERSION = "10.1.2" |
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 too big to display
Sorry, the diff of this file is too big to display
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
3364182
46493
Updated@chevrotain/gast@^10.1.2
Updated@chevrotain/types@^10.1.2
Updated@chevrotain/utils@^10.1.2