chevrotain
Advanced tools
Comparing version 0.5.15 to 0.5.16
@@ -1,2 +0,2 @@ | ||
/*! chevrotain - v0.5.15 - 2016-01-18 */ | ||
/*! chevrotain - v0.5.16 - 2016-01-29 */ | ||
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.15"; | ||
API.VERSION = "0.5.16"; | ||
// runtime API | ||
@@ -16,0 +16,0 @@ API.Parser = parser_public_1.Parser; |
@@ -123,3 +123,3 @@ /* | ||
function contains(arr, item) { | ||
return find(arr, function (currItem) { return currItem === item; }) ? true : false; | ||
return find(arr, function (currItem) { return currItem === item; }) !== undefined ? true : false; | ||
} | ||
@@ -126,0 +126,0 @@ exports.contains = contains; |
{ | ||
"name": "chevrotain", | ||
"version": "0.5.15", | ||
"version": "0.5.16", | ||
"description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers", | ||
@@ -81,3 +81,3 @@ "keywords": [ | ||
"load-grunt-tasks": "^3.4.0", | ||
"lodash": "^3.10.1", | ||
"lodash": "^4.0.0", | ||
"mocha": "^2.3.4", | ||
@@ -84,0 +84,0 @@ "requirejs": "^2.1.22", |
@@ -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_15/classes/chevrotain.parser.html#at_least_one) | ||
* [Parsing DSL](http://sap.github.io/chevrotain/documentation/0_5_16/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
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
1854817
10293