chevrotain
Advanced tools
Comparing version 0.5.16 to 0.5.17
@@ -1,2 +0,2 @@ | ||
/*! chevrotain - v0.5.16 - 2016-01-29 */ | ||
/*! chevrotain - v0.5.17 - 2016-02-06 */ | ||
declare namespace chevrotain { | ||
@@ -3,0 +3,0 @@ class HashTable<V>{} |
@@ -13,3 +13,3 @@ var parser_public_1 = require("./parse/parser_public"); | ||
// semantic version | ||
API.VERSION = "0.5.16"; | ||
API.VERSION = "0.5.17"; | ||
// runtime API | ||
@@ -16,0 +16,0 @@ API.Parser = parser_public_1.Parser; |
@@ -1206,6 +1206,4 @@ var cache = require("./cache"); | ||
catch (eFromInRuleRecovery) { | ||
/* istanbul ignore next */ // TODO: try removing this istanbul ignore with tsc 1.5. | ||
// it is only needed for the else branch but in tsc 1.4.1 comments | ||
// between if and else seem to get swallowed and disappear. | ||
if (eFromConsumption instanceof InRuleRecoveryException) { | ||
if (eFromInRuleRecovery.name === lang_extensions_1.functionName(InRuleRecoveryException)) { | ||
// failed in RuleRecovery. | ||
// throw the original error in order to trigger reSync error recovery | ||
@@ -1215,3 +1213,2 @@ throw eFromConsumption; | ||
else { | ||
// some other error Type (built in JS error) this needs to be rethrown, we don't want to swallow it | ||
throw eFromInRuleRecovery; | ||
@@ -1218,0 +1215,0 @@ } |
{ | ||
"name": "chevrotain", | ||
"version": "0.5.16", | ||
"version": "0.5.17", | ||
"description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers", | ||
@@ -51,5 +51,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"chai": "^3.4.1", | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.6", | ||
"gitty": "^3.3.2", | ||
"gitty": "^3.3.3", | ||
"grunt": "^0.4.5", | ||
@@ -66,7 +66,7 @@ "grunt-cli": "~0.1.13", | ||
"grunt-string-replace": "^1.2.1", | ||
"grunt-ts": "~5.3.0-beta.3", | ||
"grunt-ts": "~5.3.2", | ||
"grunt-tslint": "~3.0.1", | ||
"grunt-typedoc": "^0.2.3", | ||
"grunt-webpack": "^1.0.11", | ||
"istanbul": "^0.4.1", | ||
"istanbul": "^0.4.2", | ||
"jsonfile": "^2.2.3", | ||
@@ -79,13 +79,13 @@ "karma": "~0.13.19", | ||
"karma-mocha": "^0.2.1", | ||
"karma-requirejs": "^0.2.3", | ||
"karma-requirejs": "^0.2.4", | ||
"karma-script-launcher": "~0.1.0", | ||
"karma-story-reporter": "~0.3.1", | ||
"load-grunt-tasks": "^3.4.0", | ||
"lodash": "^4.0.0", | ||
"mocha": "^2.3.4", | ||
"lodash": "^4.1.0", | ||
"mocha": "^2.4.5", | ||
"requirejs": "^2.1.22", | ||
"semver": "^5.1.0", | ||
"tslint": "^3.2.1", | ||
"tslint": "^3.3.0", | ||
"typescript": "~1.7.5", | ||
"webpack": "^1.12.11", | ||
"webpack": "^1.12.12", | ||
"webpack-dev-server": "^1.14.1", | ||
@@ -92,0 +92,0 @@ "wrench": "^1.5.8" |
@@ -60,3 +60,3 @@ [![npm version](https://badge.fury.io/js/chevrotain.svg)](http://badge.fury.io/js/chevrotain) | ||
* [Latest released version's HTML docs](http://sap.github.io/chevrotain/documentation) | ||
* [Parsing DSL](http://sap.github.io/chevrotain/documentation/0_5_16/classes/parser.html#at_least_one) | ||
* [Parsing DSL](http://sap.github.io/chevrotain/documentation/0_5_17/classes/parser.html#at_least_one) | ||
@@ -63,0 +63,0 @@ * Annotated source code (dev version): |
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
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
1854197
10287