isotropy-ast-analyzer-keyvaluedb
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -10,3 +10,3 @@ "use strict"; | ||
analyzeCallExpression: function analyzeCallExpression(path, state) { | ||
return (0, _makeAnalyzer2.default)([schemas.get, _isotropyAnalyzerErrors.schemas.readErrorSchema(schemas.root)], path, state, analysisState); | ||
return (0, _makeAnalyzer2.default)([schemas.get, _isotropyAnalyzerErrors.schemas.readErrorSchema(schemas.root, "Unable to parse KeyValueDB read expression. Refer to documentation.")], path, state, analysisState); | ||
} | ||
@@ -13,0 +13,0 @@ }; |
@@ -10,3 +10,3 @@ "use strict"; | ||
analyzeAssignmentExpression: function analyzeAssignmentExpression(path, state) { | ||
return (0, _makeAnalyzer2.default)([schemas.put, schemas.del, _isotropyAnalyzerErrors.schemas.writeErrorSchema(schemas.root)], path, state, analysisState); | ||
return (0, _makeAnalyzer2.default)([schemas.put, schemas.del, _isotropyAnalyzerErrors.schemas.writeErrorSchema(schemas.root, "Unable to parse KeyValueDB write expression. Refer to documentation.")], path, state, analysisState); | ||
} | ||
@@ -13,0 +13,0 @@ }; |
@@ -73,4 +73,2 @@ "use strict"; | ||
var _isotropyAnalyzerUtils = require("isotropy-analyzer-utils"); | ||
var _isotropyAnalyzerErrors = require("isotropy-analyzer-errors"); | ||
//# sourceMappingURL=del.js.map |
{ | ||
"name": "isotropy-ast-analyzer-keyvaluedb", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"author": "Isotropy Team<isotropy@agilehead.com>", | ||
@@ -17,3 +17,3 @@ "contributors": [ | ||
"chimpanzee": "^0.0.64", | ||
"isotropy-analyzer-errors": "^0.0.6", | ||
"isotropy-analyzer-errors": "^0.0.7", | ||
"isotropy-analyzer-utils": "^0.0.14", | ||
@@ -20,0 +20,0 @@ "lazily": "^0.0.17", |
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
126054
374
+ Addedisotropy-analyzer-errors@0.0.7(transitive)
- Removedisotropy-analyzer-errors@0.0.6(transitive)