Comparing version 1.7.0 to 1.7.1
@@ -34,3 +34,3 @@ /* | ||
},{}],5:[function(_dereq_,module,exports){ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:6,micro:4,date:20180327};exports.default=version; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:7,micro:0,date:20180327};exports.default=version; | ||
},{}],6:[function(_dereq_,module,exports){ | ||
@@ -37,0 +37,0 @@ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var _createClass=function(){function e(e,n){for(var r=0;r<n.length;r++){var t=n[r];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}return function(n,r,t){return r&&e(n.prototype,r),t&&e(n,t),n}}();function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}var ASTYWalk=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"walk",value:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"downward";return function r(t,a,o){"downward"!==n&&"both"!==n||e(t,a,o,"downward"),t.C.forEach(function(e){r(e,a+1,t)}),"upward"!==n&&"both"!==n||e(t,a,o,"upward")}(this,0,null),this}}]),e}();exports.default=ASTYWalk; |
@@ -684,4 +684,4 @@ /* | ||
/* global 1: false */ | ||
/* global 6: false */ | ||
/* global 4: false */ | ||
/* global 7: false */ | ||
/* global 0: false */ | ||
/* global 20180327: false */ | ||
@@ -691,4 +691,4 @@ | ||
major: 1, | ||
minor: 6, | ||
micro: 4, | ||
minor: 7, | ||
micro: 0, | ||
date: 20180327 | ||
@@ -695,0 +695,0 @@ }; |
{ | ||
"name": "asty", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Abstract Syntax Tree (AST) Data Structure", | ||
@@ -46,3 +46,7 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "data", "structure" ], | ||
"node": ">=4.0.0" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "grunt default", | ||
"build": "grunt default" | ||
} | ||
} |
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
116832