Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "asty", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Abstract Syntax Tree (AST) Data Structure", | ||
@@ -5,0 +5,0 @@ "main": "lib/asty.browser.js", |
@@ -34,3 +34,3 @@ /* | ||
},{}],5:[function(_dereq_,module,exports){ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:5,micro:0,date:20170417};exports.default=version; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:5,micro:1,date:20170507};exports.default=version; | ||
},{}],6:[function(_dereq_,module,exports){ | ||
@@ -37,0 +37,0 @@ "use strict";function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(exports,"__esModule",{value:!0});var _createClass=function(){function e(e,n){for(var a=0;a<n.length;a++){var t=n[a];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}return function(n,a,t){return a&&e(n.prototype,a),t&&e(n,t),n}}(),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 a(t,r,l){"downward"!==n&&"both"!==n||e.call(null,t,r,l,"downward"),t.C.forEach(function(e){a(e,r+1,t)}),"upward"!==n&&"both"!==n||e.call(null,t,r,l,"upward")}(this,0,null),this}}]),e}();exports.default=ASTYWalk; |
@@ -619,4 +619,4 @@ /* | ||
/* global 5: false */ | ||
/* global 0: false */ | ||
/* global 20170417: false */ | ||
/* global 1: false */ | ||
/* global 20170507: false */ | ||
@@ -626,4 +626,4 @@ var version = { | ||
minor: 5, | ||
micro: 0, | ||
date: 20170417 | ||
micro: 1, | ||
date: 20170507 | ||
}; | ||
@@ -630,0 +630,0 @@ |
{ | ||
"name": "asty", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Abstract Syntax Tree (AST) Data Structure", | ||
@@ -23,3 +23,3 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "data", "structure" ], | ||
"grunt-contrib-jshint": "~1.1.0", | ||
"grunt-contrib-clean": "~1.0.0", | ||
"grunt-contrib-clean": "~1.1.0", | ||
"grunt-browserify": "~5.0.0", | ||
@@ -29,4 +29,4 @@ "grunt-jscs": "~3.0.1", | ||
"grunt-eslint": "~19.0.0", | ||
"babel-eslint": "~7.2.1", | ||
"mocha": "~3.2.0", | ||
"babel-eslint": "~7.2.3", | ||
"mocha": "~3.3.0", | ||
"chai": "~3.5.0", | ||
@@ -33,0 +33,0 @@ "babelify": "~7.3.0", |
Sorry, the diff of this file is not supported yet
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