Comparing version 1.4.5 to 1.5.0
{ | ||
"name": "asty-astq", | ||
"version": "1.4.5", | ||
"version": "1.5.0", | ||
"description": "ASTy integration to ASTq", | ||
@@ -13,4 +13,4 @@ "main": "lib/asty-astq.browser.js", | ||
"dependencies": { | ||
"asty": "~1.4.5", | ||
"astq": "~1.7.0" | ||
"asty": "~1.4.7", | ||
"astq": "~1.8.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "ignore": [ |
@@ -28,3 +28,3 @@ /* | ||
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })(); | ||
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
@@ -66,3 +66,3 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } | ||
/* define an ASTq adapter for ASTy */ | ||
var ASTQAdapter = (function () { | ||
var ASTQAdapter = function () { | ||
function ASTQAdapter() { | ||
@@ -105,6 +105,6 @@ _classCallCheck(this, ASTQAdapter); | ||
return ASTQAdapter; | ||
})(); | ||
}(); | ||
/* define an ASTy super class hooking up ASTq to ASTy */ | ||
var ASTYASTQ = (function (_ASTY) { | ||
var ASTYASTQ = function (_ASTY) { | ||
_inherits(ASTYASTQ, _ASTY); | ||
@@ -118,5 +118,4 @@ | ||
/* allow us to be called without "new" */ | ||
var _this = _possibleConstructorReturn(this, (ASTYASTQ.__proto__ || Object.getPrototypeOf(ASTYASTQ)).call(this)); | ||
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(ASTYASTQ).call(this)); | ||
if (!(_this instanceof ASTYASTQ)) return _ret = new ASTYASTQ(), _possibleConstructorReturn(_this, _ret); | ||
@@ -127,5 +126,4 @@ | ||
/* create an ASTq instance, able to operate on ASTy */ | ||
var _this = _possibleConstructorReturn(this, (ASTYASTQ.__proto__ || Object.getPrototypeOf(ASTYASTQ)).call(this)); | ||
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(ASTYASTQ).call(this)); | ||
var astq = new ASTQ(); | ||
@@ -144,3 +142,3 @@ astq.adapter(new ASTQAdapter()); | ||
return ASTYASTQ; | ||
})(ASTY); | ||
}(ASTY); | ||
@@ -147,0 +145,0 @@ /* export us as an ASTy super class */ |
{ | ||
"name": "asty-astq", | ||
"version": "1.4.5", | ||
"version": "1.5.0", | ||
"description": "Abstract Syntax Tree With Integrated Query Engine", | ||
@@ -25,7 +25,7 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "query", "engine", "integration", "asty", "astq" ], | ||
"grunt-browserify": "~5.0.0", | ||
"grunt-mocha-test": "~0.12.7", | ||
"mocha": "~2.5.3", | ||
"grunt-mocha-test": "~0.13.2", | ||
"mocha": "~3.1.0", | ||
"chai": "~3.5.0", | ||
"babelify": "~7.3.0", | ||
"babel-preset-es2015": "~6.9.0", | ||
"babel-preset-es2015": "~6.16.0", | ||
"minifyify": "~7.3.3", | ||
@@ -36,5 +36,5 @@ "browserify-header": "~0.9.2", | ||
"dependencies": { | ||
"asty": "~1.4.5", | ||
"astq": "~1.7.0" | ||
"asty": "~1.4.7", | ||
"astq": "~1.8.0" | ||
} | ||
} |
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
472246
671
+ Addedacorn@7.4.1(transitive)
+ Addedacorn-node@1.8.2(transitive)
+ Addedacorn-walk@7.2.0(transitive)
+ Addedarray-from@2.1.1(transitive)
+ Addedastq@1.8.0(transitive)
+ Addedconvert-source-map@1.9.0(transitive)
+ Addedd@1.0.2(transitive)
+ Addeddash-ast@2.0.1(transitive)
+ Addeddeep-is@0.1.4(transitive)
+ Addedduplexer2@0.1.4(transitive)
+ Addedes5-ext@0.10.64(transitive)
+ Addedes6-iterator@2.0.3(transitive)
+ Addedes6-map@0.1.5(transitive)
+ Addedes6-set@0.1.6(transitive)
+ Addedes6-symbol@3.1.4(transitive)
+ Addedescodegen@1.14.32.1.0(transitive)
+ Addedesniff@2.0.1(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedestraverse@4.3.05.3.0(transitive)
+ Addedestree-is-function@1.0.0(transitive)
+ Addedesutils@2.0.3(transitive)
+ Addedevent-emitter@0.3.5(transitive)
+ Addedext@1.7.0(transitive)
+ Addedfast-levenshtein@2.0.6(transitive)
+ Addedget-assigned-identifiers@1.2.0(transitive)
+ Addedlevn@0.3.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmagic-string@0.25.1(transitive)
+ Addedmerge-source-map@1.0.4(transitive)
+ Addednext-tick@1.1.0(transitive)
+ Addedobject-inspect@1.13.3(transitive)
+ Addedoptionator@0.8.3(transitive)
+ Addedpegjs@0.10.0(transitive)
+ Addedpegjs-otf@1.2.20(transitive)
+ Addedpegjs-util@1.4.21(transitive)
+ Addedprelude-ls@1.1.2(transitive)
+ Addedscope-analyzer@2.1.2(transitive)
+ Addedsource-map@0.5.70.6.1(transitive)
+ Addedsourcemap-codec@1.4.8(transitive)
+ Addedstatic-eval@2.1.1(transitive)
+ Addedstatic-module@3.0.4(transitive)
+ Addedthrough2@2.0.5(transitive)
+ Addedtype@2.7.3(transitive)
+ Addedtype-check@0.3.2(transitive)
+ Addedword-wrap@1.2.5(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedacorn@1.2.2(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedastq@1.7.1(transitive)
- Removedduplexer2@0.0.2(transitive)
- Removedescodegen@0.0.281.3.3(transitive)
- Removedesprima@1.0.41.1.1(transitive)
- Removedestraverse@1.3.21.5.1(transitive)
- Removedesutils@1.0.0(transitive)
- Removedfalafel@1.2.0(transitive)
- Removedforeach@2.0.6(transitive)
- Removedisarray@0.0.1(transitive)
- Removedlodash@4.13.1(transitive)
- Removedminimist@0.0.8(transitive)
- Removedobject-inspect@0.4.0(transitive)
- Removedobject-keys@0.4.01.1.1(transitive)
- Removedpegjs@0.9.0(transitive)
- Removedpegjs-otf@1.1.4(transitive)
- Removedpegjs-util@1.3.5(transitive)
- Removedquote-stream@0.0.0(transitive)
- Removedreadable-stream@1.0.341.1.14(transitive)
- Removedsource-map@0.1.43(transitive)
- Removedstatic-eval@0.2.4(transitive)
- Removedstatic-module@1.3.2(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedthrough2@0.4.2(transitive)
- Removedxtend@2.1.2(transitive)
Updatedastq@~1.8.0
Updatedasty@~1.4.7