Comparing version 1.7.13 to 1.7.14
@@ -34,3 +34,3 @@ /* | ||
},{}],5:[function(_dereq_,module,exports){ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:7,micro:13,date:20180610};exports.default=version; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:7,micro:14,date:20180623};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; |
@@ -704,4 +704,4 @@ /* | ||
/* global 7: false */ | ||
/* global 13: false */ | ||
/* global 20180610: false */ | ||
/* global 14: false */ | ||
/* global 20180623: false */ | ||
@@ -711,4 +711,4 @@ var version = { | ||
minor: 7, | ||
micro: 13, | ||
date: 20180610 | ||
micro: 14, | ||
date: 20180623 | ||
}; | ||
@@ -715,0 +715,0 @@ |
{ | ||
"name": "asty", | ||
"version": "1.7.13", | ||
"version": "1.7.14", | ||
"description": "Abstract Syntax Tree (AST) Data Structure", | ||
@@ -26,6 +26,6 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "data", "structure" ], | ||
"grunt-mocha-test": "0.13.3", | ||
"grunt-eslint": "20.2.0", | ||
"babel-eslint": "8.2.3", | ||
"grunt-eslint": "21.0.0", | ||
"babel-eslint": "8.2.5", | ||
"babel-core": "6.26.3", | ||
"eslint": "4.19.1", | ||
"eslint": "5.0.0", | ||
"eslint-config-standard": "11.0.0", | ||
@@ -40,3 +40,3 @@ "eslint-plugin-standard": "3.1.0", | ||
"babel-preset-env": "1.7.0", | ||
"uglifyify": "5.0.0", | ||
"uglifyify": "5.0.1", | ||
"browserify-header": "0.9.4", | ||
@@ -43,0 +43,0 @@ "browserify-derequire": "0.9.6", |
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
119355